Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package snakeyaml for openSUSE:Factory 
checked in at 2021-05-19 17:49:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/snakeyaml (Old)
 and      /work/SRC/openSUSE:Factory/.snakeyaml.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "snakeyaml"

Wed May 19 17:49:42 2021 rev:4 rq:894352 version:1.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/snakeyaml/snakeyaml.changes      2021-05-15 
23:17:25.360446692 +0200
+++ /work/SRC/openSUSE:Factory/.snakeyaml.new.2988/snakeyaml.changes    
2021-05-19 17:50:04.761358705 +0200
@@ -5 +5 @@
-  * Fixes bsc#1186088, CVE-2017-18640
+  * Fixes bsc#1159488, bsc#1186088, CVE-2017-18640
@@ -32 +32 @@
-- Initial packaging of snakeyaml 1.17 based on Fedora package
+- Packaging of snakeyaml 1.17 based on Fedora package
@@ -33,0 +34,31 @@
+- Removed patch:
+  * snakeyaml-1.10-jdk9.patch
+    + not needed any more
+
+-------------------------------------------------------------------
+Thu Nov 02 13:12:11 UTC 2017 - jgonza...@suse.com
+
+- Fix build with java9
+- Add:
+  * snakeyaml-1.10-jdk9.patch
+
+-------------------------------------------------------------------
+Tue Jul  1 13:06:37 UTC 2014 - mse...@suse.de
+
+- modified for sle12
+
+-------------------------------------------------------------------
+Fri Nov 18 01:48:56 CET 2011 - r...@suse.de
+
+- explicitly add java-devel to buildrequires
+
+-------------------------------------------------------------------
+Fri Aug 26 14:55:26 UTC 2011 - bmaryn...@suse.com
+
+- Removed bootstrap binaries.
+
+-------------------------------------------------------------------
+Fri Aug 26 14:32:27 UTC 2011 - bmaryn...@suse.com
+
+- Initial build with a bootstrap binaries.
+

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ snakeyaml.spec ++++++
--- /var/tmp/diff_new_pack.siMoE4/_old  2021-05-19 17:50:05.193356893 +0200
+++ /var/tmp/diff_new_pack.siMoE4/_new  2021-05-19 17:50:05.197356876 +0200
@@ -38,10 +38,9 @@
 Patch1:         0002-Replace-bundled-gdata-java-client-classes-with-commo.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-codec
-BuildRequires:  base64coder
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-Requires:       mvn(biz.source_code:base64coder)
 Requires:       mvn(commons-codec:commons-codec)
 BuildArch:      noarch
 %if %{with tests}
@@ -93,8 +92,6 @@
 
 # Replacement for bundled gdata-java-client
 %pom_add_dep commons-codec:commons-codec
-# Re-add bundled base64coder
-%pom_add_dep biz.source_code:base64coder
 
 # fails in rpmbuild only due to different locale
 rm 
src/test/java/org/yaml/snakeyaml/issues/issue67/NonAsciiCharsInClassNameTest.java
@@ -106,7 +103,7 @@
 
 %build
 mkdir -p lib
-build-jar-repository -s lib base64coder commons-codec
+build-jar-repository -s lib commons-codec
 %if %{with tests}
 build-jar-repository -s lib junit hamcrest/core velocity commons-collections 
commons-lang oro joda-time
 %endif
@@ -122,8 +119,8 @@
 install -pm 0644 target/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}.jar
 # pom
 install -dm 0755 %{buildroot}%{_mavenpomdir}
-install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
-%add_maven_depmap %{name}.pom %{name}.jar
+install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
+%add_maven_depmap JPP-%{name}.pom %{name}.jar
 # javadoc
 install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/

Reply via email to