commit libdvdread for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2020-04-29 20:43:15

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new.2738 (New)


Package is "libdvdread"

Wed Apr 29 20:43:15 2020 rev:35 rq:798391 version:6.1.1

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2019-10-22 
15:39:01.929278138 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new.2738/libdvdread.changes  
2020-04-29 20:43:17.787785640 +0200
@@ -1,0 +2,16 @@
+Mon Apr 27 18:25:12 UTC 2020 - Luigi Baldoni 
+
+- Update to version 6.1.1
+ * Fix the soversion following ABI breakage
+ version 6.1.0:
+ * Introduce DVDOpen2 and DVDOpenStream2 API to provide logger
+context
+ * fix playback of broken discs with broken ifo files
+ * improve getmntent_r detection
+ * fix crashes in some disc, with empty contiguous ShortAD
+ * clean obsolete code
+- Bump soversion to 8
+- Added sigfile
+- Spec cleanup
+
+---

Old:

  libdvdread-6.0.2.tar.bz2

New:

  libdvdread-6.1.1.tar.bz2
  libdvdread-6.1.1.tar.bz2.asc



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.96LQwF/_old  2020-04-29 20:43:18.419787288 +0200
+++ /var/tmp/diff_new_pack.96LQwF/_new  2020-04-29 20:43:18.419787288 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,16 @@
 #
 
 
+%define sover   8
 Name:   libdvdread
-Version:6.0.2
+Version:6.1.1
 Release:0
 Summary:Library for Reading DVD Video Images
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Other
 URL:https://www.videolan.org/developers/libdvdnav.html
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
-#Source1:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
+Source1:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
 Source3:baselibs.conf
 BuildRequires:  autoconf
@@ -37,13 +38,13 @@
 This package contains shared libraries for accessing DVD images (this
 package does not contain DeCSS algorithms).
 
-%package -n libdvdread7
+%package -n libdvdread%{sover}
 Summary:Library for Reading DVD Video Images
 Group:  Productivity/Multimedia/Other
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} <= 0.9.7
 
-%description -n libdvdread7
+%description -n libdvdread%{sover}
 This package contains shared libraries for accessing DVD images (this
 package does not contain DeCSS algorithms).
 
@@ -51,21 +52,21 @@
 Summary:Development Environment for libdvdread
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
-Requires:   libdvdread7 = %{version}
+Requires:   libdvdread%{sover} = %{version}
 
 %description devel
 This package contains the include-files and static libraries for
 libdvdread.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 autoreconf -fiv
 %configure \
   --disable-silent-rules \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -73,14 +74,14 @@
 # We install the files on our own, using %%doc
 rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
 
-%post   -n libdvdread7 -p /sbin/ldconfig
-%postun -n libdvdread7 -p /sbin/ldconfig
+%post   -n libdvdread%{sover} -p /sbin/ldconfig
+%postun -n libdvdread%{sover} -p /sbin/ldconfig
 
-%files -n libdvdread7
+%files -n libdvdread%{sover}
 %license COPYING
 %doc AUTHORS NEWS README
-%{_libdir}/libdvdread.so.7
-%{_libdir}/libdvdread.so.7.*
+%{_libdir}/libdvdread.so.%{sover}
+%{_libdir}/libdvdread.so.%{sover}.*
 
 %files devel
 %{_includedir}/dvdread

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.96LQwF/_old  2020-04-29 20:43:18.451787371 +0200
+++ /var/tmp/diff_new_pack.96LQwF/_new  2020-04-29 20:43:18.451787371 +0200
@@ -1 +1 @@
-libdvdread7
+libdvdread8

++ libdvdread-6.0.2.tar.bz2 -> libdvdread-6.1.1.tar.bz2 ++
 6733 lines of diff (skipped)





commit libdvdread for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2019-10-22 15:39:00

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new.2352 (New)


Package is "libdvdread"

Tue Oct 22 15:39:00 2019 rev:34 rq:740894 version:6.0.2

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2019-08-16 
15:32:03.541936380 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new.2352/libdvdread.changes  
2019-10-22 15:39:01.929278138 +0200
@@ -1,0 +2,8 @@
+Thu Oct 17 16:32:22 UTC 2019 - enzok...@kabelmail.de
+
+- Update to version 6.0.2:
+  * use reentrant getmntent_r
+  * fix playback of some discs, by fixing pgc_t structure
+- Removed gpg signature (not available)
+
+---

Old:

  libdvdread-6.0.1.tar.bz2
  libdvdread-6.0.1.tar.bz2.asc

New:

  libdvdread-6.0.2.tar.bz2



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.Pfs0AK/_old  2019-10-22 15:39:02.469278754 +0200
+++ /var/tmp/diff_new_pack.Pfs0AK/_new  2019-10-22 15:39:02.473278759 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   libdvdread
-Version:6.0.1
+Version:6.0.2
 Release:0
 Summary:Library for Reading DVD Video Images
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Other
 URL:https://www.videolan.org/developers/libdvdnav.html
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
-Source1:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
+#Source1:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
 Source3:baselibs.conf
 BuildRequires:  autoconf
@@ -37,13 +37,13 @@
 This package contains shared libraries for accessing DVD images (this
 package does not contain DeCSS algorithms).
 
-%package -n libdvdread4
+%package -n libdvdread7
 Summary:Library for Reading DVD Video Images
 Group:  Productivity/Multimedia/Other
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} <= 0.9.7
 
