From 1dcd112abb8d4a1c7694e876bfb01e3cccb070be Mon Sep 17 00:00:00 2001 From: athimm Date: Apr 14 2009 06:39:54 +0000 Subject: Update to 1.12.2. --- diff --git a/.cvsignore b/.cvsignore index fb79a89..4b20b30 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -fakeroot_1.11.tar.gz +fakeroot_1.12.2.tar.gz diff --git a/fakeroot.spec b/fakeroot.spec index dd00d96..cb40463 100644 --- a/fakeroot.spec +++ b/fakeroot.spec @@ -1,7 +1,7 @@ Summary: Gives a fake root environment Name: fakeroot -Version: 1.11 -Release: 19%{?dist} +Version: 1.12.2 +Release: 21%{?dist} License: GPL+ Group: Development/Tools URL: http://fakeroot.alioth.debian.org/ @@ -14,6 +14,7 @@ BuildRequires: /usr/bin/getopt #BuildRequires: po4a BuildRequires: sharutils Requires: /usr/bin/getopt +Requires: fakeroot-libs = %{version}-%{release} %description fakeroot runs a command in an environment wherein it appears to have @@ -22,6 +23,13 @@ file manipulation library functions (chmod(2), stat(2) etc.) by ones that simulate the effect the real library functions would have had, had the user really been root. +%package libs +Summary: Gives a fake root environment (libraries) +Group: Development/Tools + +%description libs +This package contains the libraries required by %{name}. + %prep %setup -q #patch0 -p1 -b .atfixes @@ -89,11 +97,22 @@ rm -rf %{buildroot} %lang(sv) %{_mandir}/sv/man1/fakeroot-*.1* %lang(nl) %{_mandir}/nl/man1/faked-*.1* %lang(nl) %{_mandir}/nl/man1/fakeroot-*.1* + +%files libs %dir %{_libdir}/libfakeroot %{_libdir}/libfakeroot/libfakeroot-*.so %{_libdir}/libfakeroot/libfakeroot-0.so %changelog +* Sun Mar 22 2009 Axel Thimm - 1.12.2-21 +- Update to 1.12.2. +- Create a fakeroot-libs subpackage so that the package is multilib + aware (by Richard W.M. Jones , see RH bug + #490953). + +* Sat Feb 14 2009 Axel Thimm - 1.12.1-20 +- Update to 1.12.1. + * Sat Nov 22 2008 Axel Thimm - 1.11-19 - Update to 1.11. diff --git a/sources b/sources index 3fc68ec..912906e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b95de26a01338eec7a9b372d0fb24507 fakeroot_1.11.tar.gz +1eb7d972a19159035892e7d132602726 fakeroot_1.12.2.tar.gz