Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2018-10-25 08:09:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ant (Old)
 and      /work/SRC/openSUSE:Factory/.ant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ant"

Thu Oct 25 08:09:08 2018 rev:70 rq:642713 version:1.9.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes    2018-07-24 
17:30:04.783887194 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes       2018-10-25 
08:09:10.280312683 +0200
@@ -1,0 +2,22 @@
+Wed Oct 17 19:40:22 UTC 2018 - Fridrich Strba <[email protected]>
+
+- Require javapackages-local in order to generate correctly the
+  maven requires and provides
+- Install maven artifacts
+
+-------------------------------------------------------------------
+Fri Aug 24 20:20:20 UTC 2018 - Jason Sikes <[email protected]>
+
+- Update to 1.9.13
+  * Fixes a regression in the "get" task where redirects
+    from a HTTP resource to a HTTPS resource started throwing
+    an exception.
+    Bugzilla Report 62499
+
+  * the new allowFilesToEscapeDest didn't work when set to false and
+    archive entries contained relative paths with so many ".."
+    segnments that the resulting path would go beyond the file system
+    root.
+    Bugzilla Report 62502, bsc#1100053, CVE-2018-10886
+
+-------------------------------------------------------------------
ant-junit.changes: same change
--- /work/SRC/openSUSE:Factory/ant/ant.changes  2018-09-20 11:40:53.212876675 
+0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant.changes     2018-10-25 
08:09:10.684312418 +0200
@@ -1,0 +2,7 @@
+Wed Oct 17 19:40:22 UTC 2018 - Fridrich Strba <[email protected]>
+
+- Require javapackages-local in order to generate correctly the
+  maven requires and provides
+- Install maven artifacts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ant-antlr.spec ++++++
--- /var/tmp/diff_new_pack.iWCZCH/_old  2018-10-25 08:09:11.816311675 +0200
+++ /var/tmp/diff_new_pack.iWCZCH/_new  2018-10-25 08:09:11.816311675 +0200
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -29,7 +29,7 @@
 Summary:        Antlr Task for ant
 License:        Apache-2.0
 Group:          Development/Tools/Building
-Url:            http://ant.apache.org/
+URL:            http://ant.apache.org/
 Source0:        
http://www.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2
 Source1:        apache-ant-1.8.ant.conf
 Source1000:     pre_checkin.sh
@@ -44,6 +44,7 @@
 Patch7:         ant-python3.patch
 BuildRequires:  antlr-bootstrap
 BuildRequires:  java-devel >= 1.8
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
@@ -451,17 +452,15 @@
   [ $jarname == ant-bootstrap ] && continue
 
   #install pom
-%if !%{with bootstrap}
   install -m 644 src%{_sysconfdir}/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
   echo %%add_maven_depmap "${pomname}" "${destname}${jarname}.jar"
   %add_maven_depmap ${pomname} ${destname}${jarname}.jar
-%endif
 done
 
 %if %{with bootstrap}
 #ant-parent pom
