[libdvdnav] update to 4.2.1

Dominik Mierzejewski rathann at fedoraproject.org
Fri Dec 20 07:43:45 UTC 2013


commit 6e037357e1b7caf785e2ba246e8985aa450b1f64
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Fri Dec 20 08:43:08 2013 +0100

    update to 4.2.1
    
    - drop obsolete/redundant specfile elements
    - add upstream URL

 .gitignore     |    1 +
 libdvdnav.spec |   21 +++++++++------------
 sources        |    2 +-
 3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 485c2c7..f93011a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 libdvdnav-svn1184.tar.bz2
 /libdvdnav-svn1226.tar.bz2
 /libdvdnav-4.2.0.tar.bz2
+/libdvdnav-4.2.1.tar.xz
diff --git a/libdvdnav.spec b/libdvdnav.spec
index 585ec4d..54c0621 100644
--- a/libdvdnav.spec
+++ b/libdvdnav.spec
@@ -1,16 +1,13 @@
 Name:           libdvdnav
-Version:        4.2.0
-Release:        6%{?dist}
+Version:        4.2.1
+Release:        1%{?dist}
 Summary:        A library for reading DVD video discs based on Ogle code
-
-Group:          System Environment/Libraries
 License:        GPLv2+
-Source0:        http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.bz2
+URL:            http://dvdnav.mplayerhq.hu/
+Source0:        http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.xz
 Patch0:         %{name}-multilib.patch
 # fix segfault when cell is empty, patch by Simo Sorce, bug #902037
 Patch1:         %{name}-pgc-cell_playback.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  doxygen
 BuildRequires:  libdvdread-devel >= 4.1.3-0.3
 
@@ -20,7 +17,6 @@ The code is based on Ogle and used in, among others, the Xine dvdnav plug-in.
 
 %package        devel
 Summary:        Development files for libdvdnav
-Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       libdvdread-devel >= 4.1.3-0.3
 Requires:       pkgconfig
@@ -51,14 +47,10 @@ doxygen doxy.conf
 popd
 
 %install
-%{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot}
 %{__install} -d -m 755 %{buildroot}/%{_datadir}/aclocal
 %{__install} -p -m 644 m4/dvdnav.m4 %{buildroot}/%{_datadir}/aclocal
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -81,6 +73,11 @@ popd
 %{_libdir}/pkgconfig/dvdnavmini.pc
 
 %changelog
+* Thu Dec 19 2013 Dominik Mierzejewski <rpm[AT]greysector.net> 4.2.1-1
+- update to 4.2.1
+- drop obsolete/redundant specfile elements
+- add upstream URL
+
 * Tue Sep 10 2013 Dominik Mierzejewski <rpm[AT]greysector.net> 4.2.0-6
 - fix segfault when cell is empty, patch by Simo Sorce, bug #902037
 
diff --git a/sources b/sources
index 2b76b9c..716a326 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53be8903f9802e101929a3451203bbf6  libdvdnav-4.2.0.tar.bz2
+8a1b2ebfe81daecb590893cb9093f832  libdvdnav-4.2.1.tar.xz


More information about the scm-commits mailing list