Hello community,

here is the log from the commit of package serd for openSUSE:Factory checked in 
at 2017-02-02 15:27:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/serd (Old)
 and      /work/SRC/openSUSE:Factory/.serd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "serd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/serd/serd.changes        2015-12-24 
12:17:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.serd.new/serd.changes   2017-02-03 
20:01:42.199110670 +0100
@@ -1,0 +2,11 @@
+Mon Jan 30 22:06:32 UTC 2017 - jeng...@inai.de
+
+- Fix mismatching RPM group
+- Rename soname macro to sover as it does not contain a name
+
+-------------------------------------------------------------------
+Thu Jan 12 08:32:04 UTC 2017 - o...@aepfle.de
+
+- Add baselibs.conf for gstreamer-plugins-bad-32bit
+
+-------------------------------------------------------------------

New:
----
  baselibs.conf

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

Other differences:
------------------
++++++ serd.spec ++++++
--- /var/tmp/diff_new_pack.dKWqjJ/_old  2017-02-03 20:01:42.763031296 +0100
+++ /var/tmp/diff_new_pack.dKWqjJ/_new  2017-02-03 20:01:42.775029608 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package serd
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -16,16 +16,17 @@
 #
 
 
-%define soname 0
+%define sover 0
 
 Name:           serd
 Version:        0.22.0
 Release:        0
 Summary:        A lightweight C library for RDF syntax
 License:        ISC
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://drobilla.net/software/serd/
 Source0:        http://download.drobilla.net/serd-%{version}.tar.bz2
+Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  doxygen
 BuildRequires:  graphviz
@@ -42,17 +43,17 @@
 %description    -n serdi
 Read and write RDF syntax.
 
-%package        -n libserd-0-%{soname}
+%package        -n libserd-0-%{sover}
 Summary:        A lightweight C library for RDF syntax
 Group:          System/Libraries
 
-%description    -n libserd-0-%{soname}
+%description    -n libserd-0-%{sover}
 A lightweight C library for RDF syntax which supports reading and writing 
Turtle and NTriples.
 
 %package        -n libserd-0-devel
 Summary:        Development files for libserd
 Group:          Development/Libraries/C and C++
-Requires:       libserd-0-%{soname} = %{version}
+Requires:       libserd-0-%{sover} = %{version}
 
 %description    -n libserd-0-devel
 Development files for libserd.
@@ -74,19 +75,19 @@
 %install
 ./waf install --destdir=%{?buildroot}
 
-%post -n libserd-0-%{soname} -p /sbin/ldconfig
+%post -n libserd-0-%{sover} -p /sbin/ldconfig
 
-%postun -n libserd-0-%{soname} -p /sbin/ldconfig
+%postun -n libserd-0-%{sover} -p /sbin/ldconfig
 
 %files -n serdi
 %defattr(0644,root,root,0755)
 %attr(0755,root,root) %{_bindir}/serdi
 %{_mandir}/man1/serdi.1*
 
-%files -n libserd-0-%{soname}
+%files -n libserd-0-%{sover}
 %defattr(0644,root,root,0755)
 %doc AUTHORS COPYING NEWS README
-%{_libdir}/libserd-0.so.%{soname}*
+%{_libdir}/libserd-0.so.%{sover}*
 
 %files -n libserd-0-devel
 %defattr(0644,root,root,0755)

++++++ baselibs.conf ++++++
libserd-0-0

Reply via email to