rpms/pybliographer/devel pybliographer.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 pybliographer.spec, 1.9, 1.10 sources, 1.4, 1.5 gnome-help.patch, 1.1, NONE

Zoltan Kota (zkota) fedora-extras-commits at redhat.com
Sat Oct 15 21:56:06 UTC 2005


Author: zkota

Update of /cvs/extras/rpms/pybliographer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31903/devel

Modified Files:
	.cvsignore pybliographer.spec sources 
Added Files:
	pybliographer.patch 
Removed Files:
	gnome-help.patch 
Log Message:
New version


pybliographer.patch:

--- NEW FILE pybliographer.patch ---
--- pybliographer-1.2.7-orig/setup-check.py	2005-10-13 18:11:19.000000000 +0200
+++ pybliographer-1.2.7/setup-check.py	2005-10-15 23:27:16.000000000 +0200
@@ -86,8 +86,8 @@
 
     error ('unexpected error')
 
-if gtk.pygtk_version < (2,4,0):
-    error ('requested version for PyGtk is %s, but I detected %s' % ('2.4.0', v))
+#if gtk.pygtk_version < (2,4,0):
+#    error ('requested version for PyGtk is %s, but I detected %s' % ('2.4.0', v))
     
 
 try:


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pybliographer/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	22 Feb 2005 22:46:02 -0000	1.4
+++ .cvsignore	15 Oct 2005 21:56:04 -0000	1.5
@@ -1 +1 @@
-pybliographer-1.2.6.2.tar.gz
+pybliographer-1.2.7.tar.gz


Index: pybliographer.spec
===================================================================
RCS file: /cvs/extras/rpms/pybliographer/devel/pybliographer.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pybliographer.spec	30 Jun 2005 21:41:38 -0000	1.9
+++ pybliographer.spec	15 Oct 2005 21:56:04 -0000	1.10
@@ -1,27 +1,26 @@
 Summary: Framework for working with bibliographic databases
 Name: pybliographer
-Version: 1.2.6.2
-Release: 4
+Version: 1.2.7
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Publishing
-Source: http://dl.sf.net/pybliographer/pybliographer-1.2.6.2.tar.gz
-Patch: gnome-help.patch
+Source: http://dl.sf.net/pybliographer/pybliographer-1.2.7.tar.gz
+Patch0: pybliographer.patch
 Url: http://www.pybliographer.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
-BuildRequires: pygtk2-libglade >= 2.0.0
-BuildRequires: gnome-python2 >= 2.0.3
-BuildRequires: gnome-python2-gconf >= 2.0.3
-BuildRequires: python-bibtex >= 1.1.93.1
+BuildRequires: pygtk2-libglade
+BuildRequires: gnome-python2-gconf
+BuildRequires: python-bibtex >= 1.2.2
 BuildRequires: gettext
 BuildRequires: scrollkeeper
 BuildRequires: desktop-file-utils
 
-Requires: pygtk2-libglade >= 2.0.0
-Requires: gnome-python2 >= 2.0.3
-Requires: gnome-python2-gconf >= 2.0.3
-Requires: python-bibtex >= 1.1.93.1
+Requires: pygtk2-libglade
+Requires: gnome-python2-gconf
+Requires: gnome-python2-gnomevfs
+Requires: python-bibtex >= 1.2.2
 
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
@@ -44,7 +43,7 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
 %configure
@@ -155,6 +154,13 @@
 
 
 %changelog
+* Fri Oct 15 2005 Zoltan Kota <z.kota at gmx.net> - 1.2.7-1
+- update to 1.2.7
+- drop gnome-help.patch, fixed upstream
+- fix requirements
+- add dist tag
+- add patch for fixing configure problem
+
 * Thu Jun 30 2005 Zoltan Kota <z.kota at gmx.net> - 1.2.6.2-4
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pybliographer/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	22 Feb 2005 22:46:02 -0000	1.4
+++ sources	15 Oct 2005 21:56:04 -0000	1.5
@@ -1 +1 @@
-4404f82be39f5db82da6fe26e3a8f1e5  pybliographer-1.2.6.2.tar.gz
+c40c23565974f675e75d211bf0621e36  pybliographer-1.2.7.tar.gz


--- gnome-help.patch DELETED ---




More information about the fedora-extras-commits mailing list