updated to 4.2.0 release
This commit is contained in:
parent
a5eb3c1793
commit
19947292cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libdvdread-svn1188.tar.bz2
|
||||
/libdvdread-svn1226.tar.bz2
|
||||
/libdvdread-4.2.0.tar.bz2
|
||||
|
||||
@ -1,15 +1,11 @@
|
||||
%global svn 1226
|
||||
|
||||
Name: libdvdread
|
||||
Version: 4.1.4
|
||||
Release: 0.4.svn%{svn}%{?dist}
|
||||
Version: 4.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for reading DVD video discs based on Ogle code
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
#Source: http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-%{version}.tar.bz2
|
||||
# svn export svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread
|
||||
Source: %{name}-svn%{svn}.tar.bz2
|
||||
Source0: http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
# dvdread-config: use pkg-config instead of hard-coded
|
||||
# multilib-conflicting values
|
||||
@ -72,6 +68,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/dvdread.pc
|
||||
|
||||
%changelog
|
||||
* Sun Oct 09 2011 Dominik Mierzejewski <rpm@greysector.net> 4.2.0-1
|
||||
- updated to 4.2.0 release
|
||||
|
||||
* Mon Apr 11 2011 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.4.svn1226
|
||||
- updated to SVN r1226
|
||||
- dropped obsolete endianness check patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user