commit apache-commons-codec for openSUSE:Factory

2020-11-06 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2020-11-06 23:43:47

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


Package is "apache-commons-codec"

Fri Nov  6 23:43:47 2020 rev:22 rq:845451 version:1.15

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2020-06-08 23:44:09.285387187 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new.11331/apache-commons-codec.changes
 2020-11-06 23:44:02.955384744 +0100
@@ -1,0 +2,18 @@
+Tue Oct 27 07:51:13 UTC 2020 - Pedro Monreal 
+
+- Update to 1.15
+  * Fix: MurmurHash3: Ensure hash128 maintains the sign extension bug.
+  * Update: Base32/Base64/BCodec: Added strict decoding property to
+control handling of trailing bits. Default lenient mode discards
+them without error. Strict mode raise an exception.
+  * Update: Base32/Base64 Input/OutputStream: Added strict decoding
+property to control handling of trailing bits. Default lenient
+mode discards them without error. Strict mode raise an exception.
+  * Update: Update tests from JUnit 4.12 to 4.13.
+  * Add: Base16Codec and Base16Input/OutputStream.
+  * Add: Hex encode/decode with existing arrays.
+  * Update: Update actions/checkout from v1 to v2.3.2.
+  * Update: Update actions/setup-java from v1.4.0 to v1.4.1.
+- Remove timeout.patch
+
+---

Old:

  commons-codec-1.14-src.tar.gz
  timeout.patch

New:

  commons-codec-1.15-src.tar.gz
  commons-codec-1.15-src.tar.gz.asc



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.o4mFko/_old  2020-11-06 23:44:05.059380700 +0100
+++ /var/tmp/diff_new_pack.o4mFko/_new  2020-11-06 23:44:05.063380692 +0100
@@ -21,19 +21,18 @@
 %define short_name commons-%{base_name}
 %bcond_with tests
 Name:   apache-commons-codec
-Version:1.14
+Version:1.15
 Release:0
 Summary:Apache Commons Codec Package
 License:Apache-2.0
 Group:  Development/Libraries/Java
 URL:http://commons.apache.org/codec/
 Source0:
http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
+Source2:
http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
 Source1:%{name}-build.xml
 # Data in DoubleMetaphoneTest.java originally has an inadmissible license.
 # The author gives MIT in e-mail communication.
 Source100:  aspell-mail.txt
-# PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
-Patch0: timeout.patch
 BuildRequires:  ant
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -72,7 +71,6 @@
 %setup -q -n %{short_name}-%{version}-src
 cp %{SOURCE1} build.xml
 cp %{SOURCE100} aspell-mail.txt
-%patch0 -p1
 
 #fixes eof encoding
 dos2unix RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt

++ apache-commons-codec-build.xml ++
--- /var/tmp/diff_new_pack.o4mFko/_old  2020-11-06 23:44:05.091380639 +0100
+++ /var/tmp/diff_new_pack.o4mFko/_new  2020-11-06 23:44:05.095380631 +0100
@@ -10,7 +10,7 @@
 
   
   
-  
+  
   
   

commit apache-commons-codec for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2020-06-08 23:44:01

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


Package is "apache-commons-codec"

Mon Jun  8 23:44:01 2020 rev:21 rq:811274 version:1.14

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2019-03-28 22:45:03.307089446 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new.3606/apache-commons-codec.changes
  2020-06-08 23:44:09.285387187 +0200
@@ -1,0 +2,46 @@
+Tue Jun  2 08:57:59 UTC 2020 - Pedro Monreal Gonzalez 

+
+- Update to version 1.14
+  * Release 1.14 - 2019-12-30
+- Fix: Hex: Allow encoding read-only ByteBuffer.
+- Fix: Hex: Only use an available ByteBuffer backing array if
+  the length equals the remaining byte count.
+- Update: MurmurHash3: Deprecate hash64 methods and hash methods
+  accepting a String that use the default encoding.
+- Fix: BaseNCodec to expand buffer using overflow conscious code.
+- Fix: Base32/64: Fixed decoding check that all the final trailing
+  bits to discard are zero.
+- Add: Add MurmurHash3.hash128x64 methods to fix sign extension error
+  during seeding in hash128 methods.
+- Add: Add MurmurHash3.hash32x86 methods and IncrementalHash32x86 to
+  fix sign extension error in hash32 methods.
+- Fix: Allow repeat calls to MurmurHash3.IncrementalHash32.end() to
+  generate the same value.
+- Add: Add RandomAccessFile digest methods #31.
+- Add: Add Path APIs to org.apache.commons.codec.digest.DigestUtils
+  similar to File APIs.
+- Add: Add SHA-512/224 and SHA-512/256 to DigestUtils for Java 9 and up.
+- Add: Add missing note in javadoc when sign extension error is present 
#34.
+- Fix: Reliance on default encoding in MurmurHash2 and MurmurHash3.
+- Update: Don't reload standard Charsets in 
org.apache.commons.codec.Charsets.
+- Update: Deprecate Charset constants in org.apache.commons.codec.Charsets
+  in favor of java.nio.charset.StandardCharsets.
+  * Release 1.13 - 2019-07-20
+- Fix: ColognePhonetic handles x incorrectly.
+- Fix: ColognePhonetic does not treat the letter H correctly.
+- Fix: Reject any decode request for a value that is impossible to
+  encode to for Base32/Base64 rather than blindly decoding.
+- Add: MurmurHash2 for 32-bit or 64-bit value.
+- Add: MurmurHash3 for 32-bit or 128-bit value.
+- Update: Broken direct java.nio.ByteBuffer support in
+  org.apache.commons.codec.binary.Hex.
+  * Release 1.12 - 2019-02-04
+- Fix: B64 salt generator: Random -> ThreadLocalRandom.
+- Fix: Wrong value calculated by Cologne Phonetic if a special character
+  is placed between equal letters.
+- Update: Update from Java 6 to Java 7.
+- Add: Add Percent-Encoding Codec (described in RFC3986 and RFC7578).
+- Fix: ColognePhoneticTest.testIsEncodeEquals missing assertions.
+- Add: Add SHA-3 methods in DigestUtils.
+
+---