-%description -n libdvdread4
+%description -n libdvdread7
 This package contains shared libraries for accessing DVD images (this
 package does not contain DeCSS algorithms).
 
@@ -51,7 +51,7 @@
 Summary:Development Environment for libdvdread
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
-Requires:   libdvdread4 = %{version}
+Requires:   libdvdread7 = %{version}
 
 %description devel
 This package contains the include-files and static libraries for
@@ -73,14 +73,14 @@
 # We install the files on our own, using %%doc
 rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
 
-%post   -n libdvdread4 -p /sbin/ldconfig
-%postun -n libdvdread4 -p /sbin/ldconfig
+%post   -n libdvdread7 -p /sbin/ldconfig
+%postun -n libdvdread7 -p /sbin/ldconfig
 
-%files -n libdvdread4
+%files -n libdvdread7
 %license COPYING
 %doc AUTHORS NEWS README
-%{_libdir}/libdvdread.so.4
-%{_libdir}/libdvdread.so.4.*
+%{_libdir}/libdvdread.so.7
+%{_libdir}/libdvdread.so.7.*
 
 %files devel
 %{_includedir}/dvdread

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.Pfs0AK/_old  2019-10-22 15:39:02.497278786 +0200
+++ /var/tmp/diff_new_pack.Pfs0AK/_new  2019-10-22 15:39:02.497278786 +0200
@@ -1 +1 @@
-libdvdread4
+libdvdread7

++ libdvdread-6.0.1.tar.bz2 -> libdvdread-6.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdvdread-6.0.1/AUTHORS new/libdvdread-6.0.2/AUTHORS
--- old/libdvdread-6.0.1/AUTHORS2014-01-02 16:38:07.0 +0100
+++ new/libdvdread-6.0.2/AUTHORS2019-02-08 17:27:27.0 +0100
@@ -1,30 +1,49 @@
-Daniel Caujolle-Bert 
-Thomas Vander Stichele 
-Rich Wareham 
-Kees Cook 
-Michael Roitzsch 
-Frantisek Dvorak 
-Nico Sabbi 
-Dominik Mierzejewski 
-Erik Hovland 
-Diego Biurrun 
-John Stebbins 
-Dan Nicholson 
-KO Myung-Hun 
-Reimar Döffinger 
-Frédéric Marchal 
-Rafaël Carré 
-Alexander Roalter 
-Benjamin Kerensa 
-Brad Smith 
-Doug Springer 
-Erik Auerswald 
-Ganael Laplanche 
-Ingo Brückl 
-Jindrich Makovicka 
-Jorgen Lundman 
-LRN 
-Mike Castle 
-Reinhard Tartler 
-Roger Pack 
-Rémi Duraffort 
+Jean-Baptiste Kempf
+Erik Hovland
+Diego Biurrun
+Nico Sabbi
+Dominik Mierzejewski
+Steve Dibb
+Diego Elio Pettenò
+Petri Hintukainen
+John Stebbins
+Andrew Clayton
+KO Myung-Hun
+Thomas Guillem
+Dan Nicholson
+Reimar Döffinger
+Frédéric Marchal
+Paul Menzel
+Pierre Lamot
+Rafaël Carré
+Evgeny Grin
+Lawrence D'Oliveiro
+Marcel Mol
+Alexander Roalter

commit libdvdread for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2019-08-16 15:32:00

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new.22127 (New)


Package is "libdvdread"

Fri Aug 16 15:32:00 2019 rev:33 rq:723233 version:6.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2019-02-24 
18:03:00.775782509 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new.22127/libdvdread.changes 
2019-08-16 15:32:03.541936380 +0200
@@ -1,0 +2,10 @@
+Wed Aug 14 08:34:46 UTC 2019 - Tomáš Chvátal 
+
+- Minor cleanup with spec-cleaner
+
+---
+Mon Apr 15 18:11:05 UTC 2019 - o...@aepfle.de
+
+- Point URL to videolan.org
+
+---



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.MMUxEg/_old  2019-08-16 15:32:04.125936211 +0200
+++ /var/tmp/diff_new_pack.MMUxEg/_new  2019-08-16 15:32:04.129936210 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Version:6.0.1
 Release:0
 Summary:Library for Reading DVD Video Images
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Other
-Url:http://www.mplayerhq.hu/
+URL:https://www.videolan.org/developers/libdvdnav.html
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
@@ -30,9 +30,8 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains shared libraries for accessing DVD images (this
@@ -64,28 +63,26 @@
 %build
 autoreconf -fiv
 %configure \
-  --disable-static \
-  --with-pic
-make %{?_smp_mflags} V=1
+  --disable-silent-rules \
+  --disable-static
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 # We install the files on our own, using %%doc
 rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
 
 %post   -n libdvdread4 -p /sbin/ldconfig
-
 %postun -n libdvdread4 -p /sbin/ldconfig
 
 %files -n libdvdread4
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_libdir}/libdvdread.so.4
 %{_libdir}/libdvdread.so.4.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/dvdread
 %{_libdir}/libdvdread.so
 %{_libdir}/pkgconfig/dvdread.pc






commit libdvdread for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2019-02-24 18:02:59

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new.28833 (New)


Package is "libdvdread"

