rpms/fbreader/F-7 README.Fedora, NONE, 1.1 fbreader-optflags.patch, 1.1, 1.2 fbreader.spec, 1.1, 1.2

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Thu Oct 18 22:30:37 UTC 2007


Author: salimma

Update of /cvs/pkgs/rpms/fbreader/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4264/F-7

Modified Files:
	fbreader-optflags.patch fbreader.spec 
Added Files:
	README.Fedora 
Log Message:
- Fix empty debuginfo (Ville Skytta)
- Add README.Fedora detailing a bug with zTXT files on x86_64



--- NEW FILE README.Fedora ---
There is a bug in the zTXT handler, that on x86_64 (and perhaps ppc64) might
cause a blank page to be displayed when a zTXT book is first opened.

Closing FBReader and starting it again will open the book normally. This seems
to affect zTXTs generated by Project Gutenberg as well as the ones at plkr.org

fbreader-optflags.patch:

Index: fbreader-optflags.patch
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/F-7/fbreader-optflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fbreader-optflags.patch	30 Sep 2007 02:36:14 -0000	1.1
+++ fbreader-optflags.patch	18 Oct 2007 22:30:04 -0000	1.2
@@ -1,11 +1,12 @@
 --- makefiles/config.mk.orig	2007-09-07 15:05:39.000000000 -0400
 +++ makefiles/config.mk	2007-09-21 11:51:53.000000000 -0400
-@@ -18,7 +18,7 @@
+@@ -18,8 +18,7 @@
  endif
  
  ifeq "$(TARGET_STATUS)" "release"
 -	CFLAGS += -O3
+-	LDFLAGS += -s
 +	CFLAGS += $(RPM_OPT_FLAGS)
- 	LDFLAGS += -s
  endif
  ifeq "$(TARGET_STATUS)" "debug"
+ 	CFLAGS += -O0 -g


Index: fbreader.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/F-7/fbreader.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fbreader.spec	30 Sep 2007 02:36:14 -0000	1.1
+++ fbreader.spec	18 Oct 2007 22:30:04 -0000	1.2
@@ -1,13 +1,14 @@
 # rebuild with --with qt4 to build optional qt4 UI
 Name:           fbreader
 Version:        0.8.6d
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        E-book reader
 
 Group:          Applications/Publishing
 License:        GPLv2+
 URL:            http://www.fbreader.org/
 Source0:        http://www.fbreader.org/fbreader-sources-%{version}.tgz
+Source1:        README.Fedora
 Patch0:         fbreader-desktop.patch
 Patch1:         fbreader-optflags.patch
 # Use to expose the compiler flags used during build
@@ -50,6 +51,7 @@
 %patch0 -p0 -b .desktop
 %patch1 -p0 -b .optflags
 #%patch2 -p0 -b .debug
+cp -p %{SOURCE1} .
 
 
 %build
@@ -101,7 +103,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc fbreader/LICENSE
+%doc fbreader/LICENSE README.Fedora
 %{_bindir}/FBReader
 %{_libdir}/*
 %{_datadir}/FBReader
@@ -113,6 +115,10 @@
 
 
 %changelog
+* Thu Oct 18 2007 Michel Salim <michel.sylvan at gmail.com> - 0.8.6d-3
+- Generate proper -debuginfo subpackage (bz #329841, Ville Skytta)
+- Add README.Fedora detailing zTXT bug on x86_64
+
 * Sat Sep 22 2007 Michel Salim <michel.sylvan at gmail.com> - 0.8.6d-2
 - Fix vendor tag
 - Use compiler flags provided by the system




More information about the fedora-extras-commits mailing list