Old:

  commons-codec-1.11-src.tar.gz

New:

  commons-codec-1.14-src.tar.gz



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.LwUKA3/_old  2020-06-08 23:44:11.181393035 +0200
+++ /var/tmp/diff_new_pack.LwUKA3/_new  2020-06-08 23:44:11.185393047 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-codec
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2000-2010, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 %define short_name commons-%{base_name}
 %bcond_with tests
 Name:   apache-commons-codec
-Version:1.11
+Version:1.14
 Release:0
 Summary:Apache Commons Codec Package
 License:Apache-2.0

++ apache-commons-codec-build.xml ++
--- /var/tmp/diff_new_pack.LwUKA3/_old  2020-06-08 23:44:11.213393134 +0200
+++ /var/tmp/diff_new_pack.LwUKA3/_new  2020-06-08 23:44:11.213393134 +0200
@@ -10,7 +10,7 @@
 
   
   
-  
+  
   
   

commit apache-commons-codec for openSUSE:Factory

2019-03-28 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2019-03-28 22:45:02

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


Package is "apache-commons-codec"

Thu Mar 28 22:45:02 2019 rev:20 rq:689040 version:1.11

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2019-02-27 15:04:11.322481383 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new.25356/apache-commons-codec.changes
 2019-03-28 22:45:03.307089446 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 17:23:20 UTC 2019 - Fridrich Strba 
+
+- Remove pom parent, since we don't use it when not building with
+  maven
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.GGBacj/_old  2019-03-28 22:45:04.767089252 +0100
+++ /var/tmp/diff_new_pack.GGBacj/_new  2019-03-28 22:45:04.819089244 +0100
@@ -35,12 +35,10 @@
 # PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
 Patch0: timeout.patch
 BuildRequires:  ant
-BuildRequires:  apache-commons-parent
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-Requires:   apache-commons-parent
 Requires:   java >= 1.8
 Provides:   jakarta-%{short_name} = %{version}
 Obsoletes:  jakarta-%{short_name} < %{version}
@@ -79,6 +77,8 @@
 #fixes eof encoding
 dos2unix RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
 
+%pom_remove_parent .
+
 %build
 mkdir -p lib
 %if %{with tests}




commit apache-commons-codec for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2019-02-27 15:04:09

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


Package is "apache-commons-codec"

Wed Feb 27 15:04:09 2019 rev:19 rq:678584 version:1.11

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2019-02-06 15:47:20.679261842 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new.28833/apache-commons-codec.changes
 2019-02-27 15:04:11.322481383 +0100
