Hello community,

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

Package is "sratom"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sratom/sratom.changes    2015-04-02 
16:03:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes       2017-02-03 
20:02:23.637278074 +0100
@@ -1,0 +2,11 @@
+Mon Jan 30 22:06:32 UTC 2017 - [email protected]
+
+- Fix mismatching RPM group
+- Rename soname macro to sover as it does not contain a name
+
+-------------------------------------------------------------------
+Thu Jan 12 08:32:04 UTC 2017 - [email protected]
+
+- Add baselibs.conf for gstreamer-plugins-bad-32bit
+
+-------------------------------------------------------------------

New:
----
  baselibs.conf

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

Other differences:
------------------
++++++ sratom.spec ++++++
--- /var/tmp/diff_new_pack.aHjgzJ/_old  2017-02-03 20:02:24.297185189 +0100
+++ /var/tmp/diff_new_pack.aHjgzJ/_new  2017-02-03 20:02:24.301184627 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sratom
 #
-# 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:           sratom
 Version:        0.4.6
 Release:        0
 Summary:        A library for serialising LV2 atoms to/from RDF
 License:        ISC
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://drobilla.net/software/sratom/
 Source0:        http://download.drobilla.net/sratom-%{version}.tar.bz2
+Source1:        baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 BuildRequires:  pkg-config
@@ -37,17 +38,17 @@
 %description
 A library for serialising LV2 atoms to/from RDF, particularly the Turtle 
syntax.
 
-%package        -n libsratom-0-%{soname}
+%package        -n libsratom-0-%{sover}
 Summary:        A library for serialising LV2 atoms to/from RDF
 Group:          System/Libraries
 
-%description    -n libsratom-0-%{soname}
+%description    -n libsratom-0-%{sover}
 A library for serialising LV2 atoms to/from RDF, particularly the Turtle 
syntax.
 
 %package        -n libsratom-0-devel
 Summary:        Development files for libsratom
 Group:          Development/Libraries/C and C++
-Requires:       libsratom-0-%{soname} = %{version}
+Requires:       libsratom-0-%{sover} = %{version}
 
 %description    -n libsratom-0-devel
 Development files for libsratom.
@@ -69,14 +70,14 @@
 %install
 ./waf install --destdir=%{?buildroot}
 
-%post -n libsratom-0-%{soname} -p /sbin/ldconfig
+%post -n libsratom-0-%{sover} -p /sbin/ldconfig
 
-%postun -n libsratom-0-%{soname} -p /sbin/ldconfig
+%postun -n libsratom-0-%{sover} -p /sbin/ldconfig
 
-%files -n libsratom-0-%{soname}
+%files -n libsratom-0-%{sover}
 %defattr(0644,root,root,0755)
 %doc COPYING NEWS README
-%{_libdir}/libsratom-0.so.%{soname}*
+%{_libdir}/libsratom-0.so.%{sover}*
 
 %files -n libsratom-0-devel
 %defattr(0644,root,root,0755)

++++++ baselibs.conf ++++++
libsratom-0-0

Reply via email to