Hello community,

here is the log from the commit of package libservicelog for openSUSE:Factory 
checked in at 2014-09-10 17:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libservicelog (Old)
 and      /work/SRC/openSUSE:Factory/.libservicelog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libservicelog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libservicelog/libservicelog.changes      
2014-01-23 15:48:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libservicelog.new/libservicelog.changes 
2014-09-10 17:02:42.000000000 +0200
@@ -1,0 +2,23 @@
+Thu Sep  4 13:26:49 UTC 2014 - [email protected]
+
+- baselibs.conf did not match with the shared library package
+- Remove libservicelog-lib_version.patch, there is no reason
+  provided to have it in the first place.
+- Remove libservicelog-pkgconfig.patch; there is nothing wrong
+  with -L${libdir} in .pc files.
+- Remove dlopen hacks; the packages ppc64-diag and servicelog which
+  OBS lists as dependants use no visible call to dlopen but do
+  a compile-time link.
+- As the public header servicelog.h #includes <sqlite3.h>,
+  Reqiures: sqlite3-devel is needed for libservicelog-devel.
+
+-------------------------------------------------------------------
+Thu Sep  4 12:56:42 UTC 2014 - [email protected]
+
+- version update to 1.1.15 (BNC#894856)
+  - Cleanup build tools (configure.ac and Makefile.am) 
+
+- modified patches:
+  * libservicelog-lib_version.patch
+  * libservicelog-pkgconfig.patch
+-------------------------------------------------------------------

Old:
----
  libservicelog-1.1.14.tar.gz
  libservicelog-lib_version.patch
  libservicelog-pkgconfig.patch

New:
----
  libservicelog-1.1.15.tar.gz

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

Other differences:
------------------
++++++ libservicelog.spec ++++++
--- /var/tmp/diff_new_pack.JsjrRL/_old  2014-09-10 17:02:43.000000000 +0200
+++ /var/tmp/diff_new_pack.JsjrRL/_new  2014-09-10 17:02:43.000000000 +0200
@@ -16,15 +16,22 @@
 #
 
 
-%define so_version 1
-
 Name:           libservicelog
-Version:        1.1.14
+%define lname  libservicelog-1_1-1
+Version:        1.1.15
 Release:        0
 Summary:        Servicelog Database and Library
 License:        LGPL-2.0+
 Group:          System/Libraries
-Requires:       libservicelog-library
+Url:            http://linux-diag.sourceforge.net/servicelog/
+
+#Git-Clone:    git://git.code.sf.net/p/linux-diag/libservicelog
+#Git-Web:      http://sourceforge.net/p/linux-diag/libservicelog/
+Source0:        
http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
+Source1:        baselibs.conf
+Source2:        libservicelog-rpmlintrc
+PreReq:         %{_sbindir}/groupadd
+Patch2:         libservicelog-printf_types.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  librtas-devel
@@ -32,15 +39,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite3-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            http://linux-diag.sourceforge.net/servicelog/ 
 ExclusiveArch:  ppc ppc64 ppc64le
-Source0:        
http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
-Source1:        baselibs.conf
-Source2:        libservicelog-rpmlintrc
-PreReq:         %{_sbindir}/groupadd 
-Patch0:         libservicelog-pkgconfig.patch
-Patch1:         libservicelog-lib_version.patch
-Patch2:         libservicelog-printf_types.patch
 
 %description
 The libservicelog package contains a library to create and maintain a
@@ -49,13 +48,12 @@
 the logging of service procedures that have been performed upon the
 system.
 
-
-%package -n     %{name}%{so_version}
+%package -n %lname
 Summary:        Servicelog Database and Library
 Group:          System/Libraries
-Provides:       libservicelog-library
+Requires:       %name
 
-%description  -n %{name}%{so_version}
+%description -n %lname
 The libservicelog package contains a library to create and maintain a
 database for storing events related to system service. This database 
 allows for the logging of serviceable and informational events, and for
@@ -65,17 +63,15 @@
 %package        devel
 Summary:        Development files for libservicelog
 Group:          Development/Libraries/Other
-Requires:       %{name} = %{version}
-Requires:       %{name}%{so_version} = %{version}
+Requires:       %lname = %version
 Requires:       glibc-devel
+Requires:       sqlite3-devel
 
 %description    devel
 Contains header files for building with libservicelog.
 
 %prep
 %setup -q
-%patch0 
-%patch1
 %patch2 -p1
 
 %build
@@ -84,31 +80,29 @@
 make %{?_smp_mflags}
 
 %install
-%{makeinstall}
+%make_install
 %__rm -f %{buildroot}%{_libdir}/*.la
 
 %pre
 /usr/sbin/groupadd -r service || echo groupadd service failed
 
-%post  -n %{name}%{so_version} -p /sbin/ldconfig
-
-%postun  -n %{name}%{so_version} -p /sbin/ldconfig
+%post    -n %lname -p /sbin/ldconfig
+%postun  -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING NEWS AUTHORS
+%doc COPYING AUTHORS
 %attr( 754, root, service ) %dir /var/lib/servicelog
 %attr( 644, root, service ) /var/lib/servicelog/servicelog.db
 
-%files -n %{name}%{so_version}
+%files -n %lname
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so.*
-# dlopen object
-%{_libdir}/*.so
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/servicelog-1
 %{_libdir}/pkgconfig/servicelog-1.pc
+%{_libdir}/*.so
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.JsjrRL/_old  2014-09-10 17:02:43.000000000 +0200
+++ /var/tmp/diff_new_pack.JsjrRL/_new  2014-09-10 17:02:43.000000000 +0200
@@ -1,6 +1,6 @@
-libservicelog-1_0-1
+libservicelog-1_1-1
   obsoletes "libservicelog-<targettype> <= <version>"
   provides "libservicelog-<targettype> = <version>"
 libservicelog-devel
   requires -libservicelog-<targettype>
-  requires "libservicelog-1_0-1-<targettype> = <version>"
+  requires "libservicelog-1_1-1-<targettype> = <version>"

++++++ libservicelog-1.1.14.tar.gz -> libservicelog-1.1.15.tar.gz ++++++
++++ 52289 lines of diff (skipped)

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

Reply via email to