rpms/fakeroot/devel .cvsignore, 1.2, 1.3 fakeroot.spec, 1.1, 1.2 sources, 1.2, 1.3

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Thu Mar 8 17:48:07 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/fakeroot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14249/devel

Modified Files:
	.cvsignore fakeroot.spec sources 
Log Message:
Update to 1.6.4.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fakeroot/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Jan 2007 08:25:42 -0000	1.2
+++ .cvsignore	8 Mar 2007 17:47:34 -0000	1.3
@@ -1 +1,2 @@
 fakeroot_1.5.10.tar.gz
+fakeroot-1.6.4-atfuncs.patch


Index: fakeroot.spec
===================================================================
RCS file: /cvs/extras/rpms/fakeroot/devel/fakeroot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fakeroot.spec	9 Jan 2007 08:25:42 -0000	1.1
+++ fakeroot.spec	8 Mar 2007 17:47:34 -0000	1.2
@@ -1,11 +1,12 @@
 Summary: Gives a fake root environment
 Name: fakeroot
-Version: 1.5.10
-Release: 13%{?dist}
+Version: 1.6.4
+Release: 15%{?dist}
 License: GPL
 Group: Development/Tools
 URL: http://fakeroot.alioth.debian.org/
 Source0: http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.tar.gz
+Patch0: fakeroot-1.6.4-atfuncs.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: gcc-c++
 BuildRequires: /usr/bin/getopt
@@ -23,6 +24,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .atfixes
 for file in ./doc/*/*.1; do
   iconv -f latin1 -t utf8 < $file > $file.new
   mv -f $file.new $file
@@ -58,12 +60,20 @@
 %lang(fr) %{_mandir}/fr/man1/fakeroot.1.gz
 %lang(sv) %{_mandir}/sv/man1/faked.1.gz
 %lang(sv) %{_mandir}/sv/man1/fakeroot.1.gz
+%lang(nl) %{_mandir}/nl/man1/faked.1.gz
+%lang(nl) %{_mandir}/nl/man1/fakeroot.1.gz
 %dir %{_libdir}/libfakeroot
 %{_libdir}/libfakeroot/libfakeroot-0.so
 %{_libdir}/libfakeroot/libfakeroot.so
 %exclude %{_libdir}/libfakeroot/libfakeroot.la
 
 %changelog
+* Thu Mar  8 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.6.4-15
+- Update to 1.6.4.
+
+* Wed Jan 10 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.5.12-14
+- Update to 1.5.12.
+
 * Sun Jan  7 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.5.10-13
 - po4a currently not need as a BR.
 - remove empty README, add debian/changelog.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fakeroot/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Jan 2007 08:25:42 -0000	1.2
+++ sources	8 Mar 2007 17:47:34 -0000	1.3
@@ -1 +1,2 @@
 76730bf4c9068773e857e18c346d8c81  fakeroot_1.5.10.tar.gz
+54d232ba149510edb70ab2f64c07b493  fakeroot-1.6.4-atfuncs.patch




More information about the fedora-extras-commits mailing list