@@ -1,0 +2,69 @@
+Fri Feb 15 15:39:31 UTC 2019 - Fridrich Strba 
+
+- Update to version 1.11
+  * New features:
++ Add Automatic-Module-Name manifest entry for Java 9.
+   Fixes CODEC-242.
++ Add BaseNCodec.encode(byte[], int, int) input with offset and
+  length parameters for Base64 and Base32. Fixes CODEC-202.
++ Add convenience API org.apache.commons.codec.binary.Hex.
+  .encodeHexString(byte[]|ByteBuffer, boolean).
+  Fixes CODEC-224.
++ Add convenience method decodeHex(String). Fixes CODEC-203.
++ Add DigestUtils.getDigest(String, MessageDigest).
+  Fixes CODEC-210.
++ Add faster CRC32 implementation. Fixes CODEC-205.
++ Add HmacAlgorithms.HMAC_SHA_224 (Java 8 only).
+  Fixes CODEC-217.
++ Add java.io.File APIs to MessageDigestAlgorithm.
+  Fixes CODEC-206.
++ Add support for CRC32-C. Fixes CODEC-171.
++ Add support for XXHash32. Fixes CODEC-241.
++ BaseNCodecOutputStream only supports writing EOF on close().
+  Fixes CODEC-183.
++ Create a minimal Digest command line utility:
+  org.apache.commons.codec.digest.Digest. Fixes CODEC-212.
++ Fluent interface for DigestUtils. Fixes CODEC-220.
++ Fluent interface for HmacUtils. Fixes CODEC-222.
++ Make some DigestUtils APIs public. Fixes CODEC-208.
++ Support java.nio.ByteBuffer in DigestUtils. Fixes CODEC-193.
++ Support java.nio.ByteBuffer in 
+  org.apache.commons.codec.binary.Hex. Fixes CODEC-194.
++ Support JEP 287: SHA-3 Hash Algorithms. Fixes CODEC-213.
++ Support SHA-224 in DigestUtils on Java 8. Fixes CODEC-195.
+  * Removed feature:
++ Drop obsolete Ant build. Fixes CODEC-223.
+  * Changes:
++ Base32.decode should support lowercase letters.
+ Fixes CODEC-234.
++ HmacUtils.updateHmac calls reset() unnecessarily.
+ Fixes CODEC-221.
++ Soundex should support more algorithm variants.
+ Fixes CODEC-233.
+  * Fixed bugs:  
++ Base32.HEX_DECODE_TABLE contains the wrong value 32.
+ Fixes CODEC-200.
++ Base64.encodeBase64String could better use newStringUsAscii
+ (ditto encodeBase64URLSafeString). Fixes CODEC-145.
++ BaseNCodec: encodeToString and encodeAsString methods are
+ identical. Fixes CODEC-144.
++ Bug in HW rule in Soundex. Fixes CODEC-199.
++ Charsets Javadoc breaks build when using Java 8.
+ Fixes CODEC-207.
++ Don't deprecate Charsets Charset constants in favor of
+ Java 7's java.nio.charset.StandardCharsets. Fixes CODEC-219.
++ Fix minor resource leaks. Fixes CODEC-225.
++ Javadoc for SHA-224 DigestUtils methods should mention
+ Java 1.8.0 restriction instead of 1.4.0. Fixes CODEC-209.
++ StringUtils.equals(CharSequence cs1, CharSequence cs2) can
+ fail with String Index OBE. Fixes CODEC-231.
++ StringUtils.newStringxxx(null) should return null, not NPE.
+ Fixes CODEC-229.
++ URLCodec is neither immutable nor threadsafe.
+ Fixes CODEC-232.
++ URLCodec.WWW_FORM_URL should be private. Fixes CODEC-230.
+- Generate the Ant build file and use it
+- Add an option --with tests and don't run tests by default. This
+  diminshes the number of dependencies and speeds-up the build.
+  
+---

Old:

  MANIFEST.MF
  commons-codec-1.10-src.tar.gz

New:

  apache-commons-codec-build.xml
  aspell-mail.txt
  commons-codec-1.11-src.tar.gz



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.AP6IlK/_old  2019-02-27 15:04:11.834481245 +0100
+++ /var/tmp/diff_new_pack.AP6IlK/_new  2019-02-27 15:04:11.838481244 +0100
@@ -19,28 +19,27 @@
 
 %define base_name  codec
 %define short_name commons-%{base_name}
+%bcond_with tests
 Name:   apache-commons-codec
-Version:1.10
+Version:1.11
 Release:0
 Summary:Apache Commons Codec Package
 License:Apache-2.0
 Group:  Development/Libraries/Java
 URL:http://commons.apache.org/codec/
-Source0:

commit apache-commons-codec for openSUSE:Factory

2019-02-06 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2019-02-06 15:47:17

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


Package is "apache-commons-codec"

Wed Feb  6 15:47:17 2019 rev:18 rq:671842 version:1.10

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2018-07-24 17:30:18.143904090 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new.28833/apache-commons-codec.changes
 2019-02-06 15:47:20.679261842 +0100
@@ -1,0 +2,5 @@
+Tue Feb  5 12:21:12 UTC 2019 - Fridrich Strba 
+
+- Clean-up the spec file
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.xL0GaR/_old  2019-02-06 15:47:21.127261570 +0100
+++ /var/tmp/diff_new_pack.xL0GaR/_new  2019-02-06 15:47:21.127261570 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-codec
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -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/
 #
 
 
@@ -25,13 +25,14 @@
 Summary:Apache Commons Codec Package
 License:Apache-2.0
 Group:  Development/Libraries/Java
-Url:http://commons.apache.org/codec/
+URL:http://commons.apache.org/codec/
 Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 Source4:MANIFEST.MF
 # PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
 Patch0: timeout.patch
 BuildRequires:  ant >= 1.7
 BuildRequires:  ant-junit >= 1.7
+BuildRequires:  apache-commons-parent
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
@@ -40,12 +41,12 @@
 #this should be a dependency of openjdk itself
 BuildRequires:  junit
 BuildRequires:  mozilla-nss
+Requires:   apache-commons-parent
 Requires:   java >= 1.8
 Provides:   jakarta-%{short_name} = %{version}
 Obsoletes:  jakarta-%{short_name} < %{version}
 Provides:   %{short_name} = %{version}
 Obsoletes:  %{short_name} < %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -72,16 +73,6 @@
 sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
 
 %build
-%if %with maven
-export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
-mkdir -p ${MAVEN_REPO_LOCAL}
-export MAVEN_OPTS="-Dmaven2.jpp.mode=true -Dmaven2.jpp.depmap.file=%{SOURCE2} 
-Dmaven.repo.local=${MAVEN_REPO_LOCAL} -Dproject.build.directory=$(pwd)/target"
-%{_bindir}/mvn-jpp \
--e \
--s $(pwd)/settings.xml \
-install javadoc:javadoc
-%else
-
 export CLASSPATH=$(build-classpath junit)
 ant -Dbuild.sysclasspath=first \
   -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
