diff --git a/libbluray.changes b/libbluray.changes index 07f3adb..3c4f537 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 3 19:12:17 UTC 2011 - idoenmez@suse.de + +- Fix soname version to 1 + ------------------------------------------------------------------- Fri Dec 2 00:51:27 UTC 2011 - dimstar@opensuse.org diff --git a/libbluray.spec b/libbluray.spec index a794d24..52c4d7b 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -34,10 +34,10 @@ 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 -n libbluray0 +%package -n libbluray1 Summary: Library to access Blu-Ray disk -%description -n libbluray0 +%description -n libbluray1 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. @@ -45,7 +45,7 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy. %package devel Summary: Library to access Blu-Ray disks - Development files Group: Development/Languages/C and C++ -Requires: libbluray0 = %{version} +Requires: libbluray1 = %{version} %description devel This library is written for the purpose of playing Blu-ray movies. It is @@ -63,11 +63,11 @@ make %{?_smp_mflags} %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libbluray0 -p /sbin/ldconfig +%post -n libbluray1 -p /sbin/ldconfig -%postun -n libbluray0 -p /sbin/ldconfig +%postun -n libbluray1 -p /sbin/ldconfig -%files -n libbluray0 +%files -n libbluray1 %defattr(-, root, root) %doc COPYING %{_libdir}/libbluray.so.*