commit libdb-4_5 for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2017-01-25 23:36:47

Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)


Package is "libdb-4_5"

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes  2014-01-30 
11:28:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2017-01-25 
23:36:48.340959469 +0100
@@ -1,0 +2,5 @@
+Wed Jan 25 03:41:31 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to allow for reproducible builds
+
+---
--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb_java-4_5.changes 2013-06-20 
15:18:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb_java-4_5.changes
2017-01-25 23:36:48.364955853 +0100
@@ -1,0 +2,5 @@
+Wed Jan 25 03:41:41 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to allow for reproducible builds
+
+---

New:

  reproducible.patch



Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.6xuRiH/_old  2017-01-25 23:36:49.080847996 +0100
+++ /var/tmp/diff_new_pack.6xuRiH/_new  2017-01-25 23:36:49.080847996 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb-4_5
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,9 +30,12 @@
 Url:http://www.sleepycat.com
 Source: db-%{version}.tar.bz2
 Source9:getpatches
+Source1000: baselibs.conf
 Patch0: db-%{version}-rep.patch
 Patch1: db-%{version}-sequence.patch
 Patch2: db-%{version}.patch
+# PATCH-FIX-TO-UPSTREAM
+Patch3: reproducible.patch
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -107,6 +110,7 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
 cd ..
 tar -jcf %{generic_name}-%{version}.tar.bz2 %{generic_name}-%{version}
 

++ libdb_java-4_5.spec ++
--- /var/tmp/diff_new_pack.6xuRiH/_old  2017-01-25 23:36:49.112843176 +0100
+++ /var/tmp/diff_new_pack.6xuRiH/_new  2017-01-25 23:36:49.116842573 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb_java-4_5
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,8 @@
 Patch0: db-%{version}-rep.patch
 Patch1: db-%{version}-sequence.patch
 Patch2: db-%{version}.patch
+# PATCH-FIX-TO-UPSTREAM
+Patch3: reproducible.patch
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
 BuildRequires:  java-sdk >= 1.5
@@ -64,6 +66,7 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
 cd ..
 tar -jcf %{generic_name}-%{version}.tar.bz2 %{generic_name}-%{version}
 

++ reproducible.patch ++
Index: db-4.5.20/dist/RELEASE
===
--- db-4.5.20.orig/dist/RELEASE
+++ db-4.5.20/dist/RELEASE
@@ -7,5 +7,5 @@ DB_VERSION="$DB_VERSION_MAJOR.$DB_VERSIO
 
 DB_VERSION_UNIQUE_NAME=`printf "_%d%03d" $DB_VERSION_MAJOR $DB_VERSION_MINOR`
 
-DB_RELEASE_DATE=`date "+%B %e, %Y"`
+DB_RELEASE_DATE=`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" "+%B 
%e, %Y"`
 DB_VERSION_STRING="Berkeley DB $DB_VERSION: ($DB_RELEASE_DATE)"



commit libdb-4_5 for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2014-01-30 11:28:41

Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)


Package is libdb-4_5

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes  2013-06-20 
15:18:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2014-01-30 
11:28:42.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 23 14:15:18 UTC 2014 - kpet...@suse.com
+
+- Enabled part of the testsuite 
+
+---



Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.doQiol/_old  2014-01-30 11:28:43.0 +0100
+++ /var/tmp/diff_new_pack.doQiol/_new  2014-01-30 11:28:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb-4_5
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -36,6 +36,8 @@
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+# Only needed for the testsuite
+BuildRequires:  tcl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64
@@ -137,6 +139,28 @@
 
 make %{?_smp_mflags} LIBSO_LIBS='$(LIBS)' LIBXSO_LIBS='$(LIBS)' -L%{_libdir} 
-lstdc++
 
