Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-02-22 13:51:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and      /work/SRC/openSUSE:Factory/.libbluray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbluray"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes      2017-02-16 
16:44:28.774840917 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-02-22 
13:51:17.371486701 +0100
@@ -1,0 +2,6 @@
+Mon Feb 13 09:12:25 UTC 2017 - jeng...@inai.de
+
+- Rename %soname to %sover to better reflect its use.
+  Fix RPM groups.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libbluray.spec ++++++
--- /var/tmp/diff_new_pack.H78t4z/_old  2017-02-22 13:51:18.191370007 +0100
+++ /var/tmp/diff_new_pack.H78t4z/_new  2017-02-22 13:51:18.195369437 +0100
@@ -17,7 +17,7 @@
 #
 
 
-%define         soname 1
+%define         sover 1
 Name:           libbluray
 Version:        0.9.3
 Release:        0
@@ -42,18 +42,18 @@
 intended for software that want to support Blu-ray playback (such as VLC and
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
 
-%package -n libbluray%{soname}
+%package -n libbluray%{sover}
 Summary:        Library to access Blu-Ray disk
-Group:          Productivity/Multimedia/Other
+Group:          System/Libraries
 
-%description -n libbluray%{soname}
+%description -n libbluray%{sover}
 This library is written for the purpose of playing Blu-ray movies. It is
 intended for software that want to support Blu-ray playback (such as VLC and
 MPlayer). We, the authors of this library, do not condone nor endorse piracy.
 
 %package tools
 Summary:        Library to access Blu-Ray disk - Utilities
-Group:          System/Libraries
+Group:          Productivity/Multimedia/Other
 
 %description tools
 This library is written for the purpose of playing Blu-ray movies. It is
@@ -63,7 +63,7 @@
 %package devel
 Summary:        Library to access Blu-Ray disks - Development files
 Group:          Development/Languages/C and C++
-Requires:       libbluray%{soname} = %{version}
+Requires:       libbluray%{sover} = %{version}
 
 %description devel
 This library is written for the purpose of playing Blu-ray movies. It is
@@ -99,15 +99,15 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n libbluray%{soname} -p /sbin/ldconfig
+%post -n libbluray%{sover} -p /sbin/ldconfig
 
-%postun -n libbluray%{soname} -p /sbin/ldconfig
+%postun -n libbluray%{sover} -p /sbin/ldconfig
 
 %files tools
 %defattr(-,root,root)
 %{_bindir}/bd_info
 
-%files -n libbluray%{soname}
+%files -n libbluray%{sover}
 %defattr(-, root, root)
 %doc COPYING
 %{_libdir}/libbluray.so.*


Reply via email to