rpms/calibre/F-12 calibre-executables.patch, NONE, 1.1 calibre.spec, 1.9, 1.10

Ionuț Arțăriși mapleoin at fedoraproject.org
Wed Jan 6 10:22:33 UTC 2010


Author: mapleoin

Update of /cvs/pkgs/rpms/calibre/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9060

Modified Files:
	calibre.spec 
Added Files:
	calibre-executables.patch 
Log Message:
forgot to add new patch before tagging


calibre-executables.patch:
 install.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE calibre-executables.patch ---
diff -up calibre/setup/install.py.executables calibre/setup/install.py
--- calibre/setup/install.py.executables	2010-01-06 11:12:45.214637969 +0200
+++ calibre/setup/install.py	2010-01-06 11:12:58.056763017 +0200
@@ -185,7 +185,7 @@ class Develop(Command):
         script = template.format(
                 module=mod, func=func,
                 path=self.libdir, resources=self.sharedir,
-                executables=self.staging_bindir,
+                executables=self.bindir,
                 extensions=self.j(self.libdir, 'calibre', 'plugins'))
         path = self.j(self.staging_bindir, name)
         if not os.path.exists(self.staging_bindir):


Index: calibre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/calibre/F-12/calibre.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- calibre.spec	6 Jan 2010 10:09:48 -0000	1.9
+++ calibre.spec	6 Jan 2010 10:22:33 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           calibre
 Version:        0.6.32
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
 License:        GPLv3
@@ -253,6 +253,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Wed Jan  6 2010 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.6.32-2
+- fix for package tagged without adding new patch to cvs
+
 * Wed Jan  6 2010 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.6.32-1
 - new upstream release 0.6.32
 - project website has changed




More information about the fedora-extras-commits mailing list