+%check
+cd build_unix
+../dist/configure --prefix=/usr \
+--enable-test \
+--enable-tcl \
+--with-tcl=%_libdir 
+make
+# Only running a subset of tests as running everything would take too long
+tclsh EOF
+source ../test/test.tcl
+r env
+r archive
+r byte
+r rsrc
+r dbm
+r ndbm
+r hsearch
+exit
+EOF
+make realclean 
+cd ..
+
 %install
 mkdir -p %{buildroot}%{_includedir}/db4
 CONFIG_ARGS=$(find . -name config.log -exec grep \$ \.\./dist\/configure 
{} \; | sed 's/.*configure\( --.*\)/\1/g')
@@ -186,6 +210,7 @@
 mv %{buildroot}/%{_bindir}/db_upgrade %{buildroot}/%{_bindir}/db45_upgrade
 mv %{buildroot}/%{_bindir}/db_verify %{buildroot}/%{_bindir}/db45_verify
 mv %{buildroot}/%{_bindir}/db_hotbackup %{buildroot}/%{_bindir}/db45_hotbackup
+%fdupes -s %{buildroot}%{docdir}
 
 %post -p /sbin/ldconfig
 

++ libdb_java-4_5.spec ++
--- /var/tmp/diff_new_pack.doQiol/_old  2014-01-30 11:28:43.0 +0100
+++ /var/tmp/diff_new_pack.doQiol/_new  2014-01-30 11:28:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb_java-4_5
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

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



commit libdb-4_5 for openSUSE:Factory

2013-06-20 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2013-06-20 15:00:39

Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)


Package is libdb-4_5

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes  2012-03-28 
00:01:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2013-06-20 
15:18:25.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 20 09:40:44 UTC 2013 - wer...@suse.de
+
+- Let libdb-4_5-devel explicit conflict with libdb-4_8-devel 
+
+---
+Wed Jun 19 11:14:42 UTC 2013 - wer...@suse.de
+
+- Explicit add a conflict to other providers of /usr/lib/libdb.so
+  and /usr/lib/libdb-4.so
+
+---
--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb_java-4_5.changes 2012-03-28 
00:01:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb_java-4_5.changes
2013-06-20 15:18:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 20 09:40:44 UTC 2013 - wer...@suse.de
+
+- Let libdb_java-4_5-devel explicit conflict with libdb_java-4_8-devel
+
+---



Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.T2tg2N/_old  2013-06-20 15:18:26.0 +0200
+++ /var/tmp/diff_new_pack.T2tg2N/_new  2013-06-20 15:18:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb-4_5
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -92,6 +92,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
+Conflicts:  libdb-4_8-devel
 
 %descriptiondevel
 The Berkeley DB Database is a programmatic toolkit that provides

++ libdb_java-4_5.spec ++
--- /var/tmp/diff_new_pack.T2tg2N/_old  2013-06-20 15:18:26.0 +0200
+++ /var/tmp/diff_new_pack.T2tg2N/_new  2013-06-20 15:18:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb_java-4_5
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -40,6 +40,7 @@
 BuildRequires:  update-alternatives
 Requires:   libdb-%{major}_%{minor} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Conflicts:  libdb_java-4_8
 
 %description
 These are the Java bindings for the Berkeley DB. They are needed for
@@ -50,6 +51,7 @@
 Group:  Productivity/Databases/Servers
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
+Conflicts:  libdb_java-4_8-devel
 
 %descriptiondevel
 These are the Java bindings for the Berkeley DB. They are needed for

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.T2tg2N/_old  2013-06-20 15:18:26.0 +0200
+++ /var/tmp/diff_new_pack.T2tg2N/_new  2013-06-20 15:18:26.0 +0200
@@ -1,2 +1,10 @@
 libdb-4_5
 libdb-4_5-devel
+ requires -libdb-targettype
+ requires libdb-4_5-targettype = version
+ provides libdb-4-targettype
+ provides libdb-targettype
+ provides libdb_cxx-4-targettype
+ provides libdb_cxx-targettype
+ conflicts libdb-4_8-devel-targettype
+ conflicts libdb-6_0-devel-targettype

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



