commit libdvdnav for openSUSE:Factory

2020-04-29 Thread root
Hello community,

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

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


Package is "libdvdnav"

Wed Apr 29 20:43:17 2020 rev:30 rq:798392 version:6.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2019-10-22 
15:39:08.789285957 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new.2738/libdvdnav.changes
2020-04-29 20:43:21.555795464 +0200
@@ -1,0 +2,16 @@
+Mon Apr 27 18:37:40 UTC 2020 - Luigi Baldoni 
+
+- Update to version 6.1.0
+  * add a dvdnav_open2 API to setup a logging mechanism, similar
+to libdvdread
+  * add a dvdnav_get_number_of_angles API
+  * add a dvdnav_version API
+  * rework the logs in the library and remove direct printf calls
+  * handle out-of-order ADMAP entries blocking playback
+  * fix crashes in dvdnav_describe_title_chapters in broken DVDs
+  * cleanup old code and buildsystem
+- Added libdvdnav.keyring as source and enabled signature file
+- Dropped libdvdnav-dvdread.patch (no longer necessary)
+- Spec cleanup
+
+---

Old:

  libdvdnav-6.0.1.tar.bz2
  libdvdnav-dvdread.patch

New:

  libdvdnav-6.1.0.tar.bz2
  libdvdnav-6.1.0.tar.bz2.asc
  libdvdnav.keyring



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.vLzAWK/_old  2020-04-29 20:43:22.635798280 +0200
+++ /var/tmp/diff_new_pack.vLzAWK/_new  2020-04-29 20:43:22.639798291 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# 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,64 +16,63 @@
 #
 
 
-%define libname libdvdnav4
+%define sover   4
 Name:   libdvdnav
-Version:6.0.1
+Version:6.1.0
 Release:0
 Summary:DVD Navigation Library
 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
 Source1000: baselibs.conf
-Patch0: libdvdnav-dvdread.patch
-BuildRequires:  pkgconfig(dvdread) >= 6.0.0
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(dvdread) >= 6.0.0
 
 %description
 This library contains functions to display DVD video menus.
 
-%package -n %{libname}
+%package -n libdvdnav%{sover}
 Summary:A DVD Navigation Library
 Group:  Productivity/Multimedia/Other
 Provides:   %{name}
 Obsoletes:  %{name}
 
-%description -n %{libname}
+%description -n libdvdnav%{sover}
 This library contains functions to display DVD video menus.
 
 %package devel
 Summary:Development Environment for libdvdnav
 Group:  Development/Libraries/C and C++
-Requires:   %{libname} = %{version}
+Requires:   libdvdnav%{sover} = %{version}
 
 %description devel
 This library contains functions to display DVD video menus.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup
 
 %build
 autoreconf -fvi
 %configure \
   --disable-silent-rules \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 rm -r %{buildroot}%{_datadir}/doc/libdvdnav/
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post   -n libdvdnav4 -p /sbin/ldconfig
-%postun -n libdvdnav4 -p /sbin/ldconfig
+%post   -n libdvdnav%{sover} -p /sbin/ldconfig
+%postun -n libdvdnav%{sover} -p /sbin/ldconfig
 
-%files -n %{libname}
-%{_libdir}/libdvdnav.so.4
-%{_libdir}/libdvdnav.so.4.*
+%files -n libdvdnav%{sover}
+%{_libdir}/libdvdnav.so.%{sover}
+%{_libdir}/libdvdnav.so.%{sover}.*
 %license COPYING
 %doc AUTHORS ChangeLog README TODO
 

++ libdvdnav-6.0.1.tar.bz2 -> libdvdnav-6.1.0.tar.bz2 ++
 4206 lines of diff (skipped)




commit libdvdnav for openSUSE:Factory

2019-10-22 Thread root
Hello community,

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

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


Package is "libdvdnav"

Tue Oct 22 15:39:07 2019 rev:29 rq:740895 version:6.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2019-08-16 
15:31:27.877946748 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new.2352/libdvdnav.changes
2019-10-22 15:39:08.789285957 +0200
@@ -1,0 +2,9 @@
+Thu Oct 17 16:25:19 UTC 2019 - enzok...@kabelmail.de
+
+- Update to version 6.0.1:
+  * improve random playback mode, to work-around broken discs
+  * fix divide-by-zerop issue in tmap search
+  * fix pthread on OS/2
+- Removed gpg signature (not available)
+
+---

