rpms/gtranslator/EL-5 gtranslator-1.1.7-scrollkeeper-rarian.patch, NONE, 1.1 gtranslator.spec, 1.16, 1.17

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Tue Dec 11 11:08:42 UTC 2007


Author: sindrepb

Update of /cvs/pkgs/rpms/gtranslator/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18385

Modified Files:
	gtranslator.spec 
Added Files:
	gtranslator-1.1.7-scrollkeeper-rarian.patch 
Log Message:
add files to branch

gtranslator-1.1.7-scrollkeeper-rarian.patch:

--- NEW FILE gtranslator-1.1.7-scrollkeeper-rarian.patch ---
diff -up gtranslator-1.1.7/configure.orig gtranslator-1.1.7/configure
--- gtranslator-1.1.7/configure.orig	2007-10-23 14:20:06.000000000 +0200
+++ gtranslator-1.1.7/configure	2007-10-23 14:20:32.000000000 +0200
@@ -7127,7 +7127,7 @@ fi
 if test "z$sc_present" = "zyes" ; then
 	{ echo "$as_me:$LINENO: checking for scrollkeeper" >&5
 echo $ECHO_N "checking for scrollkeeper... $ECHO_C" >&6; }
-	_VERSION=`scrollkeeper-config --version|sed -e 's/\.//g'`
+	_VERSION=`scrollkeeper-config --version|sed -e 's/\.//g' | cut -d ' ' -f1`
 	if test $_VERSION -ge 0 -o $_VERSION -ge 02; then
 		{ echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6; }


Index: gtranslator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtranslator/EL-5/gtranslator.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gtranslator.spec	8 Jun 2007 20:44:47 -0000	1.16
+++ gtranslator.spec	11 Dec 2007 11:08:03 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           gtranslator
 Version:        1.1.7
-Release:        3%{?dist}
+Release:        7%{?dist}
 
 Summary:        Gettext po file editor for GNOME
 
@@ -8,7 +8,8 @@
 License:        GPL
 URL:            http://gtranslator.sourceforge.net
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gtranslator/1.1/%{name}-%{version}.tar.bz2
-Patch0:         %{name}-%{version}-desktop.patch
+Patch0:         %{name}-%{version}-scrollkeeper-rarian.patch
+Patch1:         %{name}-%{version}-desktop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  scrollkeeper
@@ -19,6 +20,7 @@
 BuildRequires:  perl(XML::Parser)
 
 Requires:       yelp
+Requires:       which
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
 
@@ -32,6 +34,7 @@
 %prep
 %setup -q 
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure
@@ -84,6 +87,13 @@
 
 
 %changelog
+* Tue Oct 23 2007 Sindre Pedersen Bjordal <foolish at guezz.net> - 1.1.7-7
+- Add patch to fix scrollkeeper configure issue
+* Tue Oct 02 2007 Sindre Pedersen Bjordal <foolish at guezz.net> - 1.1.7-5
+- Add missing dependency on which
+* Mon Sep 24 2007 Jesse Keating <jkeating at redhat.com> - 1.1.7-4
+- Bump release for upgrade path
+
 * Fri Jun 08 2007 Sindre Pedersen Bjørdal <foolish at guezz.net> 1.1.7-3
 - Add yelp dependency, closes #243401
 * Tue Feb 13 2007 Sindre Pedersen Bjørdal <foolish at guezz.net> 1.1.7-2




More information about the fedora-extras-commits mailing list