commit libdb-4_5 for openSUSE:Factory

2012-03-27 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2012-03-28 00:01:05

Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)


Package is libdb-4_5, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes  2012-02-14 
19:02:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2012-03-28 
00:01:15.0 +0200
@@ -1,0 +2,5 @@
+Mon Mar 26 18:10:01 UTC 2012 - a...@suse.de
+
+- Drop check-build.sh, no need to check for at least kernel 2.6.4.
+
+---
--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb_java-4_5.changes 2012-02-14 
19:02:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb_java-4_5.changes
2012-03-28 00:01:15.0 +0200
@@ -1,0 +2,10 @@
+Mon Mar 26 18:09:11 UTC 2012 - a...@suse.de
+
+- Drop check-build.sh, no need to check for at least kernel 2.6.4.
+
+---
+Mon Mar 26 18:08:16 UTC 2012 - a...@suse.de
+
+- Add autoconf as build requires.
+
+---

Old:

  check-build.sh



Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.bxE0tf/_old  2012-03-28 00:01:25.0 +0200
+++ /var/tmp/diff_new_pack.bxE0tf/_new  2012-03-28 00:01:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb-4_5
 #
-# 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
@@ -27,7 +27,7 @@
 Summary:Berkeley DB Database Library Version 4.5
 License:BSD-3-Clause
 Group:  System/Libraries
-URL:http://www.sleepycat.com
+Url:http://www.sleepycat.com
 Source: db-%{version}.tar.bz2
 Source9:getpatches
 Patch0: db-%{version}-rep.patch

++ libdb_java-4_5.spec ++
--- /var/tmp/diff_new_pack.bxE0tf/_old  2012-03-28 00:01:25.0 +0200
+++ /var/tmp/diff_new_pack.bxE0tf/_new  2012-03-28 00:01:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb_java-4_5
 #
-# 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
@@ -27,12 +27,13 @@
 Summary:Java Bindings for the Berkeley DB
 License:BSD-3-Clause
 Group:  Productivity/Databases/Servers
-URL:http://www.sleepycat.com
+Url:http://www.sleepycat.com
 Source: db-%{version}.tar.bz2
 Source9:getpatches
 Patch0: db-%{version}-rep.patch
 Patch1: db-%{version}-sequence.patch
 Patch2: db-%{version}.patch
+BuildRequires:  autoconf
 BuildRequires:  gcc-c++
 BuildRequires:  java-sdk = 1.5
 BuildRequires:  unzip
@@ -46,6 +47,7 @@
 
 %packagedevel
 Summary:Java Bindings for the Berkeley DB
+Group:  Productivity/Databases/Servers
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
 

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



commit libdb-4_5 for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2012-02-14 19:02:06

Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)


Package is libdb-4_5, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes  2011-12-25 
17:35:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2012-02-14 
19:02:06.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 26 16:55:35 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+
+---
libdb_java-4_5.changes: same change



Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.nDvJka/_old  2012-02-14 19:02:08.0 +0100
+++ /var/tmp/diff_new_pack.nDvJka/_new  2012-02-14 19:02:08.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define generic_name db
 %define docdir %{_defaultdocdir}/%{name}
 %define major 4
@@ -26,7 +27,7 @@
 Summary:Berkeley DB Database Library Version 4.5
 License:BSD-3-Clause
 Group:  System/Libraries
-Url:http://www.sleepycat.com
+URL:http://www.sleepycat.com
 Source: db-%{version}.tar.bz2
 Source9:getpatches
 Patch0: db-%{version}-rep.patch
@@ -189,9 +190,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_libdir}/libdb-%{major}.%{minor}.so