Sun Feb 24 18:02:59 2019 rev:32 rq:677280 version:6.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2018-01-28 
20:29:47.125085517 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new.28833/libdvdread.changes 
2019-02-24 18:03:00.775782509 +0100
@@ -1,0 +2,8 @@
+Mon Feb 18 21:39:22 UTC 2019 - enzok...@kabelmail.de
+
+- Update to version 6.0.1:
+  * fix a regression on some DVDs, like Resident Evil
+  * check InternalUDFReadBlocksRaw I/O issues
+  * fix issues with some DVD burnt by Nero
+
+---

Old:

  libdvdread-6.0.0.tar.bz2
  libdvdread-6.0.0.tar.bz2.asc

New:

  libdvdread-6.0.1.tar.bz2
  libdvdread-6.0.1.tar.bz2.asc



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.rrG80t/_old  2019-02-24 18:03:01.327782322 +0100
+++ /var/tmp/diff_new_pack.rrG80t/_new  2019-02-24 18:03:01.331782320 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libdvdread
-Version:6.0.0
+Version:6.0.1
 Release:0
 Summary:Library for Reading DVD Video Images
 License:GPL-2.0+

++ libdvdread-6.0.0.tar.bz2 -> libdvdread-6.0.1.tar.bz2 ++
 3805 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdvdread-6.0.0/ChangeLog new/libdvdread-6.0.1/ChangeLog
--- old/libdvdread-6.0.0/ChangeLog  2018-01-14 10:46:08.0 +0100
+++ new/libdvdread-6.0.1/ChangeLog  2019-02-05 16:17:56.0 +0100
@@ -1,3 +1,64 @@
+commit b851de7220657aaba96d447abd2937ffd2a23490
+Author: Jean-Baptiste Kempf 
+Date:   Tue Feb 5 16:16:13 2019 +0100
+
+Update NEWS for 6.0.1
+
+commit 34bb5af1400606fc7cd15e5770d149f38adc8f51
+Author: Jean-Baptiste Kempf 
+Date:   Tue Feb 5 15:18:39 2019 +0100
+
+Update Release version to 6.0.1
+
+commit 1f4136e86450d58146683a065b829c812e9602d4
+Author: Jean-Baptiste Kempf 
+Date:   Tue Feb 5 16:09:47 2019 +0100
+
+Fix fallthrough warning
+
+commit 98423d6aa67cfdcc2def0600d82a877a6646c403
+Author: Nicolas Porcel 
+Date:   Tue Feb 6 02:57:44 2018 +0100
+
+Fix dvd burnt with Nero
+
+Some DVD written with Nero Burning ROM have faulty IFO files that make
+them unreadable with libdvdread. The condition removed is checked anyway
+using the CHECK_VALUE macro.
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit b1f3681b2b7e19c0c060771f9d5acc2db2ec7a1a
+Author: John Stebbins 
+Date:   Wed Jan 25 10:08:31 2017 -0700
+
+Don't ignore I/O errors in InternalUDFReadBlocksRaw
+
+Ignoring these errors can lead to hanging in a loop for hours on damaged
+images.
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 3ba6d4eb22acb316eaec5de907ca815f6a6415c7
+Author: Jean-Baptiste Kempf 
+Date:   Tue Feb 5 15:15:47 2019 +0100
+
+Update NEWS
+
+commit 978c6275c004db5485fb7ffde2508b89cc45c7f7
+Author: Thomas Guillem 
+Date:   Tue Jan 8 15:51:08 2019 +0100
+
+Invalidate cache when forcing filesize
+
+This fixes playback of Resident Evil Extention DVD.
+
+commit 30e4a6e29862024a95a2e0a731025e4d7f783b6b
+Author: Konstantin Pavlov 
+Date:   Fri Nov 30 18:05:22 2018 +0300
+
+CI: added debian, macos, win32 and win64 build jobs.
+
 commit 95fdbe8337d2ff31dcfb68f35f3e4441dc27d92f
 Author: Jean-Baptiste Kempf 
 Date:   Sun Jan 14 10:45:31 2018 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdvdread-6.0.0/NEWS new/libdvdread-6.0.1/NEWS
--- old/libdvdread-6.0.0/NEWS   2018-01-14 10:45:26.0 +0100
+++ new/libdvdread-6.0.1/NEWS   2019-02-05 16:16:11.0 +0100
@@ -1,3 +1,8 @@
+libdvdread 

commit libdvdread for openSUSE:Factory

2018-01-28 Thread root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2018-01-28 20:29:45

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is "libdvdread"

Sun Jan 28 20:29:45 2018 rev:31 rq:570235 version:6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2015-10-03 
20:29:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2018-01-28 20:29:47.125085517 +0100
@@ -1,0 +2,15 @@
+Sat Jan 27 13:01:45 UTC 2018 - j.loren...@kabelmail.de
+
+- Update to version 6.0.0:
+  * restrict the number of symbols to be exposed to the
+shared-object
+  * remove dvdinput_error function
+  * improve compatibility with some DVDs (notably the eOne ones)
+  * fix write after free in ifoFree functions
+  * fix possible buffer overflow in open
+  * additional checks on DVDReadBytes arguments
+  * fix leaks
+- Removed libdvdread-no-internal-crypto.patch because it's not
+  applied anymore.
+
+---

Old:

  libdvdread-5.0.3.tar.bz2
  libdvdread-5.0.3.tar.bz2.asc
  libdvdread-no-internal-crypto.patch

