rpms/gtranslator/F-8 gtranslator-1.1.7-scrollkeeper-rarian.patch, NONE, 1.1 gtranslator.spec, 1.18, 1.19

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Wed Oct 31 23:58:00 UTC 2007


Author: sindrepb

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

Modified Files:
	gtranslator.spec 
Added Files:
	gtranslator-1.1.7-scrollkeeper-rarian.patch 
Log Message:
new release

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/F-8/gtranslator.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gtranslator.spec	2 Oct 2007 13:41:05 -0000	1.18
+++ gtranslator.spec	31 Oct 2007 23:57:25 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           gtranslator
 Version:        1.1.7
-Release:        5%{?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
@@ -33,6 +34,7 @@
 %prep
 %setup -q 
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure
@@ -85,7 +87,9 @@
 
 
 %changelog
-* Tue Oct 02 2007 Sindre Pedersen Bjordal <sindrepb at guezz.net> - 1.1.7-5
+* 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




More information about the fedora-extras-commits mailing list