diff --git a/.gitignore b/.gitignore index c04d2ca..9f01e4b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ libdvdread-svn1188.tar.bz2 /libdvdread-4.2.1.tar.xz /libdvdread-4.9.9.tar.xz /libdvdread-5.0.0.tar.bz2 +/libdvdread-5.0.2.tar.bz2 diff --git a/libdvdread.spec b/libdvdread.spec index e3ebdcd..829f98d 100644 --- a/libdvdread.spec +++ b/libdvdread.spec @@ -1,10 +1,10 @@ Name: libdvdread -Version: 5.0.0 +Version: 5.0.2 Release: 1%{?dist} Summary: A library for reading DVD video discs based on Ogle code License: GPLv2+ URL: http://dvdnav.mplayerhq.hu/ -Source0: ftp://ftp.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2 +Source0: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2 Provides: bundled(md5-gcc) %description @@ -28,7 +28,7 @@ This package contains development files for libdvdread. %build %configure --disable-static -%{__make} %{?_smp_mflags} +make V=1 %{?_smp_mflags} %install %{__make} install DESTDIR=%{buildroot} @@ -51,6 +51,11 @@ rm %{buildroot}%{_libdir}/libdvdread.la %{_libdir}/pkgconfig/dvdread.pc %changelog +* Sat Feb 07 2015 Dominik Mierzejewski 5.0.2-1 +- update to 5.0.2 +- use https for source URL +- make build more verbose + * Sat Sep 20 2014 Dominik Mierzejewski 5.0.0-1 - update to 5.0.0 release diff --git a/sources b/sources index a60c363..7b23237 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -20b964a3fb290b8df45c6b25d37411de libdvdread-5.0.0.tar.bz2 +4e72ebbd70663752d97db7ab953e12b9 libdvdread-5.0.2.tar.bz2