rpms/obby/devel obby-0.4.0rc3-localedir.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 obby.spec, 1.19, 1.20 sources, 1.6, 1.7 obby-0.4.0rc2-gcc41.patch, 1.2, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Aug 9 04:35:31 UTC 2006


Author: lmacken

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

Modified Files:
	.cvsignore obby.spec sources 
Added Files:
	obby-0.4.0rc3-localedir.patch 
Removed Files:
	obby-0.4.0rc2-gcc41.patch 
Log Message:
* Wed Aug  9 2006 Luke Macken <lmacken at redhat.com> - 0.4.0-0.6.rc3
- 0.4.0rc3
- obby-0.4.0rc3-localefix.patch
- remove obby-0.4.0rc2-gcc41.patch


obby-0.4.0rc3-localedir.patch:

--- NEW FILE obby-0.4.0rc3-localedir.patch ---
--- po/Makefile.in.in.orig	2006-08-09 00:23:07.000000000 -0400
+++ po/Makefile.in.in	2006-08-09 00:23:41.000000000 -0400
@@ -25,7 +25,7 @@
 exec_prefix = @exec_prefix@
 datarootdir = @datarootdir@
 datadir = @datadir@
-localedir = @localedir@
+localedir = $(datadir)/locale
 gettextsrcdir = $(datadir)/gettext/po
 
 INSTALL = @INSTALL@


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	19 May 2006 05:13:44 -0000	1.6
+++ .cvsignore	9 Aug 2006 04:35:30 -0000	1.7
@@ -1 +1 @@
-obby-0.4.0rc2.tar.gz
+obby-0.4.0rc3.tar.gz


Index: obby.spec
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- obby.spec	12 Jul 2006 19:15:19 -0000	1.19
+++ obby.spec	9 Aug 2006 04:35:30 -0000	1.20
@@ -1,15 +1,15 @@
-%define _rc rc2
+%define _rc rc3
 
 Name:           obby
 Version:        0.4.0
-Release:        5.%{_rc}%{?dist}
+Release:        0.6.%{_rc}%{?dist}
 Summary:        A library which provides synced document buffers
 
 Group:          Development/Libraries
 License:        GPL
 URL:            http://releases.0x539.de/obby
 Source0:        http://releases.0x539.de/obby/%{name}-%{version}%{_rc}.tar.gz
-Patch0:		%{name}-%{version}%{_rc}-gcc41.patch
+Patch0:         %{name}-%{version}%{_rc}-localedir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  net6-devel, gmp-devel, gettext-devel
@@ -33,7 +33,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}%{_rc}
-%patch0 -p1 -b .gcc41
+%patch0 -b .localedir
 
 
 %build
@@ -69,6 +69,11 @@
 
 
 %changelog
+* Wed Aug  9 2006 Luke Macken <lmacken at redhat.com> - 0.4.0-0.6.rc3
+- 0.4.0rc3
+- obby-0.4.0rc3-localefix.patch
+- remove obby-0.4.0rc2-gcc41.patch
+
 * Wed Jul 12 2006 Paul Nasrat <pnasrat at redhat.com> - 0.4.0-5.rc2
 - Modify GCC 4.1 patch so that Gobby will build 
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	19 May 2006 05:13:44 -0000	1.6
+++ sources	9 Aug 2006 04:35:30 -0000	1.7
@@ -1 +1 @@
-5dbc7054ee31eca614d44761aeddee49  obby-0.4.0rc2.tar.gz
+3b7be72db362c7180aa8d888b4d320dd  obby-0.4.0rc3.tar.gz


--- obby-0.4.0rc2-gcc41.patch DELETED ---




More information about the fedora-extras-commits mailing list