Hello community, here is the log from the commit of package berkeleydb for openSUSE:Factory checked in at 2012-12-19 10:49:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/berkeleydb (Old) and /work/SRC/openSUSE:Factory/.berkeleydb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "berkeleydb", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/berkeleydb/berkeleydb.changes 2011-11-28 12:53:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.berkeleydb.new/berkeleydb.changes 2012-12-19 10:49:07.000000000 +0100 @@ -1,0 +2,23 @@ +Tue Dec 18 11:16:08 UTC 2012 - [email protected] + +- drop useless repack to tar.bz2 - use pristine tarball from upstream + +------------------------------------------------------------------- +Thu Dec 13 21:19:10 UTC 2012 - [email protected] + +- Update to 5.0.58 version: + * The file format change enabled significant improvements in operation + performance, memory and disk footprint, and concurrency of databases + with duplicate keys. Due to these changes, an upgrade utility must + be run before opening an environment with this release, if the environment + was created using JE 4.1 or earlier. See the Upgrade Procedure below for + more information. + * An application which uses JE replication may not upgrade directly + from JE 4.0 to JE 5.0. Instead, the upgrade must be done from JE 4.0 to + JE 4.1 and then to JE 5.0. Applications already at JE 4.1 are not affected. + Upgrade guidance can be found in the new chapter, "Upgrading a JE + Replication Group", in the "Getting Started with BDB JE High Availability" guide. +- Use the %doc macro to copy documents in doc directory +- Remove redundants documentation files with fdupes + +------------------------------------------------------------------- Old: ---- je-3.3.75.tar.bz2 New: ---- je-5.0.58.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ berkeleydb.spec ++++++ --- /var/tmp/diff_new_pack.Lwrf6V/_old 2012-12-19 10:49:10.000000000 +0100 +++ /var/tmp/diff_new_pack.Lwrf6V/_new 2012-12-19 10:49:10.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package berkeleydb # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,25 +19,26 @@ %define section free Name: berkeleydb -Version: 3.3.75 -Release: 3 +Version: 5.0.58 +Release: 0 Summary: Berkeley DB Java Edition -Group: Development/Libraries/Java License: BSD-3-Clause -Url: http://www.oracle.com/database/berkeley-db/je/index.html -Source0: http://download.oracle.com/berkeley-db/je-3.3.75.tar.bz2 +Group: Development/Libraries/Java +Url: http://www.oracle.com/us/products/database/overview/index.html +Source0: http://download.oracle.com/berkeley-db/je-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -BuildRequires: jpackage-utils >= 1.6 BuildRequires: ant >= 1.7.0 BuildRequires: ant-junit BuildRequires: ant-trax -BuildRequires: junit BuildRequires: geronimo-j2ee-connector-1_5-api BuildRequires: java-devel +BuildRequires: jpackage-utils >= 1.6 +BuildRequires: junit BuildRequires: mx4j -Requires: java Requires: j2ee-connector +BuildRequires: fdupes +Requires: java %description Berkeley DB Java Edition is a high performance, transactional storage @@ -53,7 +54,6 @@ %package javadoc -License: BSD-3-Clause Summary: Berkeley DB Java Edition Group: Development/Libraries/Java @@ -71,7 +71,6 @@ %package manual -License: BSD-3-Clause Summary: Berkeley DB Java Edition Group: Development/Libraries/Java @@ -89,7 +88,6 @@ %package demo -License: BSD-3-Clause Summary: Berkeley DB Java Edition Group: Development/Libraries/Java @@ -132,20 +130,17 @@ ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # FIXME: (dwalluck): This breaks rpmbuild -bi --short-circuit rm -rf docs/java -# manual -install -dm 755 $RPM_BUILD_ROOT%{_docdir}/%{name} -cp -pr docs/* $RPM_BUILD_ROOT%{_docdir}/%{name} +# Remove redundants documentations +%fdupes -s docs + # demo install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name} install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/examples cp -pr examples/* $RPM_BUILD_ROOT%{_datadir}/%{name}/examples -install -m 644 LICENSE README $RPM_BUILD_ROOT%{_docdir}/%{name} - %files %defattr(0644,root,root,0755) -%{_docdir}/%{name}/LICENSE -%{_docdir}/%{name}/README +%doc LICENSE README %{_javadir}/*.jar %files javadoc @@ -157,7 +152,7 @@ %defattr(0644,root,root,0755) %exclude %{_docdir}/%{name}/LICENSE %exclude %{_docdir}/%{name}/README -%doc %{_docdir}/%{name} +%doc docs/* %files demo %defattr(-,root,root,0755) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
