Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jnr-constants for openSUSE:Factory checked in at 2021-07-10 00:00:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jnr-constants (Old) and /work/SRC/openSUSE:Factory/.jnr-constants.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jnr-constants" Sat Jul 10 00:00:12 2021 rev:2 rq:905163 version:0.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/jnr-constants/jnr-constants.changes 2020-07-24 12:29:26.842688151 +0200 +++ /work/SRC/openSUSE:Factory/.jnr-constants.new.2625/jnr-constants.changes 2021-07-10 00:02:57.430836476 +0200 @@ -1,0 +2,8 @@ +Thu Jul 8 14:20:52 UTC 2021 - Anton Shvetz <[email protected]> + +- Update with v0.10.2 +- Change the description +- Spec file cleanup +- Install artifact into %{_javadir}/jnr + +------------------------------------------------------------------- @@ -4 +12 @@ -- Initial packaging of jnr-constands 0.9.12 +- Initial packaging of jnr-constants 0.9.12 Old: ---- jnr-constants-0.9.12.tar.gz New: ---- jnr-constants-0.10.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jnr-constants.spec ++++++ --- /var/tmp/diff_new_pack.qPe771/_old 2021-07-10 00:02:57.934832557 +0200 +++ /var/tmp/diff_new_pack.qPe771/_new 2021-07-10 00:02:57.938832526 +0200 @@ -1,7 +1,7 @@ # # spec file for package jnr-constants # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,15 @@ # -Name: jnr-constants -Version: 0.9.12 +%global cluster jnr +Name: %{cluster}-constants +Version: 0.10.2 Release: 0 Summary: Java Native Runtime constants License: Apache-2.0 -URL: https://github.com/jnr/%{name}/ -Source0: https://github.com/jnr/%{name}/archive/%{name}-%{version}.tar.gz +Group: Development/Libraries/Java +URL: https://github.com/%{cluster}/%{name}/ +Source0: %{url}/archive/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: maven-local BuildRequires: mvn(junit:junit) @@ -32,25 +34,25 @@ BuildArch: noarch %description -Provides java values for common platform C constants (e.g. errno). +This project contains Java enums for common POSIX constants. It is +predominately used to make calls into jnr-posix far simpler. %package javadoc Summary: Javadocs for %{name} +Group: Development/Libraries/Java %description javadoc This package contains the API documentation for %{name}. %prep %setup -q -n %{name}-%{name}-%{version} -find ./ -name '*.jar' -delete -find ./ -name '*.class' -delete -%{mvn_file} : %{name}/%{name} %{name} constantine +%{mvn_file} : %{cluster}/%{name} %{name} constantine # Unnecessary for RPM builds -%pom_remove_plugin ":maven-javadoc-plugin" +%pom_remove_plugin :maven-javadoc-plugin %build -%{mvn_build} -f -- -Dsource=7 +%{mvn_build} -f %install %mvn_install ++++++ jnr-constants-0.9.12.tar.gz -> jnr-constants-0.10.2.tar.gz ++++++ ++++ 26780 lines of diff (skipped)
