Hello community, here is the log from the commit of package drac for openSUSE:Factory checked in at 2013-06-18 10:30:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drac (Old) and /work/SRC/openSUSE:Factory/.drac.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drac" Changes: -------- --- /work/SRC/openSUSE:Factory/drac/drac.changes 2011-10-11 17:57:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.drac.new/drac.changes 2013-06-18 10:30:14.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 13 23:59:31 UTC 2013 - [email protected] + +- Adjust drac.dif to compile with db >= 5.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drac.spec ++++++ --- /var/tmp/diff_new_pack.3uwEvF/_old 2013-06-18 10:30:15.000000000 +0200 +++ /var/tmp/diff_new_pack.3uwEvF/_new 2013-06-18 10:30:15.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package drac # -# Copyright (c) 2011 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 @@ -15,18 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: drac BuildRequires: db-devel -License: BSD-3-Clause -Group: Productivity/Networking/Email/Utilities Url: http://mail.cc.umanitoba.ca/drac/index.html -AutoReqProv: on Summary: Dynamic Relay Authorization Control +License: BSD-3-Clause +Group: Productivity/Networking/Email/Utilities Version: 1.12 -Release: 128 +Release: 0 Source: drac-%{version}.tar.gz Patch: drac.dif PreReq: %insserv_prereq %fillup_prereq @@ -94,4 +91,7 @@ Gary Mills <[email protected]> + + + %changelog ++++++ drac.dif ++++++ --- /var/tmp/diff_new_pack.3uwEvF/_old 2013-06-18 10:30:15.000000000 +0200 +++ /var/tmp/diff_new_pack.3uwEvF/_new 2013-06-18 10:30:15.000000000 +0200 @@ -290,7 +290,7 @@ (initdb) ? DB_TRUNCATE|DB_CREATE : DB_CREATE, 0644); #else -+#if DB_VERSION_MAJOR >= 4 && DB_VERSION_MINOR >= 1 ++#if DB_VERSION_MAJOR > 4 || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) + errno = dbp->open(dbp, NULL, dbfile, NULL, DB_BTREE, +#else errno = dbp->open(dbp, dbfile, NULL, DB_BTREE, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
