Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9373 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 9 years ago
parent
commit
f41505d42e
2 changed files with 16 additions and 10 deletions
  1. 12 9
      lib/libd/libdvdnav/libdvdnav-vl.spec
  2. 4 1
      lib/libd/libdvdread/libdvdread-vl.spec

+ 12 - 9
lib/libd/libdvdnav/libdvdnav-vl.spec

@@ -1,21 +1,21 @@
 Name:           libdvdnav
-Version:        5.0.1
+Version:        5.0.3
 Release:        1%{?_dist_release}
 Summary:        A library for reading DVD video discs based on Ogle code
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 Source0:        ftp://ftp.videolan.org/pub/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
-Patch0:         0001-Do-not-assert-on-NULL-pgcit.patch
-Patch1:         0002-Return-an-error-in-dvdnav_get_position-instead-of-as.patch
-Patch2:         0003-dvdnav_get_position-Fix-mutex-unlocking-in-case-of-e.patch
+#Patch0:         0001-Do-not-assert-on-NULL-pgcit.patch
+#Patch1:         0002-Return-an-error-in-dvdnav_get_position-instead-of-as.patch
+#Patch2:         0003-dvdnav_get_position-Fix-mutex-unlocking-in-case-of-e.patch
 
 Obsoletes:      self-build-libdvdnav
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  doxygen
-BuildRequires:  libdvdread-devel >= 4.1.3-1
+BuildRequires:  libdvdread-devel >= 5.0.0
 
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -29,7 +29,7 @@ The code is based on Ogle and used in, among others, the Xine dvdnav plug-in.
 Summary:        Development files for libdvdnav
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       libdvdread-devel >= 4.1.3-1
+Requires:       libdvdread-devel >= 5.0.0
 Requires:       pkgconfig
 
 %description    devel
@@ -38,9 +38,9 @@ libdvdnav library.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+#%patch0 -p1
+#%patch1 -p1
+#%patch2 -p1
 
 %build
 %configure --disable-static
@@ -75,6 +75,9 @@ popd
 %{_libdir}/pkgconfig/dvdnav.pc
 
 %changelog
+* Mon Feb 23 2015 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.3
+- new upstream release
+
 * Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.1-1
 - new upstream release
 - backport patches upstream git master to fix several known bugs

+ 4 - 1
lib/libd/libdvdread/libdvdread-vl.spec

@@ -1,7 +1,7 @@
 # -*- coding: utf-8-unix -*-
 Name:           libdvdread
 Summary:        A library for reading DVD video discs based on Ogle code
-Version:        5.0.0
+Version:        5.0.2
 Release:        1%{?_dist_release}
 
 Group:          System Environment/Libraries
@@ -66,6 +66,9 @@ This package contains development files for libdvdread.
 %{_libdir}/pkgconfig/dvdread.pc
 
 %changelog
+* Mon Feb 23 2015 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.2
+- new upstream release
+
 * Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.0
 - new upstream release