From 489e0550290523841f82282526a41645da07ccd3789fb6d407e02abc47085287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 1 Dec 2011 18:54:20 +0000 Subject: [PATCH 1/3] Accepting request 94803 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94803 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=3 --- libbluray.changes | 5 +++++ libbluray.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/libbluray.changes b/libbluray.changes index 0415cea..7351ba0 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 1 16:58:41 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Wed Nov 16 19:19:40 UTC 2011 - dimstar@opensuse.org diff --git a/libbluray.spec b/libbluray.spec index 3b0a2df..e56a1e9 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -1,6 +1,7 @@ # -# spec file for package +# spec file for package libbluray # +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -17,13 +18,14 @@ Name: libbluray Version: 0.1.99_0.2 -Release: 1.1 +Release: 0 License: LGPL-2.1+ Summary: Library to access Blu-Ray disk Url: http://bd.videolan.org Group: System/Libraries # This is currently a git snapshot / 2011-11-16 Source: %{name}.tar.bz2 +BuildRequires: automake BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,7 +36,6 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy. %package -n libbluray0 Summary: Library to access Blu-Ray disk -Group: System/Libraries %description -n libbluray0 This library is written for the purpose of playing Blu-ray movies. It is From ec161629ae8ac0634bdf331031468a909ad6730f37cfb80c6f8d0c6fa11b6428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 2 Dec 2011 07:26:44 +0000 Subject: [PATCH 2/3] Accepting request 94892 from home:dimstar:branches:multimedia:libs Update to version 0.2.1 OBS-URL: https://build.opensuse.org/request/show/94892 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=4 --- libbluray-0.2.1.tar.bz2 | 3 +++ libbluray.changes | 9 +++++++++ libbluray.spec | 13 ++++++------- libbluray.tar.bz2 | 3 --- 4 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 libbluray-0.2.1.tar.bz2 delete mode 100644 libbluray.tar.bz2 diff --git a/libbluray-0.2.1.tar.bz2 b/libbluray-0.2.1.tar.bz2 new file mode 100644 index 0000000..cf10868 --- /dev/null +++ b/libbluray-0.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20eb1d352e9d26e8b5b639f82c218a0c350b78cdbcb741f89d237e2202bd113a +size 396405 diff --git a/libbluray.changes b/libbluray.changes index 7351ba0..07f3adb 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Dec 2 00:51:27 UTC 2011 - dimstar@opensuse.org + +- Update to version 0.2.1: + + Make library version information visible to applications. + + First released tarball. +- Remove automake BuildRequires: this is now a real release that + was already bootstrapped. + ------------------------------------------------------------------- Thu Dec 1 16:58:41 UTC 2011 - coolo@suse.com diff --git a/libbluray.spec b/libbluray.spec index e56a1e9..a794d24 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -16,16 +16,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libbluray -Version: 0.1.99_0.2 -Release: 0 +Version: 0.2.1 +Release: 1 License: LGPL-2.1+ Summary: Library to access Blu-Ray disk Url: http://bd.videolan.org Group: System/Libraries -# This is currently a git snapshot / 2011-11-16 -Source: %{name}.tar.bz2 -BuildRequires: automake +Source: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -53,10 +53,9 @@ 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. %prep -%setup -q -n %{name} +%setup -q %build -./bootstrap %configure --disable-static make %{?_smp_mflags} diff --git a/libbluray.tar.bz2 b/libbluray.tar.bz2 deleted file mode 100644 index 22027d8..0000000 --- a/libbluray.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddf627c912f5dbde375a985dbcc00c9c57a0dad74d76f5fabb5209dd53a7d9b8 -size 3082216 From a6a38454e81c341b39dcfc15ea8a5fa1446a7a83ea23a5b79406744f8d2f2c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 3 Dec 2011 19:13:15 +0000 Subject: [PATCH 3/3] - Fix soname version to 1 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=5 --- libbluray.changes | 5 +++++ libbluray.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) 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.*