commit apache-commons-io for openSUSE:Factory

2023-10-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-io for 
openSUSE:Factory checked in at 2023-10-27 22:27:08

Comparing /work/SRC/openSUSE:Factory/apache-commons-io (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-io.new.17445 (New)


Package is "apache-commons-io"

Fri Oct 27 22:27:08 2023 rev:20 rq:1120353 version:2.14.0

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes  
2023-10-19 22:49:52.211982870 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-io.new.17445/apache-commons-io.changes
   2023-10-27 22:27:11.641315726 +0200
@@ -1,0 +2,5 @@
+Wed Oct 25 16:53:57 UTC 2023 - Fridrich Strba 
+
+- Build with source and target levels 8
+
+---



Other differences:
--
++ apache-commons-io-build.xml ++
--- /var/tmp/diff_new_pack.XBpJvg/_old  2023-10-27 22:27:12.145334211 +0200
+++ /var/tmp/diff_new_pack.XBpJvg/_new  2023-10-27 22:27:12.149334358 +0200
@@ -20,7 +20,8 @@
   
   
 
-  
+  
+  
   
 
   
@@ -58,6 +59,7 @@
debug="true"
optimize="false"
deprecation="true"
+   release="${compiler.release}"
target="${compiler.target}"
verbose="false"
fork="false"


commit apache-commons-io for openSUSE:Factory

2023-10-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-io for 
openSUSE:Factory checked in at 2023-10-19 22:47:27

Comparing /work/SRC/openSUSE:Factory/apache-commons-io (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-io.new.1945 (New)


Package is "apache-commons-io"

Thu Oct 19 22:47:27 2023 rev:19 rq:1118620 version:2.14.0

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes  
2022-05-23 16:09:28.191597343 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-io.new.1945/apache-commons-io.changes
2023-10-19 22:49:52.211982870 +0200
@@ -1,0 +2,7 @@
+Wed Oct 18 12:52:58 UTC 2023 - David Anes 
+
+- Update to 2.14.0:
+  * Lots of new features, fixes and updates.
+  * https://commons.apache.org/proper/commons-io/changes-report.html#a2.14.0
+
+---

Old:

  commons-io-2.11.0-src.tar.gz
  commons-io-2.11.0-src.tar.gz.asc

New:

  commons-io-2.14.0-src.tar.gz
  commons-io-2.14.0-src.tar.gz.asc



Other differences:
--
++ apache-commons-io.spec ++
--- /var/tmp/diff_new_pack.D3J65h/_old  2023-10-19 22:49:54.704073256 +0200
+++ /var/tmp/diff_new_pack.D3J65h/_new  2023-10-19 22:49:54.708073402 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define base_name  io
 %define short_name commons-%{base_name}
 Name:   apache-%{short_name}
-Version:2.11.0
+Version:2.14.0
 Release:0
 Summary:Utilities to assist with developing IO functionality
 License:Apache-2.0
@@ -31,7 +31,7 @@
 BuildRequires:  ant >= 1.6
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 Provides:   %{short_name} = %{version}-%{release}
 Provides:   jakarta-%{short_name} = %{version}-%{release}
 Obsoletes:  jakarta-%{short_name} < %{version}-%{release}
@@ -53,10 +53,6 @@
 %setup -q -n %{short_name}-%{version}-src
 cp %{SOURCE2} build.xml
 
-%pom_remove_parent
-%pom_remove_dep :junit-bom
-%pom_change_dep -r -f : :
-
 %build
 %{ant} \
-Dcompiler.source=1.8 \
@@ -70,7 +66,7 @@
 ln -sf %{short_name}.jar %{buildroot}%{_javadir}/%{name}.jar
 # pom
 install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
+%mvn_install_pom pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
 %add_maven_depmap %{short_name}.pom %{short_name}.jar -a 
"org.apache.commons:commons-io"
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}

++ apache-commons-io-build.xml ++
--- /var/tmp/diff_new_pack.D3J65h/_old  2023-10-19 22:49:54.732074272 +0200
+++ /var/tmp/diff_new_pack.D3J65h/_new  2023-10-19 22:49:54.736074416 +0200
@@ -10,7 +10,7 @@
 
   
   
-  
+  
   
   

commit apache-commons-io for openSUSE:Factory

2022-05-23 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-io for 
openSUSE:Factory checked in at 2022-05-23 16:09:27

Comparing /work/SRC/openSUSE:Factory/apache-commons-io (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-io.new.2254 (New)


Package is "apache-commons-io"

Mon May 23 16:09:27 2022 rev:18 rq:978714 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes  
2022-04-22 21:53:22.150745485 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-io.new.2254/apache-commons-io.changes
2022-05-23 16:09:28.191597343 +0200
@@ -29 +29 @@
-- Update to upstream version 2.7
+- Update to upstream version 2.7 (bsc#1184755, CVE-2021-29425)



Other differences:
--


commit apache-commons-io for openSUSE:Factory

2022-04-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-io for 
openSUSE:Factory checked in at 2022-04-22 21:52:57

Comparing /work/SRC/openSUSE:Factory/apache-commons-io (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-io.new.1538 (New)


Package is "apache-commons-io"

Fri Apr 22 21:52:57 2022 rev:17 rq:970873 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes  
2021-06-09 21:55:00.726764565 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-io.new.1538/apache-commons-io.changes
2022-04-22 21:53:22.150745485 +0200
@@ -1,0 +2,11 @@
+Tue Apr 19 15:34:30 UTC 2022 - David Anes 
+
+- Update to 2.11.0
+  * Lots of added functions, fixes and updates.
+  * https://commons.apache.org/proper/commons-io/changes-report.html#a2.11.0
+
+- Update to 2.10.0
+  * Lots of added functions, fixes and updates.
+  * https://commons.apache.org/proper/commons-io/changes-report.html#a2.10.0
+
+---

Old:

  commons-io-2.9.0-src.tar.gz
  commons-io-2.9.0-src.tar.gz.asc

New:

  commons-io-2.11.0-src.tar.gz
  commons-io-2.11.0-src.tar.gz.asc



Other differences:
--
++ apache-commons-io.spec ++
--- /var/tmp/diff_new_pack.YKqqah/_old  2022-04-22 21:53:22.666746073 +0200
+++ /var/tmp/diff_new_pack.YKqqah/_new  2022-04-22 21:53:22.670746077 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define base_name  io
 %define short_name commons-%{base_name}
 Name:   apache-%{short_name}
-Version:2.9.0
+Version:2.11.0
 Release:0
 Summary:Utilities to assist with developing IO functionality
 License:Apache-2.0

++ apache-commons-io-build.xml ++
--- /var/tmp/diff_new_pack.YKqqah/_old  2022-04-22 21:53:22.702746114 +0200
+++ /var/tmp/diff_new_pack.YKqqah/_new  2022-04-22 21:53:22.706746118 +0200
@@ -10,7 +10,7 @@
 
   
   
-  
+  
   
   

commit apache-commons-io for openSUSE:Factory

2021-06-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-io for 
openSUSE:Factory checked in at 2021-06-09 21:54:58

Comparing /work/SRC/openSUSE:Factory/apache-commons-io (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-io.new.32437 (New)


Package is "apache-commons-io"

Wed Jun  9 21:54:58 2021 rev:16 rq:897998 version:2.9.0

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes  
2020-11-06 23:44:01.435387664 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-io.new.32437/apache-commons-io.changes
   2021-06-09 21:55:00.726764565 +0200
@@ -1,0 +2,7 @@
+Thu Jun  3 16:51:10 UTC 2021 - Pedro Monreal 
+
+- Update to 2.9.0
+  * Lots of added functions, fixes and updates.
+  * https://commons.apache.org/proper/commons-io/changes-report.html#a2.9.0
+
+---

Old:

  commons-io-2.8.0-src.tar.gz
  commons-io-2.8.0-src.tar.gz.asc

New:

  commons-io-2.9.0-src.tar.gz
  commons-io-2.9.0-src.tar.gz.asc



Other differences:
--
++ apache-commons-io.spec ++
--- /var/tmp/diff_new_pack.fHkCSq/_old  2021-06-09 21:55:01.326765635 +0200
+++ /var/tmp/diff_new_pack.fHkCSq/_new  2021-06-09 21:55:01.330765642 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package apache-commons-io
+# spec file
 #
-# 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
@@ -18,9 +18,8 @@
 
 %define base_name   io
 %define short_name  commons-%{base_name}
-%bcond_with tests
 Name:   apache-%{short_name}
-Version:2.8.0
+Version:2.9.0
 Release:0
 Summary:Utilities to assist with developing IO functionality
 License:Apache-2.0
@@ -37,9 +36,6 @@
 Provides:   jakarta-%{short_name} = %{version}-%{release}
 Obsoletes:  jakarta-%{short_name} < %{version}-%{release}
 BuildArch:  noarch
-%if %{with tests}
-BuildRequires:  ant-junit
-%endif
 
 %description
 Commons-IO contains utility classes, stream implementations,
@@ -58,13 +54,12 @@
 cp %{SOURCE2} build.xml
 
 %pom_remove_parent
+%pom_remove_dep :junit-bom
+%pom_change_dep -r -f : :
 
 %build
 %{ant} \
-Dcompiler.source=1.8 \
-%if %{without tests }
-   -Dtest.skip=true \
-%endif
 jar javadoc
 
 %install

++ apache-commons-io-build.xml ++
--- /var/tmp/diff_new_pack.fHkCSq/_old  2021-06-09 21:55:01.378765727 +0200
+++ /var/tmp/diff_new_pack.fHkCSq/_new  2021-06-09 21:55:01.378765727 +0200
@@ -10,7 +10,7 @@
 
   
   
-  
+  
   
   
   
   
-  
-  
-  
-  
-  
   
 
   
@@ -82,108 +77,6 @@
   
 
   
-  
-  
-
-  
-
-
-  
-
-  
-  
-
-
-  
-
-
-  
-
-
-
-  
-
-
-  
-
-  
-
-  
-  
-  
-
-  
-
-
-  
-  
-  
-  
-
-
-
-  
-  
-
-  
-  
-  
-
-  
-  
-
-  
-  
-  
-
-  
-
-  
-
-  
-
-  
-
-  
-
-  
-
-
-  
-
-
-  
-
-
-  
-
-  
-
-  
-=== WARNING 
===
- JUnit is not present in the test classpath or your $ANT_HOME/lib 
directory. Tests not executed.
-
===
-  
-
-  
   
   
 
@@ -215,7 +108,7 @@
   
   
 
-  
+  
  commons-io-2.9.0-src.tar.gz ++
 46636 lines of diff (skipped)