-#install -m 644 src/etc/poms/pom.xml 
%{buildroot}/%{_mavenpomdir}/JPP-ant-parent.pom
-#%add_maven_depmap JPP-ant-parent.pom
+install -m 644 src/etc/poms/pom.xml 
%{buildroot}/%{_mavenpomdir}/JPP-ant-parent.pom
+%add_maven_depmap JPP-ant-parent.pom
 
 # scripts: remove dos and os/2 scripts
 rm -f src/script/*.bat
@@ -532,11 +531,12 @@
                                                  -print -delete
 %endif
 # remove *.orig
-rm -rf %{buildroot}/usr/bin/ant.orig
+rm -rf %{buildroot}%{_bindir}/ant.orig
 
 %if %{with bootstrap}
 %files
-%doc KEYS LICENSE NOTICE README WHATSNEW
+%license LICENSE
+%doc KEYS NOTICE README WHATSNEW
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %attr(0755,root,root) %{_bindir}/ant
 %attr(0755,root,root) %{_bindir}/antRun
@@ -562,15 +562,15 @@
 %{ant_home}/lib/ant-bootstrap.jar
 %{ant_home}/lib/ant-launcher.jar
 %dir %{_sysconfdir}/ant.d
-#%{_mavenpomdir}/JPP-ant-launcher.pom
-#%{_mavenpomdir}/JPP-ant-parent.pom
-#%{_mavenpomdir}/JPP-ant.pom
-#%if %{defined _maven_repository}
-#%config(noreplace) %{_mavendepmapfragdir}/ant
-#%else
-#%{_datadir}/maven-metadata/ant.xml
-#%endif
-#%dir %{_mavenpomdir}
+%{_mavenpomdir}/JPP-ant-launcher.pom
+%{_mavenpomdir}/JPP-ant-parent.pom
+%{_mavenpomdir}/JPP-ant.pom
+%if %{defined _maven_repository}
+%config(noreplace) %{_mavendepmapfragdir}/ant
+%else
+%{_datadir}/maven-metadata/ant.xml
+%endif
+%dir %{_mavenpomdir}
 
 %endif
 
@@ -611,14 +611,14 @@
 %{_javadir}/ant/ant-jmf.jar
 %{ant_home}/lib/ant-jmf.jar
 %config(noreplace) %{_sysconfdir}/ant.d/jmf
-#%{_mavenpomdir}/JPP.ant-ant-jmf.pom
+%{_mavenpomdir}/JPP.ant-ant-jmf.pom
 
 %files -n ant-swing
 %{_javadir}/ant/ant-swing.jar
 %{ant_home}/lib/ant-swing.jar
 %config(noreplace) %{_sysconfdir}/ant.d/swing
-#%{_mavenpomdir}/JPP.ant-ant-swing.pom
-#%dir %{_mavenpomdir}
+%{_mavenpomdir}/JPP.ant-ant-swing.pom
+%dir %{_mavenpomdir}
 
 %files -n ant-scripts
 %defattr(0755,root,root,0755)

ant-junit.spec: same change
++++++ ant.spec ++++++
--- /var/tmp/diff_new_pack.iWCZCH/_old  2018-10-25 08:09:11.852311652 +0200
+++ /var/tmp/diff_new_pack.iWCZCH/_new  2018-10-25 08:09:11.852311652 +0200
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -43,6 +43,7 @@
 Patch7:         ant-python3.patch
 BuildRequires:  antlr-bootstrap
 BuildRequires:  java-devel >= 1.8
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
@@ -450,17 +451,15 @@
   [ $jarname == ant-bootstrap ] && continue
 
   #install pom
-%if !%{with bootstrap}
   install -m 644 src%{_sysconfdir}/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
   echo %%add_maven_depmap "${pomname}" "${destname}${jarname}.jar"
   %add_maven_depmap ${pomname} ${destname}${jarname}.jar
-%endif
 done
 
 %if %{with bootstrap}
 #ant-parent pom
-#install -m 644 src/etc/poms/pom.xml 
%{buildroot}/%{_mavenpomdir}/JPP-ant-parent.pom
-#%add_maven_depmap JPP-ant-parent.pom
+install -m 644 src/etc/poms/pom.xml 
%{buildroot}/%{_mavenpomdir}/JPP-ant-parent.pom
+%add_maven_depmap JPP-ant-parent.pom
 
 # scripts: remove dos and os/2 scripts
 rm -f src/script/*.bat
@@ -562,15 +561,15 @@
 %{ant_home}/lib/ant-bootstrap.jar
 %{ant_home}/lib/ant-launcher.jar
 %dir %{_sysconfdir}/ant.d
-#%{_mavenpomdir}/JPP-ant-launcher.pom
-#%{_mavenpomdir}/JPP-ant-parent.pom
-#%{_mavenpomdir}/JPP-ant.pom
-#%if %{defined _maven_repository}
-#%config(noreplace) %{_mavendepmapfragdir}/ant
-#%else
-#%{_datadir}/maven-metadata/ant.xml
-#%endif
-#%dir %{_mavenpomdir}
+%{_mavenpomdir}/JPP-ant-launcher.pom
+%{_mavenpomdir}/JPP-ant-parent.pom
+%{_mavenpomdir}/JPP-ant.pom
+%if %{defined _maven_repository}
+%config(noreplace) %{_mavendepmapfragdir}/ant
+%else
+%{_datadir}/maven-metadata/ant.xml
+%endif
+%dir %{_mavenpomdir}
 
 %endif
 
@@ -611,14 +610,14 @@
 %{_javadir}/ant/ant-jmf.jar
 %{ant_home}/lib/ant-jmf.jar
 %config(noreplace) %{_sysconfdir}/ant.d/jmf
-#%{_mavenpomdir}/JPP.ant-ant-jmf.pom
+%{_mavenpomdir}/JPP.ant-ant-jmf.pom
 
 %files -n ant-swing
 %{_javadir}/ant/ant-swing.jar
 %{ant_home}/lib/ant-swing.jar
 %config(noreplace) %{_sysconfdir}/ant.d/swing
-#%{_mavenpomdir}/JPP.ant-ant-swing.pom
-#%dir %{_mavenpomdir}
+%{_mavenpomdir}/JPP.ant-ant-swing.pom
+%dir %{_mavenpomdir}
 
 %files -n ant-scripts
 %defattr(0755,root,root,0755)



Reply via email to