Old:

  libdvdnav-6.0.0.tar.bz2
  libdvdnav-6.0.0.tar.bz2.asc

New:

  libdvdnav-6.0.1.tar.bz2



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.BTrIF6/_old  2019-10-22 15:39:09.325286568 +0200
+++ /var/tmp/diff_new_pack.BTrIF6/_new  2019-10-22 15:39:09.329286573 +0200
@@ -18,17 +18,17 @@
 
 %define libname libdvdnav4
 Name:   libdvdnav
-Version:6.0.0
+Version:6.0.1
 Release:0
 Summary:DVD Navigation Library
 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
 Source1000: baselibs.conf
 Patch0: libdvdnav-dvdread.patch
-BuildRequires:  libdvdread-devel >= 5.0.3
+BuildRequires:  pkgconfig(dvdread) >= 6.0.0
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 

++ libdvdnav-6.0.0.tar.bz2 -> libdvdnav-6.0.1.tar.bz2 ++
 3725 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/libdvdnav-6.0.0/ChangeLog new/libdvdnav-6.0.1/ChangeLog
--- old/libdvdnav-6.0.0/ChangeLog   2018-01-18 10:16:25.0 +0100
+++ new/libdvdnav-6.0.1/ChangeLog   2019-09-01 16:45:28.0 +0200
@@ -1,8 +1,13 @@
+libdvdnav (6.0.1)
+ * improve random playback mode, to work-around broken discs
+ * fix divide-by-zerop issue in tmap search
+ * fix pthread on OS/2
+
 libdvdnav (6.0.0)
  * fix crashes on some DVD on describe_title call
  * fix various crashes related to PGC validity
  * fix compilation issues
- * fix API return codes
+ * fix API return codes (and bump release)
 
 libdvdnav (5.0.3)
  * added dvdnav_open_stream to read from external read/seek 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/libdvdnav-6.0.0/compile new/libdvdnav-6.0.1/compile
--- old/libdvdnav-6.0.0/compile 2018-01-18 10:28:55.0 +0100
+++ new/libdvdnav-6.0.1/compile 2019-09-01 16:46:39.0 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-10-14.11; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see .
+# along with this program.  If not, see .
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -255,7 +255,8 @@
 echo "compile $scriptversion"
 exit $?
 ;;
-  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+  icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
 func_cl_wrapper "$@"  # Doesn't return...
 ;;
 

commit libdvdnav for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2019-08-16 15:31:26

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


Package is "libdvdnav"

Fri Aug 16 15:31:26 2019 rev:28 rq:723226 version:6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2018-01-28 
20:29:51.748869541 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new.22127/libdvdnav.changes   
2019-08-16 15:31:27.877946748 +0200
@@ -1,0 +2,12 @@
+Wed Aug 14 08:05:41 UTC 2019 - Tomáš Chvátal 
+
+- Format with spec-cleaner
+- Remove not really needed patch:
+  * libdvdnav-strict-aliasing.patch
+
+---
+Mon Apr 15 18:11:05 UTC 2019 - o...@aepfle.de
+
+- Point URL to videolan.org
+
+---

Old:

  libdvdnav-strict-aliasing.patch



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.0oMDnP/_old  2019-08-16 15:31:28.545946554 +0200
+++ /var/tmp/diff_new_pack.0oMDnP/_new  2019-08-16 15:31:28.553946552 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# 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
@@ -12,43 +12,42 @@
 # 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/
 #
 
 
+%define libname libdvdnav4
 Name:   libdvdnav
-Summary:DVD Navigation Library
-License:GPL-2.0+
-Group:  Productivity/Multimedia/Other
-Url:http://www.mplayerhq.hu/
 Version:6.0.0
 Release:0
+Summary:DVD Navigation Library
+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
 Source1000: baselibs.conf
 Patch0: libdvdnav-dvdread.patch
