Hello community,

here is the log from the commit of package dbh for openSUSE:Factory checked in 
at 2015-01-09 20:50:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-01-08 23:03:11.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.dbh.new/dbh.changes     2015-01-09 
20:51:07.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan  9 00:52:22 UTC 2015 - jeng...@inai.de
+
+- Specify upstream source URL and update package groups.
+  Drop --with-pic which is implicit anyway.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dbh.spec ++++++
--- /var/tmp/diff_new_pack.96Cge1/_old  2015-01-09 20:51:07.000000000 +0100
+++ /var/tmp/diff_new_pack.96Cge1/_new  2015-01-09 20:51:07.000000000 +0100
@@ -16,20 +16,20 @@
 #
 
 
-
 Name:           dbh
 %define lname  lib%{name}2
 Summary:        Disk-Based Hash Library
+License:        GPL-2.0+
+Group:          Development/Libraries/C and C++
 Version:        5.0.16
 Release:        0
-License:        GPL-2.0+
-Group:          Development/Libraries/Other
-Source:         %{lname}-%{version}.tar.gz
 Url:            http://dbh.sourceforge.net
+
+Source:         http://downloads.sf.net/dbh/%{lname}-%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires: libtool
 BuildRequires: pkg-config
-BuildRequires:  fdupes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description 
@@ -43,7 +43,7 @@
 
 %package -n %lname
 Summary:        Disk-Based Hash Library
-Group:          Development/Libraries/Other
+Group:          System/Libraries
 Obsoletes:      dbh < %version-%release
 Provides:       dbh = %version-%release
 
@@ -58,7 +58,7 @@
 
 %package devel
 Summary:        Development files for the Disk-Based Hash Library
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
 
 %description devel
@@ -74,13 +74,13 @@
 %setup -q -n %{lname}-%{version}
 
 %build
-%configure --disable-static --with-pic
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install 
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-rm -rf %{buildroot}%{_datadir}/dbh
+%make_install
+rm -f %{buildroot}/%{_libdir}/*.la
+rm -rf %{buildroot}/%{_datadir}/dbh
 # create symlinks for man pages
 %fdupes -s %buildroot/%_mandir
 %fdupes -s examples

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

Reply via email to