New:

  libdvdread-6.0.0.tar.bz2
  libdvdread-6.0.0.tar.bz2.asc



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.5rqsYX/_old  2018-01-28 20:29:48.529019940 +0100
+++ /var/tmp/diff_new_pack.5rqsYX/_new  2018-01-28 20:29:48.541019379 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libdvdread
-Version:5.0.3
+Version:6.0.0
 Release:0
 Summary:Library for Reading DVD Video Images
 License:GPL-2.0+
@@ -27,7 +27,6 @@
 Source1:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
 Source3:baselibs.conf
-Patch2: libdvdread-no-internal-crypto.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -61,7 +60,6 @@
 
 %prep
 %setup -q
-#patch2
 
 %build
 autoreconf -fiv

++ libdvdread-5.0.3.tar.bz2 -> libdvdread-6.0.0.tar.bz2 ++
 3219 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdvdread-5.0.3/ChangeLog new/libdvdread-6.0.0/ChangeLog
--- old/libdvdread-5.0.3/ChangeLog  2015-03-25 14:58:27.0 +0100
+++ new/libdvdread-6.0.0/ChangeLog  2018-01-14 10:46:08.0 +0100
@@ -1,3 +1,201 @@
+commit 95fdbe8337d2ff31dcfb68f35f3e4441dc27d92f
+Author: Jean-Baptiste Kempf 
+Date:   Sun Jan 14 10:45:31 2018 +0100
+
+Update NEWS
+
+commit 230d8c8140316f1633cb48c11870938d5784b5b7
+Author: Pierre Lamot 
+Date:   Tue Jan 9 15:52:17 2018 +0100
+
+Don't abort if PGCN or PCN == 0 when reading VTS_PTT_SRPT
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 26cc345d57a2660fe2bfdb25be099ede233d7d48
+Author: Pierre Lamot 
+Date:   Tue Jan 9 15:52:16 2018 +0100
+
+Update incomplete structures
+
+From the spec.
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 22f0cd7398da14b85bdb20eef81309ad30ec8da8
+Author: Pierre Lamot 
+Date:   Tue Jan 9 15:52:15 2018 +0100
+
+Don't abort if PGC structure can't be read.
+
+Some DVD contains unused invalids PGC (ie: inaccessible location).
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 7433fb130827ada0e09a6b123b8a1df4fdf6bb40
+Author: Pierre Lamot 
+Date:   Tue Jan 9 15:52:14 2018 +0100
+
+Provide compatibility with media having incomplete TT_SRPT and PTT_SRPT
+
+Some media don't provide the last byte field in  "Title Search Pointer 
Table"
+(TT_SRPT) and "Video Title Set Part of Title Search Pointer Table"
+(VST_PTT_SRPT)
+
+Signed-off-by: Jean-Baptiste Kempf 
+
+commit 74853950580354f0fba0e8bbae643068da9c3fb7
+Author: Jean-Baptiste Kempf 
+Date:   Mon Jan 8 18:28:22 2018 +0100
+
+Update NEWS for 6.0
+

commit libdvdread for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2015-10-03 20:29:27

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is "libdvdread"

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2015-04-03 
14:32:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2015-10-03 20:29:43.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep 24 19:21:21 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Use more explicit dependencies
+- Make build more verbose
+- Clenup spec file with spec-cleaner
+
+---

New:

  libdvdread-5.0.3.tar.bz2.asc
  libdvdread.keyring



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.65P2nc/_old  2015-10-03 20:29:44.0 +0200
+++ /var/tmp/diff_new_pack.65P2nc/_new  2015-10-03 20:29:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,23 @@
 
 
 Name:   libdvdread
