rpms/libpaper/F-9 libpaper.spec,1.10,1.11 sources,1.5,1.6

Tom Callaway spot at fedoraproject.org
Fri Aug 22 21:02:18 UTC 2008


Author: spot

Update of /cvs/extras/rpms/libpaper/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3575/F-9

Modified Files:
	libpaper.spec sources 
Log Message:
update to nmu1, fix DL, use glibc fallback


Index: libpaper.spec
===================================================================
RCS file: /cvs/extras/rpms/libpaper/F-9/libpaper.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libpaper.spec	20 Feb 2008 01:18:46 -0000	1.10
+++ libpaper.spec	22 Aug 2008 21:01:48 -0000	1.11
@@ -1,12 +1,20 @@
 Name:		libpaper
 Version:	1.1.23
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Library and tools for handling papersize
 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}+nmu1.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
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libtool, gettext, gawk
 
@@ -28,12 +36,13 @@
 to develop applications which use libpaper.
 
 %prep
-%setup -q
-%patch0 -p1
-cp debian/NEWS NEWS
+%setup -q -n %{name}-%{version}+nmu1
+%patch0 -p1 -b .automake110
+%patch1 -p1 -b .dlfix
+%patch2 -p1 -b .useglibcfallback
 
 %build
-touch AUTHORS
+touch AUTHORS NEWS
 aclocal
 autoconf
 automake -a
@@ -62,7 +71,7 @@
 
 %files -f %{name}.lang
 %defattr(-, root, root, -)
-%doc COPYING ChangeLog NEWS README
+%doc COPYING ChangeLog README
 %config(noreplace) %{_sysconfdir}/papersize
 %dir %{_sysconfdir}/libpaper.d
 %{_bindir}/paperconf
@@ -79,6 +88,12 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.23-3
+- update to nmu1
+- apply patch to fix imprecise definition of DL format
+- apply patch so that when no config is present, libpaper will fallback through
+  LC_PAPER before giving up and using Letter
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.1.23-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libpaper/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	19 Feb 2008 20:31:14 -0000	1.5
+++ sources	22 Aug 2008 21:01:48 -0000	1.6
@@ -1 +1 @@
-d357ac5fd7e12b1c81b27f99665e399c  libpaper_1.1.23.tar.gz
+fb6c57fbad2e691b54210fad43745f4f  libpaper_1.1.23+nmu1.tar.gz




More information about the fedora-extras-commits mailing list