rpms/pybliographer/F-8 pybliographer-native-editing.patch, NONE, 1.1 pybliographer.spec, 1.18, 1.19

Zoltan Kota (zkota) fedora-extras-commits at redhat.com
Fri Jan 25 22:00:16 UTC 2008


Author: zkota

Update of /cvs/pkgs/rpms/pybliographer/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14357/F-8

Modified Files:
	pybliographer.spec 
Added Files:
	pybliographer-native-editing.patch 
Log Message:
fix bug #428121


pybliographer-native-editing.patch:

--- NEW FILE pybliographer-native-editing.patch ---
--- Pyblio/GnomeUI/Editor.py.orig	2008-01-25 10:29:35.000000000 +0100
+++ Pyblio/GnomeUI/Editor.py	2008-01-25 12:23:36.000000000 +0100
@@ -1077,7 +1077,7 @@
         # put the negated value, so that we can call
         # toggle to switch and create
         self.native_mode = not (self.has_native and Config.get(
-            'gnome/native-as-default').data)
+            'gnome/native-as-default').data and entry.key)
 
         self.toggle_native()
         self.w.show_all ()


Index: pybliographer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pybliographer/F-8/pybliographer.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pybliographer.spec	26 Sep 2007 13:08:11 -0000	1.18
+++ pybliographer.spec	25 Jan 2008 21:59:28 -0000	1.19
@@ -1,10 +1,11 @@
 Summary: Framework for working with bibliographic databases
 Name: pybliographer
 Version: 1.2.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and GFDL
 Group: Applications/Publishing
 Source: http://downloads.sourceforge.net/pybliographer/pybliographer-1.2.11.tar.gz
+Patch0: pybliographer-native-editing.patch
 Url: http://www.pybliographer.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure
@@ -108,6 +110,9 @@
 
 
 %changelog
+* Fri Jan 25 2008 Zoltan Kota <z.kota at gmx.net> - 1.2.11-2
+- add patch for fixing bug #428121
+
 * Wed Sep 26 2007 Zoltan Kota <z.kota at gmx.net> - 1.2.11-1
 - update to 1.2.11
 




More information about the fedora-extras-commits mailing list