Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2011-12-05 12:44:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and      /work/SRC/openSUSE:Factory/.libbluray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbluray", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes      2011-11-17 
16:03:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2011-12-05 
12:44:16.000000000 +0100
@@ -1,0 +2,19 @@
+Sat Dec  3 19:12:17 UTC 2011 - idoen...@suse.de
+
+- Fix soname version to 1 
+
+-------------------------------------------------------------------
+Fri Dec  2 00:51:27 UTC 2011 - dims...@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 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

Old:
----
  libbluray.tar.bz2

New:
----
  libbluray-0.2.1.tar.bz2

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

Other differences:
------------------
++++++ libbluray.spec ++++++
--- /var/tmp/diff_new_pack.ozLHKV/_old  2011-12-05 12:44:19.000000000 +0100
+++ /var/tmp/diff_new_pack.ozLHKV/_new  2011-12-05 12:44:19.000000000 +0100
@@ -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
@@ -15,15 +16,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           libbluray
-Version:        0.1.99_0.2
-Release:        1.1
+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
+Source:         
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -32,11 +34,10 @@
 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
-Group:          System/Libraries
 
-%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.
@@ -44,7 +45,7 @@
 %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
@@ -52,10 +53,9 @@
 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}
 
@@ -63,11 +63,11 @@
 %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.*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to