Hello community,

here is the log from the commit of package dbh for openSUSE:Factory checked in 
at 2015-01-08 23:03:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbh (Old)
 and      /work/SRC/openSUSE:Factory/.dbh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbh/dbh.changes  2011-09-23 01:54:50.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.dbh.new/dbh.changes     2015-01-08 
23:03:11.000000000 +0100
@@ -1,0 +2,13 @@
+Sun Jan  4 18:12:36 UTC 2015 - [email protected]
+
+- Update to version 5.0.16
+  + fix a incorrect seleccion of temporary workdir location
+- Add dependencies to gtk-doc, libtool and pkg-config; new upstream
+  requirements
+- Add fdupes build require
+- Symlink redundant files with %fdupes -s
+- Bump SO name to 2
+- doc/*.html is not available anymore; do no perform %doc for this
+  directory
+
+-------------------------------------------------------------------

Old:
----
  dbh-4.5.0.tar.bz2

New:
----
  libdbh2-5.0.16.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dbh.spec ++++++
--- /var/tmp/diff_new_pack.gi6hM9/_old  2015-01-08 23:03:12.000000000 +0100
+++ /var/tmp/diff_new_pack.gi6hM9/_new  2015-01-08 23:03:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dbh
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,14 +18,18 @@
 
 
 Name:           dbh
-%define lname  libdbh-4_5-4
+%define lname  lib%{name}2
 Summary:        Disk-Based Hash Library
-Version:        4.5.0
-Release:        124
+Version:        5.0.16
+Release:        0
 License:        GPL-2.0+
 Group:          Development/Libraries/Other
-Source:         %{name}-%{version}.tar.bz2
+Source:         %{lname}-%{version}.tar.gz
 Url:            http://dbh.sourceforge.net
+BuildRequires:  gtk-doc
+BuildRequires: libtool
+BuildRequires: pkg-config
+BuildRequires:  fdupes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description 
@@ -67,7 +71,7 @@
 construct optimized databases for particular applications.
 
 %prep
-%setup -q
+%setup -q -n %{lname}-%{version}
 
 %build
 %configure --disable-static --with-pic
@@ -76,6 +80,10 @@
 %install
 make DESTDIR=$RPM_BUILD_ROOT install 
 %{__rm} -f %{buildroot}%{_libdir}/*.la
+rm -rf %{buildroot}%{_datadir}/dbh
+# create symlinks for man pages
+%fdupes -s %buildroot/%_mandir
+%fdupes -s examples
 
 %check
 make check
@@ -86,10 +94,12 @@
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README examples/*.c examples/Makefile* 
doc/*.html
+%doc AUTHORS COPYING ChangeLog README examples/*.c examples/Makefile*
+%{_datadir}/gtk-doc
 %{_includedir}/*
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
+%{_mandir}/man3/*.3.*
 
 %post -n %lname -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to