rpms/calibre/F-13 calibre-0.6.53-mounthelper.patch, NONE, 1.1 sources, 1.14, 1.15 .cvsignore, 1.14, 1.15 calibre.spec, 1.15, 1.16

Kevin Fenzi kevin at fedoraproject.org
Sat May 29 20:23:46 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/calibre/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3454

Modified Files:
	sources .cvsignore calibre.spec 
Added Files:
	calibre-0.6.53-mounthelper.patch 
Log Message:
Update to new version


calibre-0.6.53-mounthelper.patch:
 freeze2.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE calibre-0.6.53-mounthelper.patch ---
--- calibre/setup/installer/linux/freeze2.py	2010-05-07 20:32:02.000000000 +0200
+++ calibre/setup/installer/linux/freeze2.py	2010-05-10 22:12:01.676321791 +0200
@@ -71,7 +71,7 @@ class LinuxFreeze2(Command):
         #self.initbase()
         #self.copy_libs()
         #self.copy_python()
-        #self.compile_mount_helper()
+        self.compile_mount_helper()
         self.build_launchers()
 
     def initbase(self):


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/calibre/F-13/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	11 Apr 2010 07:56:09 -0000	1.14
+++ sources	29 May 2010 20:23:44 -0000	1.15
@@ -1 +1 @@
-6367195fc90386583963dc966258df60  calibre-0.6.47-nofonts.tar.bz2
+2b6e86c62c36034226902060f0c3c57a  calibre-0.6.55-nofonts.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/calibre/F-13/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	11 Apr 2010 07:56:09 -0000	1.14
+++ .cvsignore	29 May 2010 20:23:45 -0000	1.15
@@ -1 +1 @@
-calibre-0.6.47-nofonts.tar.bz2
+calibre-0.6.55-nofonts.tar.bz2


Index: calibre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/calibre/F-13/calibre.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- calibre.spec	11 Apr 2010 07:56:09 -0000	1.15
+++ calibre.spec	29 May 2010 20:23:45 -0000	1.16
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           calibre
-Version:        0.6.47
+Version:        0.6.55
 Release:        1%{?dist}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
@@ -20,6 +20,7 @@ Source0:        %{name}-%{version}-nofon
 Source1:        generate-tarball.sh
 Patch0:         %{name}-manpages.patch
 Patch1:         %{name}-no-update.patch
+Patch2:         %{name}-0.6.53-mounthelper.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python >= 2.6
@@ -78,6 +79,9 @@ RTF, TXT, PDF and LRS.
 # don't check for new upstream version (that's what packagers do)
 %patch1 -p1 -b .no-update
 
+# Enable mount helper
+%patch2 -p1 -b .mounthelper
+
 # dos2unix newline conversion
 %{__sed} -i 's/\r//' src/calibre/web/feeds/recipes/*
 
@@ -247,6 +251,18 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Fri May 28 2010 Kevin Fenzi <kevin at tummy.com> - 0.6.55-1
+- Update to 0.6.55
+
+* Fri May 21 2010 Kevin Fenzi <kevin at tummy.com> - 0.6.54-1
+- Update to 0.6.54
+
+* Fri May 21 2010 Kevin Fenzi <kevin at tummy.com> - 0.6.53-1
+- Update to 0.6.53
+
+* Wed May  5 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.6.47-2
+- Rebuild against new poppler
+
 * Sat Apr 10 2010 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.6.47-1
 - new upstream release 0.6.47
 - new chmlib requirement



More information about the scm-commits mailing list