-Patch1: libdvdnav-strict-aliasing.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libdvdread-devel >= 5.0.3
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 
 %description
 This library contains functions to display DVD video menus.
 
-%package -n libdvdnav4
+%package -n %{libname}
 Summary:A DVD Navigation Library
 Group:  Productivity/Multimedia/Other
-Provides:   %{name} = %{version}
-Obsoletes:  %{name} <= 0.1.10
+Provides:   %{name}
+Obsoletes:  %{name}
 
-%description -n libdvdnav4
+%description -n %{libname}
 This library contains functions to display DVD video menus.
 
 %package devel
 Summary:Development Environment for libdvdnav
 Group:  Development/Libraries/C and C++
-Requires:   libdvdnav4 = %{version}
+Requires:   %{libname} = %{version}
 
 %description devel
 This library contains functions to display DVD video menus.
@@ -56,32 +55,29 @@
 %prep
 %setup -q 
 %patch0 -p1
-%patch1
 
 %build
-autoreconf -f -i -v
-%configure --disable-static --with-pic --docdir=%{_docdir}/libdvdnav4
-%__make %{?_smp_mflags}
+autoreconf -fvi
+%configure \
+  --disable-silent-rules \
+  --disable-static
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-%__rm -f %{buildroot}%{_libdir}/*.la
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%make_install
+rm -r %{buildroot}%{_datadir}/doc/libdvdnav/
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libdvdnav4 -p /sbin/ldconfig
-
 %postun -n libdvdnav4 -p /sbin/ldconfig
 
-%files -n libdvdnav4
-%defattr(-,root,root)
+%files -n %{libname}
 %{_libdir}/libdvdnav.so.4
 %{_libdir}/libdvdnav.so.4.*
-%doc AUTHORS ChangeLog COPYING README TODO
+%license COPYING
+%doc AUTHORS ChangeLog README TODO
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/dvdnav
 %{_libdir}/libdvdnav.so
 %{_libdir}/pkgconfig/dvdnav.pc





commit libdvdnav for openSUSE:Factory

2018-01-28 Thread root
Hello community,

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

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


Package is "libdvdnav"

Sun Jan 28 20:29:50 2018 rev:27 rq:570236 version:6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2016-09-09 
10:20:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new/libdvdnav.changes 2018-01-28 
20:29:51.748869541 +0100
@@ -1,0 +2,10 @@
+Sat Jan 27 13:24:31 UTC 2018 - j.loren...@kabelmail.de
+
+- Update to version 6.0.0:
+  * fix crashes on some DVD on describe_title call
+  * fix various crashes related to PGC validity
+  * fix compilation issues
+  * fix API return codes
+- Add gpg signature
+
+---

Old:

  libdvdnav-5.0.3.tar.bz2

New:

  libdvdnav-6.0.0.tar.bz2
  libdvdnav-6.0.0.tar.bz2.asc



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.mfMjn9/_old  2018-01-28 20:29:52.520833483 +0100
+++ /var/tmp/diff_new_pack.mfMjn9/_new  2018-01-28 20:29:52.524833296 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# Copyright (c) 2016 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
@@ -21,14 +21,15 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:5.0.3
+Version:6.0.0
 Release:0
-Source0:
http://download.videolan.org/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
+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
 Source1000: baselibs.conf
 Patch0: libdvdnav-dvdread.patch
 Patch1: libdvdnav-strict-aliasing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libdvdread-devel >= 5.0.2
+BuildRequires:  libdvdread-devel >= 5.0.3
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 

++ libdvdnav-5.0.3.tar.bz2 -> libdvdnav-6.0.0.tar.bz2 ++
 4174 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/libdvdnav-5.0.3/ChangeLog new/libdvdnav-6.0.0/ChangeLog
--- old/libdvdnav-5.0.3/ChangeLog   2015-01-27 16:56:26.0 +0100
+++ new/libdvdnav-6.0.0/ChangeLog   2018-01-18 10:16:25.0 +0100
@@ -1,3 +1,9 @@
+libdvdnav (6.0.0)
+ * fix crashes on some DVD on describe_title call
+ * fix various crashes related to PGC validity
+ * fix compilation issues
+ * fix API return codes
+
 libdvdnav (5.0.3)
  * added dvdnav_open_stream to read from external read/seek callbacks
  * fixed reading DVD label regression
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/libdvdnav-5.0.3/compile new/libdvdnav-6.0.0/compile
--- old/libdvdnav-5.0.3/compile 2015-01-03 01:26:16.0 +0100
+++ new/libdvdnav-6.0.0/compile 2018-01-18 10:28:55.0 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
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/libdvdnav-5.0.3/configure.ac new/libdvdnav-6.0.0/configure.ac
--- old/libdvdnav-5.0.3/configure.ac2015-01-27 16:57:43.0 +0100
+++ new/libdvdnav-6.0.0/configure.ac2018-01-18 10:16:04.0 +0100
@@ -3,9 +3,9 @@
 dnl
 dnl These are defined in m4 so they can be passed to AC_INIT
 dnl 

commit libdvdnav for openSUSE:Factory

2016-09-09 Thread h_root
Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2016-09-09 10:20:04

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


Package is "libdvdnav"

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2015-02-11 
16:31:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new/libdvdnav.changes 2016-09-09 
10:20:06.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 30 15:45:33 UTC 2016 - o...@aepfle.de
+
+- BuildRequire dvdread >= 5.0.2
+  libdvdnav-dvdread.patch
+
+---

New:

  libdvdnav-dvdread.patch



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.nmPnU3/_old  2016-09-09 10:20:07.0 +0200
+++ /var/tmp/diff_new_pack.nmPnU3/_new  2016-09-09 10:20:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -25,9 +25,10 @@
 Release:0
 Source0:
http://download.videolan.org/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
 Source1000: baselibs.conf
+Patch0: libdvdnav-dvdread.patch
 Patch1: libdvdnav-strict-aliasing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libdvdread-devel >= 4.2.0
+BuildRequires:  libdvdread-devel >= 5.0.2
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 
@@ -47,13 +48,13 @@
 Summary:Development Environment for libdvdnav
 Group:  Development/Libraries/C and C++
 Requires:   libdvdnav4 = %{version}
-Requires:   libdvdread-devel
 
 %description devel
 This library contains functions to display DVD video menus.
 
 %prep
 %setup -q 
+%patch0 -p1
 %patch1
 
 %build

++ libdvdnav-dvdread.patch ++
---
 misc/dvdnav.pc.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/misc/dvdnav.pc.in
+++ b/misc/dvdnav.pc.in
@@ -7,6 +7,6 @@ Name: libdvdnav
 Description: DVD Navigation library
 Version: @VERSION@
 
-Requires.private: dvdread >= 4.1.2
+Requires.private: dvdread >= 5.0.2
 Cflags: -I${includedir} @THREAD_CFLAGS@
 Libs: -L${libdir} -ldvdnav @THREAD_LIBS@



commit libdvdnav for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2015-02-11 16:31:19

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


Package is libdvdnav

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2015-01-27 
12:35:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new/libdvdnav.changes 2015-02-11 
16:31:21.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb 06 13:34:47 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.3:
+  + added dvdnav_open_stream to read from external read/seek callbacks
+  + fixed reading DVD label regression
+
+---

Old:

  libdvdnav-5.0.2.tar.bz2

New:

  libdvdnav-5.0.3.tar.bz2



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.AsqM5c/_old  2015-02-11 16:31:22.0 +0100
+++ /var/tmp/diff_new_pack.AsqM5c/_new  2015-02-11 16:31:22.0 +0100
@@ -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/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
 Source1000: baselibs.conf

++ libdvdnav-5.0.2.tar.bz2 - libdvdnav-5.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdvdnav-5.0.2/ChangeLog 
new/libdvdnav-5.0.3/ChangeLog
--- old/libdvdnav-5.0.2/ChangeLog   2015-01-03 01:27:32.0 +0100
+++ new/libdvdnav-5.0.3/ChangeLog   2015-01-27 16:56:26.0 +0100
@@ -1,3 +1,7 @@
+libdvdnav (5.0.3)
+ * added dvdnav_open_stream to read from external read/seek callbacks
+ * fixed reading DVD label regression
+
 libdvdnav (5.0.2)
  * fixed 2 wrong asserts (LP #1236939, #570790)
  * fixed 2 crashes (in dvdnav_get_position and dvdnav_get_position_in_title)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdvdnav-5.0.2/configure 
new/libdvdnav-5.0.3/configure
--- old/libdvdnav-5.0.2/configure   2015-01-03 01:26:15.0 +0100
+++ new/libdvdnav-5.0.3/configure   2015-01-27 16:57:48.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libdvdnav 5.0.2.
+# Generated by GNU Autoconf 2.69 for libdvdnav 5.0.3.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='libdvdnav'
 PACKAGE_TARNAME='libdvdnav'
-PACKAGE_VERSION='5.0.2'
-PACKAGE_STRING='libdvdnav 5.0.2'
+PACKAGE_VERSION='5.0.3'
+PACKAGE_STRING='libdvdnav 5.0.3'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1328,7 +1328,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures libdvdnav 5.0.2 to adapt to many kinds of systems.
+\`configure' configures libdvdnav 5.0.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1398,7 +1398,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of libdvdnav 5.0.2:;;
+ short | recursive ) echo Configuration of libdvdnav 5.0.3:;;
esac
   cat \_ACEOF
 
@@ -1516,7 +1516,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-libdvdnav configure 5.0.2
+libdvdnav configure 5.0.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1794,7 +1794,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libdvdnav $as_me 5.0.2, which was
+It was created by libdvdnav $as_me 5.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2732,7 +2732,7 @@
 
 # Define the identity of the package.
  PACKAGE='libdvdnav'
- VERSION='5.0.2'
+ VERSION='5.0.3'
 
 
 cat confdefs.h _ACEOF
@@ -11841,7 +11841,7 @@
 
 DVDNAV_MAJOR=5
 DVDNAV_MINOR=0
-DVDNAV_SUB=2
+DVDNAV_SUB=3
 DVDNAV_PRE=
 
 
@@ -11849,9 +11849,9 @@
 
 
 
-DVDNAV_LT_CURRENT=5
-DVDNAV_LT_AGE=1
-DVDNAV_LT_REVISION=2
+DVDNAV_LT_CURRENT=6
+DVDNAV_LT_AGE=2
+DVDNAV_LT_REVISION=0
 
 
 
@@ -13220,12 +13220,12 @@
 pkg_cv_DVDREAD_CFLAGS=$DVDREAD_CFLAGS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \dvdread\; } 5
-  ($PKG_CONFIG --exists --print-errors 

commit libdvdnav for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2015-01-27 12:35:55

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


Package is libdvdnav

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2014-12-21 
12:00:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new/libdvdnav.changes 2015-01-27 
12:35:57.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 26 12:24:34 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.2:
+  + fixed 2 wrong asserts (lp#1236939, lp#570790)
+  + fixed 2 crashes (in dvdnav_get_position and dvdnav_get_position
+   _in_title)
+
+---

Old:

  libdvdnav-5.0.1.tar.bz2

New:

  libdvdnav-5.0.2.tar.bz2



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.ETYUMH/_old  2015-01-27 12:35:58.0 +0100
+++ /var/tmp/diff_new_pack.ETYUMH/_new  2015-01-27 12:35:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# 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.1
+Version:5.0.2
 Release:0
 Source0:
http://download.videolan.org/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
 Source1000: baselibs.conf

++ libdvdnav-5.0.1.tar.bz2 - libdvdnav-5.0.2.tar.bz2 ++
 19598 lines of diff (skipped)

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



commit libdvdnav for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

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

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


Package is libdvdnav

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2014-03-12 
14:46:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new/libdvdnav.changes 2014-12-21 
12:00:41.0 +0100
@@ -1,0 +2,20 @@
+Wed Dec 17 22:50:47 UTC 2014 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.1:
+  + removed assert on unknown VM commands, fixing playback of
+some DVDs
+  + fixed a double free in dvdnav_free_dup
+  + fixed an integer overflow, a data race condition and return
+inconsistency
+
+- Version 5.0.0:
+  + Android support
+  + fixed numerous crashes, assertions and corruptions
+  + rewrite of the build-system, including silent rules
+  + clean code, simplify and remove warnings
+  + fix compilation in C++ applications
+  + removal of remap .MAP files unused feature
+  + remove the dvdnavmini library
+  + fix compilation on OS/2 and Hurd
+
+---

Old:

  libdvdnav-4.2.1.tar.xz

New:

  libdvdnav-5.0.1.tar.bz2



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.DatHYG/_old  2014-12-21 12:00:43.0 +0100
+++ /var/tmp/diff_new_pack.DatHYG/_new  2014-12-21 12:00:43.0 +0100
@@ -21,9 +21,10 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:4.2.1
+Version:5.0.1
 Release:0
-Source0:http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.xz
+Source0:
http://download.videolan.org/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
+Source1000: baselibs.conf
 Patch1: libdvdnav-strict-aliasing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libdvdread-devel = 4.2.0
@@ -57,7 +58,7 @@
 
 %build
 autoreconf -f -i -v
-%configure --disable-static --with-pic
+%configure --disable-static --with-pic --docdir=%{_docdir}/libdvdnav4
 %__make %{?_smp_mflags}
 
 %install
@@ -75,18 +76,12 @@
 %defattr(-,root,root)
 %{_libdir}/libdvdnav.so.4
 %{_libdir}/libdvdnav.so.4.*
-%{_libdir}/libdvdnavmini.so.4
-%{_libdir}/libdvdnavmini.so.4.*
+%doc AUTHORS ChangeLog COPYING README TODO
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
-%{_bindir}/dvdnav-config
 %{_includedir}/dvdnav
-%{_datadir}/aclocal/dvdnav.m4
 %{_libdir}/libdvdnav.so
-%{_libdir}/libdvdnavmini.so
 %{_libdir}/pkgconfig/dvdnav.pc
-%{_libdir}/pkgconfig/dvdnavmini.pc
 
 %changelog

++ libdvdnav-4.2.1.tar.xz - libdvdnav-5.0.1.tar.bz2 ++
 58686 lines of diff (skipped)

++ libdvdnav-strict-aliasing.patch ++
--- /var/tmp/diff_new_pack.DatHYG/_old  2014-12-21 12:00:44.0 +0100
+++ /var/tmp/diff_new_pack.DatHYG/_new  2014-12-21 12:00:44.0 +0100
@@ -1,11 +1,10 @@
 src/Makefile.am.orig   2011-12-04 00:09:32.836001024 +0100
-+++ src/Makefile.am2011-12-04 00:09:49.615001024 +0100
-@@ -4,7 +4,7 @@
+--- Makefile.am.orig   2014-09-29 09:17:41.211405435 +0200
 Makefile.am2014-12-17 23:19:33.173493347 +0100
+@@ -1,6 +1,6 @@
+ ACLOCAL_AMFLAGS = -Im4
  
- includedir = ${prefix}/include/dvdnav
+-AM_CPPFLAGS = -I$(top_srcdir)/src $(THREAD_CFLAGS) $(DVDREAD_CFLAGS)
++AM_CPPFLAGS = -I$(top_srcdir)/src $(THREAD_CFLAGS) $(DVDREAD_CFLAGS) 
-fno-strict-aliasing
  
--AM_CPPFLAGS = $(THREAD_CFLAGS) $(DVDREAD_CFLAGS) \
-+AM_CPPFLAGS = $(THREAD_CFLAGS) $(DVDREAD_CFLAGS) -fno-strict-aliasing \
-   -I$(top_srcdir)/src/vm
+ dist_doc_DATA = AUTHORS ChangeLog COPYING README TODO
  
- EXTRA_DIST = README.MAP FELLOWSHIP.map

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



commit libdvdnav for openSUSE:Factory

2014-03-12 Thread h_root
Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2014-03-12 14:46:13

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


Package is libdvdnav

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2011-12-06 
16:22:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new/libdvdnav.changes 2014-03-12 
14:46:14.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 10 19:33:51 UTC 2014 - dims...@opensuse.org
+
+- Update to version 4.2.1:
+  + Fixed failed assertion on menu-less DVDs.
+  + Fixed playback issues on multi-angle DVDs.
+  + Fixed crash when playing a DVD from different region than
+currently set in the DVD drive.
+  + Fixed segfaults when reading certain DVDs (including Jack
+Reacher, Ghost Protocol, Inside Man, Tangled and
+The Dictator).
+
+---

Old:

  libdvdnav-4.2.0.tar.bz2

New:

  libdvdnav-4.2.1.tar.xz



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.n3f4bn/_old  2014-03-12 14:46:15.0 +0100
+++ /var/tmp/diff_new_pack.n3f4bn/_new  2014-03-12 14:46:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# Copyright (c) 2011 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
@@ -15,28 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libdvdnav
 Summary:DVD Navigation Library
-Url:http://www.mplayerhq.hu/
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
-Version:4.2.0
+Url:http://www.mplayerhq.hu/
+Version:4.2.1
 Release:0
-Source0:
http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.bz2
+Source0:http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.xz
 Patch1: libdvdnav-strict-aliasing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libdvdread-devel = 4.2.0
-BuildRequires:  pkg-config
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 
 %description
 This library contains functions to display DVD video menus.
 
 %package -n libdvdnav4
-License:GPL-2.0+
 Summary:A DVD Navigation Library
 Group:  Productivity/Multimedia/Other
 Provides:   %{name} = %{version}
@@ -46,10 +43,10 @@
 This library contains functions to display DVD video menus.
 
 %package devel
-License:GPL-2.0+
 Summary:Development Environment for libdvdnav
 Group:  Development/Libraries/C and C++
-Requires:   libdvdnav4 = %{version} libdvdread-devel
+Requires:   libdvdnav4 = %{version}
+Requires:   libdvdread-devel
 
 %description devel
 This library contains functions to display DVD video menus.

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



commit libdvdnav for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2011-12-06 16:22:53

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2011-11-21 
12:34:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new/libdvdnav.changes 2011-12-06 
16:22:56.0 +0100
@@ -1,0 +2,15 @@
+Sat Dec  3 23:14:39 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 4.2.0:
+  * added dvdnav_get_serial_string() function
+  * fixed ifo leak in dvdnav_describe_chapters()
+  * added dvdnav_get_video_resolution() to retrieve video resolution
+  * added dvdnav_program_play()  dvdnav_current_title_program() for
+more reliable playback
+  * fixed deadlock between dvdnav_reset() and dvd_clear()
+  * fixed pthread_mutex_destroy macro for Win32
+  * fixed numerous assertion failures occuring when playing DVDs with
+new copy protection schemes
+  * fixed forward seeks to always move forward
+
+---

Old:

  libdvdnav-4.1.3.tar.bz2
  libdvdnav.diff

New:

  libdvdnav-4.2.0.tar.bz2



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.G2f67v/_old  2011-12-06 16:22:58.0 +0100
+++ /var/tmp/diff_new_pack.G2f67v/_new  2011-12-06 16:22:58.0 +0100
@@ -19,31 +19,22 @@
 
 
 Name:   libdvdnav
-Summary:A DVD Navigation Library
+Summary:DVD Navigation Library
 Url:http://www.mplayerhq.hu/
 License:GPLv2+
 Group:  Productivity/Multimedia/Other
-Version:4.1.3
-Release:14
-Source0:
http://www1.mplayerhq.hu/MPlayer/releases/dvdnav-old/%name-%version.tar.bz2
-Patch:  libdvdnav.diff
+Version:4.2.0
+Release:0
+Source0:
http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.bz2
 Patch1: libdvdnav-strict-aliasing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libdvdread-devel pkg-config
+BuildRequires:  libdvdread-devel = 4.2.0
+BuildRequires:  pkg-config
 BuildRequires:  libtool
 
 %description
 This library contains functions to display DVD video menus.
 
-
-
-Authors:
-
-Daniel Caujolle-Bert segfa...@club-internet.fr
-Thomas Vander Stichele tho...@apestaart.org
-Rich Wareham richware...@users.sourceforge.net
-Kees Cook k...@outflux.net
-
 %package -n libdvdnav4
 License:GPLv2+
 Summary:A DVD Navigation Library
@@ -54,15 +45,6 @@
 %description -n libdvdnav4
 This library contains functions to display DVD video menus.
 
-
-
-Authors:
-
-Daniel Caujolle-Bert segfa...@club-internet.fr
-Thomas Vander Stichele tho...@apestaart.org
-Rich Wareham richware...@users.sourceforge.net
-Kees Cook k...@outflux.net
-
 %package devel
 License:GPLv2+
 Summary:Development Environment for libdvdnav
@@ -72,31 +54,21 @@
 %description devel
 This library contains functions to display DVD video menus.
 
-
-
-Authors:
-
-Daniel Caujolle-Bert segfa...@club-internet.fr
-Thomas Vander Stichele tho...@apestaart.org
-Rich Wareham richware...@users.sourceforge.net
-Kees Cook k...@outflux.net
-
 %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
 make DESTDIR=$RPM_BUILD_ROOT install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%__rm -f %{buildroot}%{_libdir}/*.la
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf %{buildroot}}
 
 %post -n libdvdnav4 -p /sbin/ldconfig
 
@@ -104,16 +76,20 @@
 
 %files -n libdvdnav4
 %defattr(-,root,root)
-%{_libdir}/*.so.*
+%{_libdir}/libdvdnav.so.4
+%{_libdir}/libdvdnav.so.4.*
+%{_libdir}/libdvdnavmini.so.4
+%{_libdir}/libdvdnavmini.so.4.*
 
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
-/usr/bin/*
-/usr/include/*
-/usr/share/aclocal/*.m4
-%{_libdir}/*.so
-%_libdir/pkgconfig/dvdnav.pc
-%_libdir/pkgconfig/dvdnavmini.pc
+%{_bindir}/dvdnav-config
+%{_includedir}/dvdnav
+%{_datadir}/aclocal/dvdnav.m4
+%{_libdir}/libdvdnav.so
+%{_libdir}/libdvdnavmini.so
+%{_libdir}/pkgconfig/dvdnav.pc
+%{_libdir}/pkgconfig/dvdnavmini.pc
 
 %changelog

++ libdvdnav-4.1.3.tar.bz2 - libdvdnav-4.2.0.tar.bz2 ++
 6067 lines of diff (skipped)

++ libdvdnav-strict-aliasing.patch ++
--- /var/tmp/diff_new_pack.G2f67v/_old  2011-12-06 16:22:58.0 +0100
+++ /var/tmp/diff_new_pack.G2f67v/_new  2011-12-06 16:22:58.0 +0100
@@ -1,26 +1,11 @@

commit libdvdnav for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

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

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


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

Changes:

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



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.eDGSWA/_old  2011-11-21 12:34:58.0 +0100
+++ /var/tmp/diff_new_pack.eDGSWA/_new  2011-11-21 12:34:58.0 +0100
@@ -25,11 +25,12 @@
 Group:  Productivity/Multimedia/Other
 Version:4.1.3
 Release:14
-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
 Patch:  libdvdnav.diff
 Patch1: libdvdnav-strict-aliasing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libdvdread-devel pkg-config
+BuildRequires:  libtool
 
 %description
 This library contains functions to display DVD video menus.

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



commit libdvdnav for openSUSE:Factory

2011-05-23 Thread h_root

Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory
checked in at Mon May 23 12:05:03 CEST 2011.




--- libdvdnav/libdvdnav.changes 2011-01-27 15:53:46.0 +0100
+++ /mounts/work_src_done/STABLE/libdvdnav/libdvdnav.changes2011-04-15 
19:55:44.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 14 13:38:21 UTC 2011 - toddrme2...@gmail.com
+ 
+- added 32bit compatibility libraries
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.8j9wWm/_old  2011-05-23 12:04:47.0 +0200
+++ /var/tmp/diff_new_pack.8j9wWm/_new  2011-05-23 12:04:47.0 +0200
@@ -24,7 +24,7 @@
 License:GPLv2+
 Group:  Productivity/Multimedia/Other
 Version:4.1.3
-Release:9
+Release:14
 Source0:
http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/%name-%version.tar.bz2
 Patch:  libdvdnav.diff
 Patch1: libdvdnav-strict-aliasing.patch

++ baselibs.conf ++
libdvdnav4





Remember to have fun...

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