Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2011-12-06 16:22:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and      /work/SRC/openSUSE:Factory/.libdvdread.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdvdread", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes    2011-11-21 
12:35:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes       
2011-12-06 16:22:58.000000000 +0100
@@ -1,0 +2,16 @@
+Sat Dec  3 23:04:01 UTC 2011 - [email protected]
+
+- update to 4.2.0:
+  * fixed ARM memory alignment issue
+  * added a missing DVDFileStat function
+  * exposed the dvd_stat_t struct in header
+  * fixed libdvdread closing stdin if it can't open the file/device
+  * fixed a segfault in UDFFileEntry on some badly mastered DVDs
+  * fixed big-endian builds
+  * provide BUP file support for more issues
+  * move UDFReadBlocksRaw declaration to dvdread_internal.h
+  * fixed double free of parental management information
+  * fixed crash when PTT is too short
+  * fixed segfault when reading certain DVDs, for example "Thor"
+
+-------------------------------------------------------------------

Old:
----
  libdvdread-4.1.3.tar.bz2

New:
----
  libdvdread-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ libdvdread.spec ++++++
--- /var/tmp/diff_new_pack.TSigqA/_old  2011-12-06 16:23:00.000000000 +0100
+++ /var/tmp/diff_new_pack.TSigqA/_new  2011-12-06 16:23:00.000000000 +0100
@@ -22,11 +22,11 @@
 Url:            http://www.mplayerhq.hu/
 License:        GPLv2+
 Group:          Productivity/Multimedia/Other
-Version:        4.1.3
-Release:        18
-Source0:        
http://www1.mplayerhq.hu/MPlayer/releases/dvdnav-old/%{name}-%{version}.tar.bz2
+Version:        4.2.0
+Release:        0
+Source0:        
http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.bz2
 Source1:        baselibs.conf
-Patch:          libdvdread-strict-aliasing.patch
+Patch1:         libdvdread-strict-aliasing.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 BuildRequires:  libtool
@@ -58,19 +58,19 @@
 
 %prep
 %setup -q
-%patch
+%patch1
 
 %build
-autoreconf -f -i
+autoreconf -f -i -v
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+%__make %{?_smp_mflags}
 
 %install
 %makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%__rm -f %{buildroot}%{_libdir}/*.la
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %post -n libdvdread4 -p /sbin/ldconfig
 
@@ -78,15 +78,16 @@
 
 %files -n libdvdread4
 %defattr(-,root,root)
-%{_libdir}/*.so.4*
+%{_libdir}/libdvdread.so.4
+%{_libdir}/libdvdread.so.4.*
 
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
-%{_includedir}/*
-%{_libdir}/*.so
-%_bindir/dvdread-config
-%_libdir/pkgconfig/dvdread.pc
-%_datadir/aclocal/dvdread.m4
+%{_includedir}/dvdread
+%{_libdir}/libdvdread.so
+%{_bindir}/dvdread-config
+%{_libdir}/pkgconfig/dvdread.pc
+%{_datadir}/aclocal/dvdread.m4
 
 %changelog

++++++ libdvdread-4.1.3.tar.bz2 -> libdvdread-4.2.0.tar.bz2 ++++++
++++ 12330 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to