Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

javapackages-local-6.3.4-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: javapackages-local Distribution: openSUSE:Factory:zSystems
Version: 6.3.4 Vendor: openSUSE
Release: 1.1 Build date: Fri Oct 11 12:56:13 2024
Group: Development/Languages/Java Build host: reproducible
Size: 169973 Source RPM: javapackages-tools-extras-6.3.4-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/fedora-java/javapackages
Summary: Non-essential macros and scripts for Java packaging support
This package provides non-essential macros and scripts to support Java packaging.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Oct 11 2024 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream version 6.3.4
    * Changes:
      + A corner case when which is not present
      + Remove dependency on which
      + Simplify after the which -> type -p change
      + jpackage_script: Remove pointless assignment when %java_home
      is unset
      + Don't require %java_home for %java etc.
      + Don't export JAVA_HOME
  - Removed patches:
    * do-not-require-which.patch
    * fix-broken-commands.patch
    * remove-pointless-assignment.patch
      + integrated upstream
  - Modified patch:
    * python-optional.patch
      + account for changed context
  - Added patch:
    * 0001-Revert-jpackage_script-Remove-unneeded-backslashes.patch
      + This change breaks build with rpm 4.14.1
* Wed Oct 09 2024 Andreas Schwab <schwab@suse.de>
  - remove-pointless-assignment.patch: Remove pointless assignment if
    %java_home is unset
* Tue Oct 08 2024 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * fix-broken-commands.patch
      + fix commands broken after recent removal of the default
      %%{java_home} macro
