Browse Source

update to 1.1.24+nmu2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7953 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 10 years ago
parent
commit
358939e920
1 changed files with 12 additions and 9 deletions
  1. 12 9
      lib/libp/libpaper/libpaper-vl.spec

+ 12 - 9
lib/libp/libpaper/libpaper-vl.spec

@@ -1,23 +1,22 @@
+%global nmu +nmu2
+
 Name:		libpaper
 Version:	1.1.24
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	Library and tools for handling papersize
 Summary(ja):	用紙サイズを扱うライブラリとツール
 Group:		System Environment/Libraries
 License:	GPLv2
 URL:		http://packages.qa.debian.org/libp/libpaper.html
-Source0:	http://ftp.debian.org/debian/pool/main/libp/libpaper/%{name}_%{version}.tar.gz
+Source0:	http://ftp.debian.org/debian/pool/main/libp/libpaper/%{name}_%{version}%{nmu}.tar.gz
 # Filed	upstream as:
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496126
 Patch0:		libpaper-1.1.20-automake_1.10.patch
-# Upstream bug:
-# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475683
-Patch1:		libpaper-1.1.23-debianbug475683.patch
 # Filed upstream as:
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481213
-Patch2:		libpaper-useglibcfallback.patch
+Patch2:		libpaper-1.1.24+nmu2-useglibcfallback.patch
 # supported paper sizes of JIS B series
-Patch10:	libpaper-1.1.24-paperspecs-jis-b-series.patch
+Patch10:	libpaper-1.1.24+nmu2-jis-b-series.patch
 
 BuildRequires:	libtool, gettext, gawk
 
@@ -45,9 +44,8 @@ This package contains headers and libraries that programmers will need
 to develop applications which use libpaper.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{version}%{nmu}
 %patch0 -p1 -b .automake110
-%patch1 -p1 -b .dlfix
 %patch2 -p1 -b .useglibcfallback
 %patch10 -p1 -b .paperspecs
 libtoolize
@@ -102,6 +100,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov  1 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.24-2
+- update to 1.1.24+nmu2
+- applied libpaper-1.1.24+nmu2-jis-b-series.patch: 
+  - synced to libs/paper in TeX Live 2014/dev (r31986)
+
 * Sat Jan 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.24-1
 - new upstream release