++ libdb_java-4_5.spec ++
--- /var/tmp/diff_new_pack.nDvJka/_old  2012-02-14 19:02:08.0 +0100
+++ /var/tmp/diff_new_pack.nDvJka/_new  2012-02-14 19:02:08.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define generic_name db
 %define docdir %{_defaultdocdir}/%{name}
 %define major 4
@@ -26,7 +27,7 @@
 Summary:Java Bindings for the Berkeley DB
 License:BSD-3-Clause
 Group:  Productivity/Databases/Servers
-Url:http://www.sleepycat.com
+URL:http://www.sleepycat.com
 Source: db-%{version}.tar.bz2
 Source9:getpatches
 Patch0: db-%{version}-rep.patch
@@ -142,9 +143,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_javadir}/*

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



commit libdb-4_5 for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2011-12-25 17:35:33

Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)


Package is libdb-4_5, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_5/libdb-4_5.changes  2011-10-02 
10:14:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_5.new/libdb-4_5.changes 2011-12-25 
17:35:36.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 21:08:49 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.TRAmCj/_old  2011-12-25 17:35:37.0 +0100
+++ /var/tmp/diff_new_pack.TRAmCj/_new  2011-12-25 17:35:37.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define generic_name db
 %define docdir %{_defaultdocdir}/%{name}
 %define major 4
@@ -23,16 +22,17 @@
 
 Name:   libdb-4_5
 Version:%{major}.%{minor}.20
-Release:1
-License:BSD-3-Clause
+Release:0
 Summary:Berkeley DB Database Library Version 4.5
-Url:http://www.sleepycat.com
+License:BSD-3-Clause
 Group:  System/Libraries
+Url:http://www.sleepycat.com
 Source: db-%{version}.tar.bz2
 Source9:getpatches
 Patch0: db-%{version}-rep.patch
 Patch1: db-%{version}-sequence.patch
 Patch2: db-%{version}.patch
+BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,7 +48,6 @@
 This package contains the necessary runtime libraries.
 
 %package -n db45-utils-doc
-License:BSD-3-Clause
 Summary:Documentation for the Command Line tools for Managing Berkeley 
DB Databases
 Group:  Productivity/Databases/Tools
 Requires:   libdb-4_5 = %{version}
@@ -64,7 +63,6 @@
 managing Berkeley DB databases.
 
 %package -n db45-utils
-License:BSD-3-Clause
 Summary:Command Line tools for Managing Berkeley DB Databases
 Group:  Productivity/Databases/Tools
 
@@ -76,7 +74,6 @@
 databases.
 
 %package -n db45-doc
-License:BSD-3-Clause
 Summary:Documentation for Berkeley DB
 Group:  Development/Libraries/C and C++
 %if 0%{?suse_version} = 1120
@@ -90,7 +87,6 @@
 This package contains the documentation.
 
 %packagedevel
-License:BSD-3-Clause
 Summary:Development Files and Libraries for the old Berkeley DB 
library Version 4.5
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

++ libdb_java-4_5.spec ++
--- /var/tmp/diff_new_pack.TRAmCj/_old  2011-12-25 17:35:37.0 +0100
+++ /var/tmp/diff_new_pack.TRAmCj/_new  2011-12-25 17:35:37.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define generic_name db
 %define docdir %{_defaultdocdir}/%{name}
 %define major 4
@@ -23,11 +22,11 @@
 
 Name:   libdb_java-4_5
 Version:%{major}.%{minor}.20
-Release:1
-License:BSD-3-Clause
+Release:0
 Summary:Java Bindings for the Berkeley DB
-Url:http://www.sleepycat.com
+License:BSD-3-Clause
 Group:  Productivity/Databases/Servers
+Url:http://www.sleepycat.com
 Source: db-%{version}.tar.bz2
 Source9:getpatches
 Patch0: db-%{version}-rep.patch
@@ -45,9 +44,7 @@
 the Java support of db and dbxml.
 
 %packagedevel
-License:BSD-3-Clause
 Summary:Java Bindings for the Berkeley DB
-Group:  Productivity/Databases/Servers
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
 

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



commit libdb-4_5 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory 
checked in at 2011-12-06 18:23:04

Comparing /work/SRC/openSUSE:Factory/libdb-4_5 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_5.new (New)


Package is libdb-4_5, Maintainer is m...@suse.com

Changes:

libdb_java-4_5.changes: same change



Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.9ZWmLb/_old  2011-12-06 18:40:35.0 +0100
+++ /var/tmp/diff_new_pack.9ZWmLb/_new  2011-12-06 18:40:35.0 +0100
@@ -24,7 +24,7 @@
 Name:   libdb-4_5
 Version:%{major}.%{minor}.20
 Release:1
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:Berkeley DB Database Library Version 4.5
 Url:http://www.sleepycat.com
 Group:  System/Libraries
@@ -48,7 +48,7 @@
 This package contains the necessary runtime libraries.
 
 %package -n db45-utils-doc
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:Documentation for the Command Line tools for Managing Berkeley 
DB Databases
 Group:  Productivity/Databases/Tools
 Requires:   libdb-4_5 = %{version}
@@ -64,7 +64,7 @@
 managing Berkeley DB databases.
 
 %package -n db45-utils
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:Command Line tools for Managing Berkeley DB Databases
 Group:  Productivity/Databases/Tools
 
@@ -76,7 +76,7 @@
 databases.
 
 %package -n db45-doc
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:Documentation for Berkeley DB
 Group:  Development/Libraries/C and C++
 %if 0%{?suse_version} = 1120
@@ -90,7 +90,7 @@
 This package contains the documentation.
 
 %packagedevel
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:Development Files and Libraries for the old Berkeley DB 
library Version 4.5
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

++ libdb_java-4_5.spec ++
--- /var/tmp/diff_new_pack.9ZWmLb/_old  2011-12-06 18:40:35.0 +0100
+++ /var/tmp/diff_new_pack.9ZWmLb/_new  2011-12-06 18:40:35.0 +0100
@@ -24,7 +24,7 @@
 Name:   libdb_java-4_5
 Version:%{major}.%{minor}.20
 Release:1
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:Java Bindings for the Berkeley DB
 Url:http://www.sleepycat.com
 Group:  Productivity/Databases/Servers
@@ -45,7 +45,7 @@
 the Java support of db and dbxml.
 
 %packagedevel
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:Java Bindings for the Berkeley DB
 Group:  Productivity/Databases/Servers
 Requires:   %{name} = %{version}

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



commit libdb-4_5 for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package libdb-4_5 for openSUSE:Factory
checked in at Mon Sep 19 17:33:50 CEST 2011.




--- libdb-4_5/libdb-4_5.changes 2010-09-30 15:44:31.0 +0200
+++ libdb-4_5/libdb-4_5.changes 2011-09-16 19:00:19.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 16 17:00:10 UTC 2011 - jeng...@medozas.de
+
+- Add libdb-devel to baselibs
+
+---

Package does not exist at destination yet. Using Fallback libdb-4_5
Destination is libdb-4_5
calling whatdependson for head-i586




Other differences:
--
++ libdb-4_5.spec ++
--- /var/tmp/diff_new_pack.1Bxjh6/_old  2011-09-19 17:33:44.0 +0200
+++ /var/tmp/diff_new_pack.1Bxjh6/_new  2011-09-19 17:33:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libdb-4_5 (Version 4.5.20)
+# spec file for package libdb-4_5
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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

libdb_java-4_5.spec: same change
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.1Bxjh6/_old  2011-09-19 17:33:44.0 +0200
+++ /var/tmp/diff_new_pack.1Bxjh6/_new  2011-09-19 17:33:44.0 +0200
@@ -1 +1,2 @@
 libdb-4_5
+libdb-4_5-devel






Remember to have fun...

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