* Mon Oct 07 2024 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * do-not-require-which.patch
      + do not fail launching scripts if which is not installed
      (bsc#1231347)
* Fri Oct 04 2024 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream version 6.3.2
    * Changes
      + spec: Update Obsoletes versions
      + Search for JAVACMD under JAVA_HOME only if it's set
      + Obsolete set_jvm and set_jvm_dirs functions
      + Drop unneeded _set_java_home function
      + Remove JAVA_HOME check from check_java_env function
      + Bump codecov/codecov-action from 2.0.2 to 4.6.0
      + Bump actions/setup-python from 4 to 5
      + Bump actions/checkout from 2 to 4
      + Add custom dependabot config
      + Remove the test for JAVA_HOME and error if it is not set
      + java-functions: Remove unneeded local variables
      + Fix build status shield
  - Removed patch:
    * 0001-Double-quote-to-avoid-substitution-during-build.patch
      + Fixed differently in this version
* Wed Oct 02 2024 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream version 6.3.1
    * Changes:
      + Allow missing components with abs2rel
      + Fix tests with python 3.4
      + Sync spec file from Fedora
      + Drop default JRE/JDK
      + Fix the use of java-functions in scripts
      + Update RPM spec file
      + Reproducible builds: constant timestamp for pom.properties
      + Test that we don't bomb on <relativePath/>
      + Test variable expansion in artifactId
      + Interpolate properties also in the current artifact
      + Rewrite abs2rel in shell
      + Use asciidoctor instead of asciidoc
      + Fix incompatibility with RPM 4.20
      + Don't define %topdir macro
      + coverage: use usercustomize
      + Reproducible builds: keep order of aliases and dependencies
      + Reproducible exclusions order in maven metadata
      + Do not bomb on <relativePath/> construct
      + Make maven_depmap order of aliases reproducible
  - Removed patches:
    * 0001-Make-maven_depmap-order-of-aliases-reproducible.patch
    * 0002-Do-not-bomb-on-relativePath-construct.patch
    * 0003-Reproducible-exclusions-order-in-maven-metadata.patch
    * 0004-Reproducible-builds-keep-order-of-aliases-and-depend.patch
    * 0005-Interpolate-properties-also-in-the-current-artifact.patch
    * 0006-Test-variable-expansion-in-artifactId.patch
    * 0007-Test-that-we-don-t-bomb-on-relativePath.patch
    * 0008-Reproducible-builds-constant-timestamp-for-pom.prope.patch
      + Integrated in this version
  - Added patch:
    * 0001-Double-quote-to-avoid-substitution-during-build.patch
      + Double-quote a macro in macros.jpackages to avoid value
      substitution during the build
* Thu Jul 18 2024 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * 0008-Reproducible-builds-constant-timestamp-for-pom.prope.patch
      + use reproducible timestamp when post-processing jar files and
      adding there the pom.properties file.
* Wed Oct 04 2023 Fridrich Strba <fstrba@suse.com>
  - Added patches:
    * 0005-Interpolate-properties-also-in-the-current-artifact.patch
      + interpolate variables also in current artifactId, groupId and
      version
    * 0006-Test-variable-expansion-in-artifactId.patch
      + test previous changes
    * 0007-Test-that-we-don-t-bomb-on-relativePath.patch
      + test gracious handling of empty <relativePath/> in parent
      reference of a pom file
* Wed Sep 13 2023 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * 0004-Reproducible-builds-keep-order-of-aliases-and-depend.patch
      + make the aliases and dependencies lists so that the order is
      kept
* Tue Sep 12 2023 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * 0003-Reproducible-exclusions-order-in-maven-metadata.patch
      + sort exclusions in maven metadata
* Tue Sep 05 2023 Fridrich Strba <fstrba@suse.com>
  - Modified patch:
    * 0001-Make-the-alias-generation-reproducible.patch ->
      0001-Make-maven_depmap-order-of-aliases-reproducible.patch
      + replace by the version of patch integrated by upstream
  - Added patch:
    * 0002-Do-not-bomb-on-relativePath-construct.patch
      + integrated patch fixing parent recursion with empty
      <relativePath/> element
* Sat Sep 02 2023 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream version 6.2.0
    * Întegrate our changes from javapackages-6.1.0-maven-depmap.patch
  - Removed patch:
    * javapackages-6.1.0-maven-depmap.patch
      + upstreamed
  - Added patch:
    * 0001-Make-the-alias-generation-reproducible.patch
      + separate patch for our reproducible changes that was not
      part of the integrated pull request
* Mon Aug 21 2023 Fridrich Strba <fstrba@suse.com>
  - Modified patch:
    * javapackages-6.1.0-maven-depmap.patch
      + try to make the list of aliases more reproducible
* Sun May 28 2023 Fridrich Strba <fstrba@suse.com>
  - Enable the tests also for older distributions
  - Require python3-xml (python-xml for distributions that use
    versioned modules), since module xml needed by some scripts.
* Wed Nov 09 2022 Fridrich Strba <fstrba@suse.com>
  - Reflect the removal of gradle from repositories
* Thu Jul 07 2022 Fridrich Strba <fstrba@suse.com>
  - Update to upstream version 6.1.0
    * Release version 6.1.0
    * Introduce common and extra subpackages
    * Update documentation
    * Add lua interpreter to check and GH actions
    * Remove license headers from wrapper scripts
    * Make scripts compatible with rpmlua
    * Add more tests, fix behaviour
    * Implement separate simple class name matching
    * Minor changes
    * Modularize Lua scripts
    * Add Lua scripts for removing annotations
    * Update build status badge in README.md
    * Migrate CI from TravisCI to GitHub Actions
    * Fix running tests without coverage
    * Update ivy-local-classpath
    * Release version 6.0.0
    * Fix extra XML handling of pom_change_dep
    * Add reproducer for #82
    * Respect %jpb_env RPM macro
    * Add bootstrap metadata to XMvn resolver config
    * Delete run_tests.py
    * Replace nose by pytest
    * [install] Make glob pattern work with Python 3.10
    * Adding ppc64le architecture support on travis-ci
    * Drop deprecated add_maven_depmap macro
    * Drop SCL support
    * Fix provides matching
    * Fix builddep snippet generation
    * [test] Add test for builddep snippet generation
    * Add location of java binary used by the java-1.8.0-openjdk
      (JRE) package so that setting JAVA_HOME will work correctly
    * Use XMvn Javadoc MOJO by default
    * Remove explicit import of Python 3 features
    * Remove dependency on Six compatibility library
    * Fix invalid <skippedPlugins> in XMvn configuration
    * [test] Don't try to kill PID 1 during tests
    * [travis] Drop Python 2 from test matrix
    * Add separate subpackage with RPM generators
    * mvn_build: replace inline shell scriptlet with native python
      code
    * [test] Don't use networking during tests
    * Add apache-rat-plugin to skippedPlugins
    * Skip execution of various Maven plugins
    * Remove Python 3.5 from .travis.yml
    * Make generated javadoc package noarch
  - Added patch:
    * javapackages-6.1.0-maven-depmap.patch
      + Bulk patch correspoding to our pull request
      https://github.com/fedora-java/javapackages/pull/92 which
      brings back some of the removed tools that we depend on
      heavily
  - Modified patches:
    * python-optional.patch
    * suse-use-libdir.patch
      + Rediff to changed context
  - Removed patches:
    * 0001-Let-maven_depmap.py-generate-metadata-with-dependenc.patch
    * 0002-Do-not-try-to-construct-POM-from-maven-coordinate-st.patch
    * 0003-Fix-tests-after-the-recent-maven_depmap.py-changes.patch
      + Already part of the above-mentioned bulk patch
    * 0004-Remove-dependency-on-Six-compatibility-library.patch
      + Upstream patch already integrated in the 6.x code-line
* Sun Jun 05 2022 Fridrich Strba <fstrba@suse.com>
  - Fix wrong conditioning of the python-six require.
* Fri Jun 03 2022 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * 0004-Remove-dependency-on-Six-compatibility-library.patch
      + remove dependency on python-six for newer distributions
* Fri Apr 29 2022 Fridrich Strba <fstrba@suse.com>
  - Added patches:
    * 0001-Let-maven_depmap.py-generate-metadata-with-dependenc.patch
    * 0002-Do-not-try-to-construct-POM-from-maven-coordinate-st.patch
    * 0003-Fix-tests-after-the-recent-maven_depmap.py-changes.patch
      + Let maven_depmap.py generate metadata with dependencies under
      certain circumstances
* Thu Dec 30 2021 David Anes <david.anes@suse.com>
  - Fix typo in suse-use-libdir.patch:
    %{_libdir}/jvm-commmon -> %{_libdir}/jvm-common
* Tue Jul 27 2021 Fridrich Strba <fstrba@suse.com>
  - Do not run tests on SLE12, since python3-test is not accessible
* Thu Mar 25 2021 Ben Greiner <code@bnavigator.de>
  - Can't assume non-existence of python38 macros in Leap.
    gh#openSUSE/python-rpm-macros#107
    Test for suse_version instead. Only Tumbleweed has and needs the
    python_subpackage_only support.

Files

/etc/java/javapackages-config.json
/usr/bin/abs2rel
/usr/bin/xmvn-builddep
/usr/lib/rpm/fileattrs
/usr/lib/rpm/fileattrs/javadoc.attr
/usr/lib/rpm/fileattrs/maven.attr
/usr/lib/rpm/fileattrs/osgi.attr
/usr/lib/rpm/javadoc.req
/usr/lib/rpm/macros.d/macros.fjava
/usr/lib/rpm/macros.d/macros.javapackages-compat
/usr/lib/rpm/maven.prov
/usr/lib/rpm/maven.req
/usr/lib/rpm/osgi.prov
/usr/lib/rpm/osgi.req
/usr/share/java-utils
/usr/share/java-utils/abs2rel.sh
/usr/share/java-utils/builddep.py
/usr/share/java-utils/install_pom.py
/usr/share/java-utils/maven_depmap.py
/usr/share/java-utils/mvn_alias.py
/usr/share/java-utils/mvn_artifact.py
/usr/share/java-utils/mvn_build.py
/usr/share/java-utils/mvn_compat_version.py
/usr/share/java-utils/mvn_config.py
/usr/share/java-utils/mvn_file.py
/usr/share/java-utils/mvn_package.py
/usr/share/java-utils/pom_editor.py
/usr/share/java-utils/request-artifact.py
/usr/share/man/man1/abs2rel.1.gz
/usr/share/man/man7/mvn_alias.7.gz
/usr/share/man/man7/mvn_artifact.7.gz
/usr/share/man/man7/mvn_build.7.gz
/usr/share/man/man7/mvn_compat_version.7.gz
/usr/share/man/man7/mvn_config.7.gz
/usr/share/man/man7/mvn_file.7.gz
/usr/share/man/man7/mvn_install.7.gz
/usr/share/man/man7/mvn_package.7.gz
/usr/share/man/man7/pom_add_dep.7.gz
/usr/share/man/man7/pom_add_parent.7.gz
/usr/share/man/man7/pom_add_plugin.7.gz
/usr/share/man/man7/pom_change_dep.7.gz
/usr/share/man/man7/pom_disable_module.7.gz
/usr/share/man/man7/pom_remove_dep.7.gz
/usr/share/man/man7/pom_remove_parent.7.gz
/usr/share/man/man7/pom_remove_plugin.7.gz
/usr/share/man/man7/pom_set_parent.7.gz
/usr/share/man/man7/pom_xpath_disable.7.gz
/usr/share/man/man7/pom_xpath_inject.7.gz
/usr/share/man/man7/pom_xpath_remove.7.gz
/usr/share/man/man7/pom_xpath_replace.7.gz
/usr/share/man/man7/pom_xpath_set.7.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Oct 21 23:49:37 2024