@@ -95,18 +86,13 @@
   -Dcomponent.version=%{version} \
   -Dfinal.name=%{name}-%{version} \
   -Dextension.name=%{short_name} \
-  test jar javadoc
-%endif
+  jar javadoc
 
 %install
 # jars
 mkdir -p %{buildroot}%{_javadir}
-%if %with maven
-cp -p target/%{short_name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-%else
 jar umf %{SOURCE4} dist/%{name}-%{version}.jar
 cp -p dist/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-%endif
 ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
 ln -s %{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{short_name}-%{version}.jar
 ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{short_name}.jar
@@ -126,16 +112,11 @@
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/jakarta-%{short_name}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
 
-%files
+%files -f .mfiles
 %defattr(0644,root,root,0755)
-%doc LICENSE.txt RELEASE-NOTES.txt
+%license LICENSE.txt
+%doc RELEASE-NOTES.txt
 %{_javadir}/*.jar
-%{_mavenpomdir}/*
-%if %{defined _maven_repository}
-%config(noreplace) %{_mavendepmapfragdir}/%{name}
-%else
-%{_datadir}/maven-metadata/%{name}.xml
-%endif
 
 %files javadoc
 %defattr(0644,root,root,0755)




commit apache-commons-codec for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2018-07-24 17:30:15

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


Package is "apache-commons-codec"

Tue Jul 24 17:30:15 2018 rev:17 rq:620745 version:1.10

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2017-10-20 16:11:56.634732384 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2018-07-24 17:30:18.143904090 +0200
@@ -1,0 +2,7 @@
+Tue May 15 07:32:20 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.hpQ4Bu/_old  2018-07-24 17:30:18.879905021 +0200
+++ /var/tmp/diff_new_pack.hpQ4Bu/_new  2018-07-24 17:30:18.879905021 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-codec
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -32,13 +32,15 @@
 Patch0: timeout.patch
 BuildRequires:  ant >= 1.7
 BuildRequires:  ant-junit >= 1.7
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 # FIXME: mozilla-nss is necessary in order to use crypto, which is tested via 
junit tests
 #this should be a dependency of openjdk itself
 BuildRequires:  junit
 BuildRequires:  mozilla-nss
-Requires:   java >= 1.6.0
+Requires:   java >= 1.8
 Provides:   jakarta-%{short_name} = %{version}
 Obsoletes:  jakarta-%{short_name} < %{version}
 Provides:   %{short_name} = %{version}
@@ -82,7 +84,8 @@
 
 export CLASSPATH=$(build-classpath junit)
 ant -Dbuild.sysclasspath=first \
-  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+  -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
+  -Dcompile.source=8 -Dcompile.target=8 \
   -Dconf.home=src/conf \
   -Dbuild.home=build \
   -Dsource.home=src/main/java \
@@ -118,6 +121,7 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 ln -s %{name}-%{version} 
%{buildroot}%{_javadocdir}/jakarta-%{short_name}-%{version}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/jakarta-%{short_name}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}




commit apache-commons-codec for openSUSE:Factory

2017-10-20 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2017-10-20 16:11:55

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


Package is "apache-commons-codec"

Fri Oct 20 16:11:55 2017 rev:16 rq:533047 version:1.10

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2017-09-13 22:19:06.466444182 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2017-10-20 16:11:56.634732384 +0200
@@ -1,0 +2,6 @@
+Fri Sep 29 08:11:16 UTC 2017 - fst...@suse.com
+
+- Don't condition the maven defines on release version, but on 
+  _maven_repository being defined
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.50xNWi/_old  2017-10-20 16:11:57.318700433 +0200
+++ /var/tmp/diff_new_pack.50xNWi/_new  2017-10-20 16:11:57.318700433 +0200
@@ -127,10 +127,10 @@
 %doc LICENSE.txt RELEASE-NOTES.txt
 %{_javadir}/*.jar
 %{_mavenpomdir}/*
-%if %{?suse_version} > 1320
-%{_datadir}/maven-metadata/%{name}.xml
-%else
+%if %{defined _maven_repository}
 %config(noreplace) %{_mavendepmapfragdir}/%{name}
+%else
+%{_datadir}/maven-metadata/%{name}.xml
 %endif
 
 %files javadoc




commit apache-commons-codec for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2017-09-13 22:19:06

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


Package is "apache-commons-codec"

Wed Sep 13 22:19:06 2017 rev:15 rq:521988 version:1.10

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2017-05-31 13:27:57.867395195 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2017-09-13 22:19:06.466444182 +0200
@@ -1,0 +2,6 @@
+Thu Sep  7 11:59:41 UTC 2017 - fst...@suse.com
+
+- Build with java source and target versions 1.6
+  * fixes build with jdk9
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.6bzTLi/_old  2017-09-13 22:19:07.002368733 +0200
+++ /var/tmp/diff_new_pack.6bzTLi/_new  2017-09-13 22:19:07.006368170 +0200
@@ -82,7 +82,7 @@
 
 export CLASSPATH=$(build-classpath junit)
 ant -Dbuild.sysclasspath=first \
-  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
   -Dconf.home=src/conf \
   -Dbuild.home=build \
   -Dsource.home=src/main/java \




commit apache-commons-codec for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2017-05-31 13:27:54

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


Package is "apache-commons-codec"

Wed May 31 13:27:54 2017 rev:14 rq:496507 version:1.10

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2015-04-02 15:52:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2017-05-31 13:27:57.867395195 +0200
@@ -1,0 +2,5 @@
+Fri May 19 08:43:40 UTC 2017 - tchva...@suse.com
+
+- Fix build with new javapackages-tools
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.nU7Ren/_old  2017-05-31 13:27:59.923105442 +0200
+++ /var/tmp/diff_new_pack.nU7Ren/_new  2017-05-31 13:27:59.927104879 +0200
@@ -1,9 +1,8 @@
 #
 # spec file for package apache-commons-codec
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
-# All rights reserved.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,56 +17,32 @@
 #
 
 
-# % bcond_without maven
-
 %define base_name  codec
 %define short_name commons-%{base_name}
-
 Name:   apache-commons-codec
 Version:1.10
 Release:0
 Summary:Apache Commons Codec Package
 License:Apache-2.0
 Group:  Development/Libraries/Java
-
 Url:http://commons.apache.org/codec/
 Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 Source4:MANIFEST.MF
-
 # PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
 Patch0: timeout.patch
-
 BuildRequires:  ant >= 1.7
 BuildRequires:  ant-junit >= 1.7
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 # FIXME: mozilla-nss is necessary in order to use crypto, which is tested via 
junit tests
 #this should be a dependency of openjdk itself
 BuildRequires:  junit
 BuildRequires:  mozilla-nss
-
-%if %with maven
-BuildRequires:  apache-commons-parent >= 12
-BuildRequires:  maven-surefire-maven-plugin
-BuildRequires:  maven-surefire-provider-junit
-BuildRequires:  maven2 >= 2.0.8
-BuildRequires:  maven2-plugin-antrun
-BuildRequires:  maven2-plugin-assembly
-BuildRequires:  maven2-plugin-compiler
-BuildRequires:  maven2-plugin-idea
-BuildRequires:  maven2-plugin-install
-BuildRequires:  maven2-plugin-jar
-BuildRequires:  maven2-plugin-javadoc
-BuildRequires:  maven2-plugin-resources
-%endif
-Requires(post): javapackages-tools
-Requires(postun): javapackages-tools
-
 Requires:   java >= 1.6.0
 Provides:   jakarta-%{short_name} = %{version}
 Obsoletes:  jakarta-%{short_name} < %{version}
 Provides:   %{short_name} = %{version}
 Obsoletes:  %{short_name} < %{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -142,11 +117,7 @@
 
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
-%if %with maven
-cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
-%else
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
-%endif
 ln -s %{name}-%{version} 
%{buildroot}%{_javadocdir}/jakarta-%{short_name}-%{version}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/jakarta-%{short_name}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
@@ -156,7 +127,11 @@
 %doc LICENSE.txt RELEASE-NOTES.txt
 %{_javadir}/*.jar
 %{_mavenpomdir}/*
-%{_datadir}/maven-metadata/%{name}.xml*
+%if %{?suse_version} > 1320
+%{_datadir}/maven-metadata/%{name}.xml
+%else
+%config(noreplace) %{_mavendepmapfragdir}/%{name}
+%endif
 
 %files javadoc
 %defattr(0644,root,root,0755)




commit apache-commons-codec for openSUSE:Factory

2014-12-10 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2014-12-10 23:47:08

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


Package is apache-commons-codec

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2014-07-16 16:49:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2014-12-10 23:46:37.0 +0100
@@ -1,0 +2,39 @@
+Fri Dec  5 11:33:52 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.10
+  New features:
+  + Add Daitch-Mokotoff Soundex  
+Issue: CODEC-192.
+  + QuotedPrintableCodec does not support soft line break per the
+'quoted-printable' example on Wikipedia
+Issue: CODEC-121.
+  + Make possible to provide padding byte to BaseNCodec in constructor  
+Issue: CODEC-181.
+  Fixed Bugs:
+  + Added clarification to Javadoc of Base64 concerning the use of the
+urlSafe parameter  
+Issue: CODEC-185.
+  + Added clarification to the Javadoc of Base[32|64]OutputStream that it
+is mandatory to call close()  
+Issue: CODEC-191.
+  + Add support for HMAC Message Authentication Code (MAC) digests  
+Issue: CODEC-188.
+  + Beider Morse Phonetic Matching producing incorrect tokens  
+Issue: CODEC-187.
+  + NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when
+using empty strings  
+Issue: CODEC-184. 
+  + Fix Javadoc 1.8.0 errors  
+Issue: CODEC-180.
+  + Fix Java 8 build Javadoc errors  
+Issue: CODEC-189. 
+  Changes:
+  + Deprecate Charsets Charset constants in favor of Java 7's 
+java.nio.charset.StandardCharsets  
+Issue: CODEC-178. 
+  + Update from commons-parent 34 to 35  
+Issue: CODEC-190. 
+- Use javapackages-tools instead of java-devel
+- Remove gpg_verify usage; let obs handle it
+
+---

Old:

  apache-commons-codec.keyring
  commons-codec-1.8-src.tar.gz
  commons-codec-1.8-src.tar.gz.asc

New:

  commons-codec-1.10-src.tar.gz



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.MKTWhq/_old  2014-12-10 23:46:39.0 +0100
+++ /var/tmp/diff_new_pack.MKTWhq/_new  2014-12-10 23:46:39.0 +0100
@@ -24,7 +24,7 @@
 %define short_name commons-%{base_name}
 
 Name:   apache-commons-codec
-Version:1.8
+Version:1.10
 Release:0
 Summary:Apache Commons Codec Package
 License:Apache-2.0
@@ -32,8 +32,6 @@
 
 Url:http://commons.apache.org/codec/
 Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
-Source1:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
-Source2:apache-commons-codec.keyring
 Source4:MANIFEST.MF
 
 # PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
@@ -41,10 +39,9 @@
 
 BuildRequires:  ant = 1.7
 BuildRequires:  ant-junit = 1.7
-BuildRequires:  java-devel = 1.6.0
+BuildRequires:  javapackages-tools
 # FIXME: mozilla-nss is necessary in order to use crypto, which is tested via 
junit tests
 #this should be a dependency of openjdk itself
-BuildRequires:  gpg-offline
 BuildRequires:  junit
 BuildRequires:  mozilla-nss
 
@@ -91,7 +88,6 @@
 Javadoc for %{name}.
 
 %prep
-%gpg_verify %{SOURCE1}
 %setup -q -n %{short_name}-%{version}-src
 %patch0 -p1
 

++ commons-codec-1.8-src.tar.gz - commons-codec-1.10-src.tar.gz ++
 9199 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache-commons-codec for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2014-07-16 16:49:23

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


Package is apache-commons-codec

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2014-07-10 14:54:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2014-07-16 16:49:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  7 15:15:40 UTC 2014 - tchva...@suse.com
+
+- Set the bytecode properly on sle11
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.OMxBYn/_old  2014-07-16 16:49:32.0 +0200
+++ /var/tmp/diff_new_pack.OMxBYn/_new  2014-07-16 16:49:32.0 +0200
@@ -111,6 +111,7 @@
 
 export CLASSPATH=$(build-classpath junit)
 ant -Dbuild.sysclasspath=first \
+  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
   -Dconf.home=src/conf \
   -Dbuild.home=build \
   -Dsource.home=src/main/java \
@@ -124,10 +125,6 @@
 %endif
 
 %install
-%if 0%{?suse_version} == 1110
-export NO_BRP_CHECK_BYTECODE_VERSION=true
-%endif
-
 # jars
 mkdir -p %{buildroot}%{_javadir}
 %if %with maven


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache-commons-codec for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2014-07-10 14:54:57

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


Package is apache-commons-codec

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2014-06-26 08:00:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2014-07-10 14:54:59.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  7 14:44:56 UTC 2014 - tchva...@suse.com
+
+- Depend on junit not junit4.
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.81g88e/_old  2014-07-10 14:55:00.0 +0200
+++ /var/tmp/diff_new_pack.81g88e/_new  2014-07-10 14:55:00.0 +0200
@@ -45,7 +45,7 @@
 # FIXME: mozilla-nss is necessary in order to use crypto, which is tested via 
junit tests
 #this should be a dependency of openjdk itself
 BuildRequires:  gpg-offline
-BuildRequires:  junit4
+BuildRequires:  junit
 BuildRequires:  mozilla-nss
 
 %if %with maven
@@ -109,7 +109,7 @@
 install javadoc:javadoc
 %else
 
-export CLASSPATH=$(build-classpath junit4)
+export CLASSPATH=$(build-classpath junit)
 ant -Dbuild.sysclasspath=first \
   -Dconf.home=src/conf \
   -Dbuild.home=build \


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache-commons-codec for openSUSE:Factory

2014-06-26 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2014-06-26 08:00:24

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


Package is apache-commons-codec

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2014-05-17 06:43:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2014-06-26 08:00:34.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 22 17:18:33 UTC 2014 - sch...@suse.de
+
+- timeout.patch: avoid spurious timeout in BeiderMorse tests
+
+---

New:

  timeout.patch



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.rbtLbo/_old  2014-06-26 08:00:36.0 +0200
+++ /var/tmp/diff_new_pack.rbtLbo/_new  2014-06-26 08:00:36.0 +0200
@@ -36,6 +36,9 @@
 Source2:apache-commons-codec.keyring
 Source4:MANIFEST.MF
 
+# PATCH-FIX-OPENSUSE Avoid spurious timeout in BeiderMorse tests
+Patch0: timeout.patch
+
 BuildRequires:  ant = 1.7
 BuildRequires:  ant-junit = 1.7
 BuildRequires:  java-devel = 1.6.0
@@ -90,6 +93,7 @@
 %prep
 %gpg_verify %{SOURCE1}
 %setup -q -n %{short_name}-%{version}-src
+%patch0 -p1
 
 #fixes eof encoding
 sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt


++ timeout.patch ++
Index: 
commons-codec-1.8-src/src/test/java/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java
===
--- 
commons-codec-1.8-src.orig/src/test/java/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java
+++ 
commons-codec-1.8-src/src/test/java/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java
@@ -125,7 +125,7 @@ public class BeiderMorseEncoderTest exte
 Languages.getInstance(thereIsNoSuchLanguage);
 }
 
-@Test(timeout = 1L)
+@Test
 public void testLongestEnglishSurname() throws EncoderException {
 final BeiderMorseEncoder bmpm = createGenericApproxEncoder();
 bmpm.encode(MacGhilleseatheanaich);
Index: 
commons-codec-1.8-src/src/test/java/org/apache/commons/codec/language/bm/PhoneticEngineTest.java
===
--- 
commons-codec-1.8-src.orig/src/test/java/org/apache/commons/codec/language/bm/PhoneticEngineTest.java
+++ 
commons-codec-1.8-src/src/test/java/org/apache/commons/codec/language/bm/PhoneticEngineTest.java
@@ -71,7 +71,7 @@ public class PhoneticEngineTest {
 this.maxPhonemes = maxPhonemes;
 }
 
-@Test(timeout = 1L)
+@Test
 public void testEncode() {
 final PhoneticEngine engine = new PhoneticEngine(this.nameType, 
this.ruleType, this.concat, this.maxPhonemes);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache-commons-codec for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2014-05-17 06:43:22

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


Package is apache-commons-codec

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2013-09-11 13:39:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2014-05-17 06:43:30.0 +0200
@@ -1,0 +2,5 @@
+Thu May 15 15:35:01 UTC 2014 - da...@darins.net
+
+- disable bytecode check on sle_11
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.a6QA6K/_old  2014-05-17 06:43:31.0 +0200
+++ /var/tmp/diff_new_pack.a6QA6K/_new  2014-05-17 06:43:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-codec
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
 # All rights reserved.
 #
@@ -120,6 +120,9 @@
 %endif
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
 
 # jars
 mkdir -p %{buildroot}%{_javadir}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache-commons-codec for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2013-09-11 13:39:33

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


Package is apache-commons-codec

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2013-09-03 22:07:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2013-09-11 13:39:34.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 11:04:10 UTC 2013 - tchva...@suse.com
+
+- Move from jpackage-utils to javapackage-tools
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.pPgcbU/_old  2013-09-11 13:39:35.0 +0200
+++ /var/tmp/diff_new_pack.pPgcbU/_new  2013-09-11 13:39:35.0 +0200
@@ -59,8 +59,8 @@
 BuildRequires:  maven2-plugin-javadoc
 BuildRequires:  maven2-plugin-resources
 %endif
-Requires(post): jpackage-utils = 1.7.5
-Requires(postun): jpackage-utils = 1.7.5
+Requires(post): javapackages-tools
+Requires(postun): javapackages-tools
 
 Requires:   java = 1.6.0
 Provides:   jakarta-%{short_name} = %{version}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache-commons-codec for openSUSE:Factory

2013-09-03 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2013-09-03 22:07:02

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


Package is apache-commons-codec

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2012-04-12 09:18:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2013-09-03 22:07:03.0 +0200
@@ -1,0 +2,15 @@
+Mon Aug 26 14:06:06 UTC 2013 - mvysko...@suse.com
+
+- update to 1.8 
+  * Add DigestUtils.updateDigest(MessageDigest, InputStream). Thanks to Daniel 
Cassidy.
+  * Add JUnit to test our decode with pad character in the middle.
+  * Add Match Rating Approach (MRA) phonetic algorithm encoder. Thanks to 
crice.
+  * ColognePhonetic encoder unnecessarily creates many char arrays on every 
loop run. Thanks to leo141.
+  * Base64.encodeBase64URLSafeString doesn't add padding characters at the end.
+- temporary add mozilla-nss to BR: to pass tests
+- drop unecessary source files
+- add signature verification
+- use newer add_maven_depmap
+- fix source urls
+
+---

Old:

  apache-commons-codec-component-info.xml
  apache-commons-codec-jpp-depmap.xml
  apache-commons-codec-settings.xml
  commons-codec-1.6-src.tar.gz

New:

  apache-commons-codec.keyring
  commons-codec-1.8-src.tar.gz
  commons-codec-1.8-src.tar.gz.asc



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.Sba1Po/_old  2013-09-03 22:07:04.0 +0200
+++ /var/tmp/diff_new_pack.Sba1Po/_new  2013-09-03 22:07:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-codec
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
 # All rights reserved.
 #
@@ -18,42 +18,32 @@
 #
 
 
-%define with()  %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
-%define without()   %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
-%define bcond_with()%{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
-%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
-
 # % bcond_without maven
-%bcond_with gcj_support
-# % bcond_without repolib
-
-%define repodir 
%{_javadir}/repository.jboss.com/apache-%{base_name}/%{version}-brew
-%define repodirlib %{repodir}/lib
-%define repodirres %{repodir}/resources
-%define repodirsrc %{repodir}/src
 
 %define base_name  codec
 %define short_name commons-%{base_name}
-%define sectionfree
 
 Name:   apache-commons-codec
-Version:1.6
+Version:1.8
 Release:0
 Summary:Apache Commons Codec Package
 License:Apache-2.0
 Group:  Development/Libraries/Java
 
 Url:http://commons.apache.org/codec/
-Source0:
http://www.apache.org/dist/jakarta/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
-Source1:%{name}-settings.xml
-Source2:%{name}-jpp-depmap.xml
-Source3:%{name}-component-info.xml
+Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
+Source1:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
+Source2:apache-commons-codec.keyring
 Source4:MANIFEST.MF
 
 BuildRequires:  ant = 1.7
 BuildRequires:  ant-junit = 1.7
 BuildRequires:  java-devel = 1.6.0
+# FIXME: mozilla-nss is necessary in order to use crypto, which is tested via 
junit tests
+#this should be a dependency of openjdk itself
+BuildRequires:  gpg-offline
 BuildRequires:  junit4
+BuildRequires:  mozilla-nss
 
 %if %with maven
 BuildRequires:  apache-commons-parent = 12
@@ -98,23 +88,12 @@
 Javadoc for %{name}.
 
 %prep
+%gpg_verify %{SOURCE1}
 %setup -q -n %{short_name}-%{version}-src
 
 #fixes eof encoding
 sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
 
-%if %with maven
-cp -p %{SOURCE1} settings.xml
-sed -i -e 
s|url__JPP_URL_PLACEHOLDER__/url|urlfile://`pwd`/.m2/repository/url|g 
settings.xml
-sed -i -e 
s|url__JAVADIR_PLACEHOLDER__/url|urlfile://`pwd`/external_repo/url|g 
settings.xml
-sed -i -e 
s|url__MAVENREPO_DIR_PLACEHOLDER__/url|urlfile://`pwd`/.m2/repository/url|g
 settings.xml
-sed -i -e 
s|url__MAVENDIR_PLUGIN_PLACEHOLDER__/url|urlfile:///usr/share/maven2/plugins/url|g
 settings.xml
-sed -i -e 
s|url__ECLIPSEDIR_PLUGIN_PLACEHOLDER__/url|urlfile:///usr/share/eclipse/plugins/url|g
 settings.xml
-
-mkdir external_repo
-ln -s 

commit apache-commons-codec for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2012-04-12 09:18:16

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


Package is apache-commons-codec, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2012-04-12 09:18:16.0 +0200
@@ -0,0 +1,26 @@
+---
+Mon Apr  2 13:00:19 UTC 2012 - mvysko...@suse.cz
+
+- add junit4 to fix a build fail 
+
+---
+Tue Feb 28 09:59:47 UTC 2012 - mvysko...@suse.cz
+
+- update to 1.6, sync with Fedora 
+
+---
+Fri Sep 22 13:24:21 CEST 2006 - s...@suse.de
+
+- don't use icecream
+- use target=1.4 for build with java 1.5
+
+---
+Wed Jan 25 21:46:36 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Mon Dec 19 11:53:32 CET 2005 - dbornkes...@suse.de
+
+- Current version 1.3 from JPackage.org
+

New:

  MANIFEST.MF
  apache-commons-codec-component-info.xml
  apache-commons-codec-jpp-depmap.xml
  apache-commons-codec-settings.xml
  apache-commons-codec.changes
  apache-commons-codec.spec
  commons-codec-1.6-src.tar.gz



Other differences:
--
++ apache-commons-codec.spec ++
#
# spec file for package apache-commons-codec
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2000-2010, JPackage Project
# All rights reserved.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#


%define with()  %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
%define without()   %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
%define bcond_with()%{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}

# % bcond_without maven
%bcond_with gcj_support
# % bcond_without repolib

%define repodir 
%{_javadir}/repository.jboss.com/apache-%{base_name}/%{version}-brew
%define repodirlib %{repodir}/lib
%define repodirres %{repodir}/resources
%define repodirsrc %{repodir}/src

%define base_name  codec
%define short_name commons-%{base_name}
%define sectionfree

Name:   apache-commons-codec
Version:1.6
Release:0
Summary:Apache Commons Codec Package
License:Apache-2.0
Group:  Development/Libraries/Java

Url:http://commons.apache.org/codec/
Source0:
http://www.apache.org/dist/jakarta/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:%{name}-settings.xml
Source2:%{name}-jpp-depmap.xml
Source3:%{name}-component-info.xml
Source4:MANIFEST.MF

BuildRequires:  ant = 1.7
BuildRequires:  ant-junit = 1.7
BuildRequires:  java-devel = 1.6.0
BuildRequires:  junit4

%if %with maven
BuildRequires:  apache-commons-parent = 12
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-surefire-provider-junit
BuildRequires:  maven2 = 2.0.8
BuildRequires:  maven2-plugin-antrun
BuildRequires:  maven2-plugin-assembly
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-idea
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-resources
%endif
Requires(post): jpackage-utils = 1.7.5
Requires(postun): jpackage-utils = 1.7.5

Requires:   java = 1.6.0
Provides:   jakarta-%{short_name} = %{version}
Obsoletes:  jakarta-%{short_name}  %{version}
Provides:   %{short_name} = %{version}
Obsoletes:  %{short_name}  %{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Commons Codec is an attempt to provide definitive implementations of
commonly used encoders and decoders.

%packagejavadoc
Summary: