Hello community,

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

Package is "libqjack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqjack/libqjack.changes        2017-02-03 
17:48:18.386674875 +0100
+++ /work/SRC/openSUSE:Factory/.libqjack.new/libqjack.changes   2017-02-05 
18:37:15.423293156 +0100
@@ -1,0 +2,6 @@
+Thu Feb  2 01:51:19 UTC 2017 - [email protected]
+
+- Rename %soname to %sover to better reflect its use
+- RPM group association fix
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqjack.spec ++++++
--- /var/tmp/diff_new_pack.nbFJLk/_old  2017-02-05 18:37:15.779243181 +0100
+++ /var/tmp/diff_new_pack.nbFJLk/_new  2017-02-05 18:37:15.783242620 +0100
@@ -17,14 +17,14 @@
 #
 
 
-%define soname      0
+%define sover       0
 %define _reldate    20131111
 Name:           libqjack
 Version:        0.0+%{_reldate}
 Release:        0
 Summary:        Connect to the Jack Sound Server with Qt
 License:        GPL-2.0+
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            https://bitbucket.org/asiniscalchi/qjack
 ## https://bitbucket.org/asiniscalchi/qjack.git
 Source:         qjack-%{_reldate}.tar.bz2
@@ -42,18 +42,18 @@
 %description
 QJack makes you connect with the Jack soundserver system with Qt4.
 
-%package -n libqjack%{soname}
+%package -n libqjack%{sover}
 Summary:        Connect to the Jack Sound Server with Qt
 Group:          System/Libraries
 
-%description -n libqjack%{soname}
+%description -n libqjack%{sover}
 QJack makes you connect with the Jack soundserver system with Qt4.
 
 %package -n libqjack-devel
 Summary:        Connect to the Jack Sound Server with Qt
 Group:          Development/Libraries/C and C++
 Requires:       jack-devel
-Requires:       libqjack%{soname} = %{version}
+Requires:       libqjack%{sover} = %{version}
 Requires:       libqt4-devel
 
 %description -n libqjack-devel
@@ -83,14 +83,14 @@
 make DESTDIR=%{buildroot} install
 popd
 
-%post   -n libqjack%{soname} -p /sbin/ldconfig
-%postun -n libqjack%{soname} -p /sbin/ldconfig
+%post   -n libqjack%{sover} -p /sbin/ldconfig
+%postun -n libqjack%{sover} -p /sbin/ldconfig
 
-%files -n libqjack%{soname}
+%files -n libqjack%{sover}
 %defattr(-,root,root)
 %doc README
-%{_libdir}/libqjack.so.%{soname}
-%{_libdir}/libqjack.so.%{soname}.*
+%{_libdir}/libqjack.so.%{sover}
+%{_libdir}/libqjack.so.%{sover}.*
 
 %files -n libqjack-devel
 %defattr(-,root,root)


Reply via email to