+Version:5.0.3
+Release:0
 Summary:Library for Reading DVD Video Images
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:5.0.3
-Release:0
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
-Source1:baselibs.conf
+Source1:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
+Source2:%{name}.keyring
+Source3:baselibs.conf
 Patch2: libdvdread-no-internal-crypto.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(openssl)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains shared libraries for accessing DVD images (this
@@ -60,19 +64,18 @@
 #patch2
 
 %build
-autoreconf -f -i -v
-%configure --disable-static --with-pic
-%__make %{?_smp_mflags}
+autoreconf -fiv
+%configure \
+  --disable-static \
+  --with-pic
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-%__rm -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 # We install the files on our own, using %%doc
 rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %post   -n libdvdread4 -p /sbin/ldconfig
 
 %postun -n libdvdread4 -p /sbin/ldconfig
@@ -85,7 +88,6 @@
 
 %files devel
 %defattr(-,root,root)
-
 %{_includedir}/dvdread
 %{_libdir}/libdvdread.so
 %{_libdir}/pkgconfig/dvdread.pc




commit libdvdread for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2015-04-03 14:32:16

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is libdvdread

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2015-02-06 
10:48:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2015-04-03 14:32:17.0 +0200
@@ -1,0 +2,8 @@
+Sat Mar 28 17:47:08 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.3:
+ * Cache IFO and BUP files (only for ImageFiles) in order to reduce
+   the number of read/seek access
+ * Fix compilation warnings for OS/2
+
+---

Old:

  libdvdread-5.0.2.tar.bz2

New:

  libdvdread-5.0.3.tar.bz2



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.ztoK4b/_old  2015-04-03 14:32:18.0 +0200
+++ /var/tmp/diff_new_pack.ztoK4b/_new  2015-04-03 14:32:18.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:5.0.2
+Version:5.0.3
 Release:0
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf

++ libdvdread-5.0.2.tar.bz2 - libdvdread-5.0.3.tar.bz2 ++
 2503 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdvdread-5.0.2/ChangeLog new/libdvdread-5.0.3/ChangeLog
--- old/libdvdread-5.0.2/ChangeLog  2015-01-28 17:20:32.0 +0100
+++ new/libdvdread-5.0.3/ChangeLog  2015-03-25 14:58:27.0 +0100
@@ -1,3 +1,43 @@
+commit 2b8f60f0c4efd85f17116a5443851d4bb4a288b7
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Wed Mar 25 14:55:05 2015 +0100
+
+Update NEWS for 5.0.3
+
+commit 107ca98775df1eb953881acd8df5471e8bcc88cd
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Wed Mar 25 14:32:38 2015 +0100
+
+Update dvd_reader version too
+
+commit a76a31f0f909200a96eecffe6ea3292f3aa2374f
+Author: Thomas Guillem tho...@gllm.fr
+Date:   Fri Mar 13 17:03:13 2015 +0100
+
+Update NEWS for 5.0.3
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit 85b6663a59290f1cda175690daaf89eb433430bc
+Author: Thomas Guillem tho...@gllm.fr
+Date:   Fri Mar 13 17:03:12 2015 +0100
+
+dvd_reader: cache IFO and BUP files (only for images files)
+
+It reduces the number of read/seek accesses
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit af446d463a15fb08f95f8b84bfc89af395b6e1bc
+Author: KO Myung-Hun kom...@gmail.com
+Date:   Thu Jan 29 17:29:03 2015 +0900
+
+ifo_types.h: fix 'warning: `gcc_struct' attribute directive ignored'
+
+gcc_struct has been supported since gcc 3.4.
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
 commit 574b886b733e8737e8cf17d9330049289e837ac3
 Author: Jean-Baptiste Kempf j...@videolan.org
 Date:   Wed Jan 28 17:17:32 2015 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdvdread-5.0.2/NEWS new/libdvdread-5.0.3/NEWS
--- old/libdvdread-5.0.2/NEWS   2015-01-27 16:37:08.0 +0100
+++ new/libdvdread-5.0.3/NEWS   2015-03-25 14:55:03.0 +0100
@@ -1,3 +1,8 @@
+libdvdread (5.0.3)
+ * Cache IFO and BUP files (only for ImageFiles) in order to reduce the number
+   of read/seek access
+ * Fix compilation warnings for OS/2
+
 libdvdread (5.0.2)
  * Add DVDOpenStream to open a dvd from a set of callbacks
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdvdread-5.0.2/compile new/libdvdread-5.0.3/compile
--- old/libdvdread-5.0.2/compile2015-01-03 01:17:26.0 +0100
+++ new/libdvdread-5.0.3/compile2015-03-14 19:08:09.0 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# 

commit libdvdread for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2015-02-06 10:48:08

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is libdvdread

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2015-01-30 
06:04:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2015-02-06 10:48:09.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 30 14:38:44 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.2:
+  * Add DVDOpenStream to open a dvd from a set of callbacks
+  
+---

Old:

  libdvdread-5.0.1.tar.bz2

New:

  libdvdread-5.0.2.tar.bz2



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.QLt1qu/_old  2015-02-06 10:48:10.0 +0100
+++ /var/tmp/diff_new_pack.QLt1qu/_new  2015-02-06 10:48:10.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:5.0.1
+Version:5.0.2
 Release:0
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf

++ libdvdread-5.0.1.tar.bz2 - libdvdread-5.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdvdread-5.0.1/ChangeLog 
new/libdvdread-5.0.2/ChangeLog
--- old/libdvdread-5.0.1/ChangeLog  2015-01-03 01:21:04.0 +0100
+++ new/libdvdread-5.0.2/ChangeLog  2015-01-28 17:20:32.0 +0100
@@ -1,3 +1,137 @@
+commit 574b886b733e8737e8cf17d9330049289e837ac3
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Wed Jan 28 17:17:32 2015 +0100
+
+Fix compilation when staticly linked to libdvdcss
+
+commit cd82f3072c75736dd0459738d12dbc0da0884f28
+Author: Thomas Guillem tho...@gllm.fr
+Date:   Wed Jan 28 16:30:31 2015 +0100
+
+dvd_input: always init dev-dvdcss
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit 8bda55f887d7d8e926f943977129e26eaf2ff02a
+Author: KO Myung-Hun kom...@gmail.com
+Date:   Mon Jan 19 13:23:58 2015 +0900
+
+src/dvd_input.c: use dvdcss2.dll instead of dvdcss.dll on OS/2
+
+libtool creates a versioned dll on OS/2 as well.
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit 6b86232c82503d65b3a5d25283ae5f9a7f66acc0
+Author: Thomas Guillem tho...@gllm.fr
+Date:   Wed Jan 28 14:45:52 2015 +0100
+
+dvd_input.c: can link with dvdcss without new open_stream symbol
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit 55465dba693864ea04f83455fa0f470b4fb957e4
+Author: Thomas Guillem tho...@gllm.fr
+Date:   Wed Jan 28 14:45:51 2015 +0100
+
+dvd_input.c fix unused parameter warnings
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit d14f83e4ab1bf7b5856898365a8c4bd2b107c041
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Tue Jan 27 16:37:12 2015 +0100
+
+Update NEWS for 5.0.2
+
+commit 40571a6f7bdbd7c5a8530675f3c082032ab540b3
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Tue Jan 27 16:34:48 2015 +0100
+
+Update .so version because of added API
+
+commit 6dfeb9b50421d98f7a228de05498d98eecd23f02
+Author: Thomas Guillem t...@gllm.fr
+Date:   Fri Oct 17 15:43:26 2014 +0200
+
+add DVDOpenStream
+
+open a DVD Device using external read/seek callbacks (see libdvdcss).
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit f5ea91421d7912bffc8c5964409fd4454f1f5985
+Author: Steve Dibb steve.d...@gmail.com
+Date:   Thu Jan 15 13:45:42 2015 -0700
+
+Check for malloc fail before setting buffer
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit 05c4e138c27ad372c2640506017b15f34b3dd92f
+Author: Steve Dibb steve.d...@gmail.com
+Date:   Thu Jan 15 13:45:41 2015 -0700
+
+Check for malloc fail before setting buffer
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit a3d569054c4e57d401137ba2e93d56afa5edd6d7
+Author: Steve Dibb steve.d...@gmail.com
+Date:   Thu Jan 15 13:45:39 2015 -0700
+
+Check for malloc fail before setting secbuf
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit e381f0766f4a1cf9b0cf526b38fca445080ba94e
+Author: Steve Dibb steve.d...@gmail.com
+Date:   Thu Jan 15 13:45:38 2015 -0700
+
+Remove unnecessary memset() calls because of calloc being used
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit 76f813477a863873bea842e4ae182b3c4cacfc96
+Author: Steve Dibb steve.d...@gmail.com
+Date:   Thu Jan 15 

commit libdvdread for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2015-01-30 06:03:57

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is libdvdread

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2014-12-21 
12:00:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2015-01-30 06:04:00.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 27 12:30:13 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.1:
+  * support DragonFly BSD bswap
+  * new md5 implementation, under LGPL
+  * fix partial reads
+  * fix warnings and code cleanup
+
+---

Old:

  libdvdread-5.0.0.tar.bz2

New:

  libdvdread-5.0.1.tar.bz2



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.Ai82Yc/_old  2015-01-30 06:04:01.0 +0100
+++ /var/tmp/diff_new_pack.Ai82Yc/_new  2015-01-30 06:04:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:5.0.0
+Version:5.0.1
 Release:0
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf

++ libdvdread-5.0.0.tar.bz2 - libdvdread-5.0.1.tar.bz2 ++
 21186 lines of diff (skipped)

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



commit libdvdread for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2014-12-21 12:00:47

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is libdvdread

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2014-07-28 
16:11:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2014-12-21 12:00:39.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 17 23:54:43 UTC 2014 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.0:
+  * added support for Android
+  * fix build support for OS/2
+  * fix crashes in IFO parsing (Shark Week The Great Bites Collection)
+
+---

Old:

  libdvdread-4.9.9.tar.bz2

New:

  libdvdread-5.0.0.tar.bz2



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.zWEWhI/_old  2014-12-21 12:00:41.0 +0100
+++ /var/tmp/diff_new_pack.zWEWhI/_new  2014-12-21 12:00:41.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:4.9.9
+Version:5.0.0
 Release:0
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf

++ libdvdread-4.9.9.tar.bz2 - libdvdread-5.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdvdread-4.9.9/ChangeLog 
new/libdvdread-5.0.0/ChangeLog
--- old/libdvdread-4.9.9/ChangeLog  2014-04-09 18:04:54.0 +0200
+++ new/libdvdread-5.0.0/ChangeLog  2014-07-31 23:54:44.0 +0200
@@ -1,3 +1,188 @@
+commit 8999b92630c46435f96bbaad564a2aaf211b2ce9
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Thu Jul 31 03:44:30 2014 +0200
+
+Do not hardcode Tag Identifier
+
+commit 64dfc537f4c2a5f46d1673299c92d95e7f49257b
+Author: Diego Biurrun di...@biurrun.de
+Date:   Thu Jul 31 23:39:12 2014 +0200
+
+build: Remove ChangeLog only on maintainer-clean, not distclean
+
+The file is automatically generated with Git, so in a distribution
+tarball without Git metadata it cannot be regenerated once deleted.
+
+commit 4018b958d1d88c5ad486aca95b0fe1804eadbb98
+Author: Diego Biurrun di...@biurrun.de
+Date:   Thu Jul 31 23:37:59 2014 +0200
+
+Ignore generated 'compile' Automake helper program and release tarballs
+
+commit 839feb210301366fced3be9afa3fde4703339bc1
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Wed Jul 30 22:27:51 2014 +0200
+
+Increase the version in the dvd_reader.h header
+
+See Debian #532438
+
+commit f64e1aedae8f746b97037e41f4adc7c78bda9fa5
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Sun Jul 27 01:27:28 2014 +0200
+
+Add -Wextra compilation flags
+
+commit a3a050adae15fe6585d4d2b9a5213e31d360081f
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Sun Jul 13 03:42:38 2014 +0200
+
+On the road to 5.0.0
+
+commit a7cedb037147234e3dec1d75add729fdf98f84bb
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Sun Jul 13 01:54:08 2014 +0200
+
+Update NEWS for 5.0.0
+
+commit 7c6206accb4f039d9171765f239afc48557e455f
+Author: Dominik 'Rathann' Mierzejewski domi...@greysector.net
+Date:   Wed Jun 11 12:16:26 2014 +0200
+
+put changes present in 4.2.1 release in the NEWS file
+
+commit 59332a29770e0bbc4a8b02dfb0b9304fb50551a4
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Thu Jun 5 20:28:14 2014 +0200
+
+Support Android
+
+I will not comment more on the stupidity of bionic...
+
+commit 75f8601ee3b19d8914528860f7e1d2906df4a411
+Author: Thomas Petazzoni thomas.petazz...@free-electrons.com
+Date:   Sat May 17 10:26:00 2014 +0200
+
+configure: fix build on NIOS II platform
+
+NIOS II is a CPU architecture from Altera, which uses 'nios2' as the
+architecture part of the tuple. Unfortunately, 'nios2' matches the
+current '*os2*' test done by libdvdread's configure script to detect
+the OS/2 operating system. This leads to build issues as the build
+process of libdvdread then tries to use OS/2 specific compiler
+options, that do not exist in the gcc used for Linux/NIOS2.
+
+To fix this, this patch makes the test for OS/2 a little bit more
+specific: in the case of the OS/2 operating system, the OS part of the
+tuple contains just 'os2' (confirmed by looking at config.guess and
+config.sub in the gnuconfig project). So using '*-os2-*' will properly
+match the OS/2 operating system but not the NIOS II architecture.
+
+Signed-off-by: Thomas Petazzoni 

commit libdvdread for openSUSE:Factory

2014-07-28 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2014-07-28 16:11:21

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is libdvdread

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2012-08-04 
09:20:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2014-07-28 16:11:22.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 18 16:03:33 UTC 2014 - dims...@opensuse.org
+
+- Update to version 4.9.9 (5.0 Release Candidate)
+  + 3 years worth of development; please see NEWS file in package.
+- Drop libdvdread-strict-aliasing.patch: no longer required.
+- Move AUTHORS, COPYING, NEWS and README to the library package.
+
+---

Old:

  libdvdread-4.2.0.tar.bz2
  libdvdread-strict-aliasing.patch

New:

  libdvdread-4.9.9.tar.bz2



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.tBOryK/_old  2014-07-28 16:11:23.0 +0200
+++ /var/tmp/diff_new_pack.tBOryK/_new  2014-07-28 16:11:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,10 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:4.2.0
+Version:4.9.9
 Release:0
-Source0:
http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.bz2
+Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-Patch1: libdvdread-strict-aliasing.patch
 Patch2: libdvdread-no-internal-crypto.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
@@ -58,8 +57,7 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
+#patch2
 
 %build
 autoreconf -f -i -v
@@ -69,6 +67,8 @@
 %install
 %makeinstall
 %__rm -f %{buildroot}%{_libdir}/*.la
+# We install the files on our own, using %%doc
+rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
 
 %clean
 %{?buildroot:%__rm -rf %{buildroot}}
@@ -79,16 +79,15 @@
 
 %files -n libdvdread4
 %defattr(-,root,root)
+%doc AUTHORS COPYING NEWS README
 %{_libdir}/libdvdread.so.4
 %{_libdir}/libdvdread.so.4.*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+
 %{_includedir}/dvdread
 %{_libdir}/libdvdread.so
-%{_bindir}/dvdread-config
 %{_libdir}/pkgconfig/dvdread.pc
-%{_datadir}/aclocal/dvdread.m4
 
 %changelog

++ libdvdread-4.2.0.tar.bz2 - libdvdread-4.9.9.tar.bz2 ++
 57374 lines of diff (skipped)

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



commit libdvdread for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2012-08-04 09:20:40

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is libdvdread, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2011-12-06 
16:22:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2012-08-04 09:20:42.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 31 19:08:23 UTC 2012 - crrodrig...@opensuse.org
+
+- Use openssl for crypto, we have too many duplicated
+  implementations of common digest algos 
+- Autotools fixes. 
+
+---

New:

  libdvdread-no-internal-crypto.patch



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.PddM3c/_old  2012-08-04 09:20:43.0 +0200
+++ /var/tmp/diff_new_pack.PddM3c/_new  2012-08-04 09:20:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,27 @@
 #
 
 
-
 Name:   libdvdread
 Summary:Library for Reading DVD Video Images
-Url:http://www.mplayerhq.hu/
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
+Url:http://www.mplayerhq.hu/
 Version:4.2.0
 Release:0
 Source0:
http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch1: libdvdread-strict-aliasing.patch
+Patch2: libdvdread-no-internal-crypto.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config
 BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(openssl)
 
 %description
 This package contains shared libraries for accessing DVD images (this
 package does not contain DeCSS algorithms).
 
 %package -n libdvdread4
-License:GPL-2.0+
 Summary:Library for Reading DVD Video Images
 Group:  Productivity/Multimedia/Other
 Provides:   %{name} = %{version}
@@ -47,10 +47,10 @@
 package does not contain DeCSS algorithms).
 
 %package devel
-License:GPL-2.0+
 Summary:Development Environment for libdvdread
 Group:  Development/Libraries/C and C++
-Requires:   libdvdread4 = %{version} glibc-devel
+Requires:   glibc-devel
+Requires:   libdvdread4 = %{version}
 
 %description devel
 This package contains the include-files and static libraries for
@@ -59,6 +59,7 @@
 %prep
 %setup -q
 %patch1
+%patch2
 
 %build
 autoreconf -f -i -v

++ libdvdread-no-internal-crypto.patch ++
--- src/dvd_reader.c.orig
+++ src/dvd_reader.c
@@ -32,6 +32,7 @@
 #include unistd.h
 #include limits.h
 #include dirent.h
+#include openssl/evp.h
 
 /* misc win32 helpers */
 #ifdef WIN32
@@ -68,7 +69,6 @@ static inline int _private_gettimeofday(
 #include dvdread/dvd_udf.h
 #include dvd_input.h
 #include dvdread/dvd_reader.h
-#include md5.h
 
 #define DEFAULT_UDF_CACHE_LEVEL 1
 
@@ -1326,7 +1326,7 @@ ssize_t DVDFileSize( dvd_file_t *dvd_fil
 
 int DVDDiscID( dvd_reader_t *dvd, unsigned char *discid )
 {
-  struct md5_ctx ctx;
+  EVP_MD_CTX *ctx;
   int title;
   int nr_of_files = 0;
 
@@ -1336,7 +1336,9 @@ int DVDDiscID( dvd_reader_t *dvd, unsign
 
   /* Go through the first 10 IFO:s, in order,
* and md5sum them, i.e  VIDEO_TS.IFO and VTS_0?_0.IFO */
-  md5_init_ctx( ctx );
+  ctx = EVP_MD_CTX_create();
+  EVP_DigestInit_ex(ctx, EVP_md5(), NULL);
+  
   for( title = 0; title  10; title++ ) {
 dvd_file_t *dvd_file = DVDOpenFile( dvd, title, DVD_READ_INFO_FILE );
 if( dvd_file != NULL ) {
@@ -1360,15 +1362,14 @@ int DVDDiscID( dvd_reader_t *dvd, unsign
   free( buffer_base );
   return -1;
   }
-
-  md5_process_bytes( buffer, file_size,  ctx );
-
+  EVP_DigestUpdate(ctx, buffer, file_size);
   DVDCloseFile( dvd_file );
   free( buffer_base );
   nr_of_files++;
 }
   }
-  md5_finish_ctx( ctx, discid );
+  EVP_DigestFinal_ex(ctx, discid, NULL);
+  EVP_MD_CTX_destroy(ctx);
   if(!nr_of_files)
 return -1;
 
--- src/Makefile.am.orig
+++ src/Makefile.am
@@ -2,17 +2,17 @@ include $(top_srcdir)/misc/Makefile.comm
 
 includedir = ${prefix}/include/dvdread
 
-AM_CPPFLAGS = -I$(top_srcdir)/src
+AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/src
 
 lib_LTLIBRARIES = libdvdread.la
 
 

commit libdvdread for openSUSE:Factory

2011-12-06 Thread h_root
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 sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2011-11-21 
12:35:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2011-12-06 16:22:58.0 +0100
@@ -1,0 +2,16 @@
+Sat Dec  3 23:04:01 UTC 2011 - pascal.ble...@opensuse.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.TSigqA/_new  2011-12-06 16:23:00.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libdvdread for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2011-12-06 18:23:15

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is libdvdread, Maintainer is sbra...@suse.com

Changes:




Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.0avqaD/_old  2011-12-06 18:40:54.0 +0100
+++ /var/tmp/diff_new_pack.0avqaD/_new  2011-12-06 18:40:54.0 +0100
@@ -20,7 +20,7 @@
 Name:   libdvdread
 Summary:Library for Reading DVD Video Images
 Url:http://www.mplayerhq.hu/
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Version:4.2.0
 Release:0
@@ -36,7 +36,7 @@
 package does not contain DeCSS algorithms).
 
 %package -n libdvdread4
-License:GPLv2+
+License:GPL-2.0+
 Summary:Library for Reading DVD Video Images
 Group:  Productivity/Multimedia/Other
 Provides:   %{name} = %{version}
@@ -47,7 +47,7 @@
 package does not contain DeCSS algorithms).
 
 %package devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Development Environment for libdvdread
 Group:  Development/Libraries/C and C++
 Requires:   libdvdread4 = %{version} glibc-devel

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



commit libdvdread for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2011-11-21 12:34:33

Comparing /work/SRC/openSUSE:Factory/libdvdread (Old)
 and  /work/SRC/openSUSE:Factory/.libdvdread.new (New)


Package is libdvdread, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2011-09-23 
02:08:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2011-11-21 12:35:01.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 13 09:15:45 UTC 2011 - co...@suse.com
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+---



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.LN8IKN/_old  2011-11-21 12:35:03.0 +0100
+++ /var/tmp/diff_new_pack.LN8IKN/_new  2011-11-21 12:35:03.0 +0100
@@ -24,11 +24,12 @@
 Group:  Productivity/Multimedia/Other
 Version:4.1.3
 Release:18
-Source0:
http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2
+Source0:
http://www1.mplayerhq.hu/MPlayer/releases/dvdnav-old/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch:  libdvdread-strict-aliasing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
+BuildRequires:  libtool
 
 %description
 This package contains shared libraries for accessing DVD images (this

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