rpms/libgweather/devel gettext-not-xml.patch,1.1,1.2

Matthias Clasen mclasen at fedoraproject.org
Thu Sep 24 03:09:26 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/libgweather/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12109

Modified Files:
	gettext-not-xml.patch 
Log Message:
2.28.0


gettext-not-xml.patch:
 configure.in                    |   21 ---
 data/Makefile.am                |   44 +-------
 libgweather/gweather-location.c |   17 ++-
 libgweather/gweather-timezone.c |   18 ++-
 po-locations/LINGUAS            |   78 ++++++++++++++
 po-locations/Makefile.in.in     |  217 ++++++++++++++++++++++++++++++++++++++++
 po-locations/POTFILES.in        |    4 
 7 files changed, 338 insertions(+), 61 deletions(-)

Index: gettext-not-xml.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libgweather/devel/gettext-not-xml.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gettext-not-xml.patch	9 Sep 2009 04:52:25 -0000	1.1
+++ gettext-not-xml.patch	24 Sep 2009 03:09:25 -0000	1.2
@@ -1,6 +1,6 @@
-diff -up libgweather-2.27.92/configure.in.gettext libgweather-2.27.92/configure.in
---- libgweather-2.27.92/configure.in.gettext	2009-09-08 20:08:33.000000000 -0400
-+++ libgweather-2.27.92/configure.in	2009-09-09 00:48:11.570487413 -0400
+diff -up libgweather-2.28.0/configure.in.gettext libgweather-2.28.0/configure.in
+--- libgweather-2.28.0/configure.in.gettext	2009-09-21 12:30:18.000000000 -0400
++++ libgweather-2.28.0/configure.in	2009-09-23 23:06:09.533646963 -0400
 @@ -40,6 +40,10 @@ LIBXML_REQUIRED=2.6.0
  AM_MAINTAINER_MODE
  GNOME_MAINTAINER_MODE_DEFINES
@@ -48,16 +48,16 @@ diff -up libgweather-2.27.92/configure.i
  dnl ***************************************************************************
  dnl *** Display Summary                                                     ***
  dnl ***************************************************************************
-@@ -276,6 +267,4 @@ libgweather-$VERSION configure summary:
- 	Prefix:				${prefix}
+@@ -277,6 +268,4 @@ libgweather-$VERSION configure summary:
  	Source code location:		${srcdir}
  	Compiler:			${CC}
+ 	Python bindings:		${enable_python}
 -	Locations.xml translations:	${LOCATIONS_XML_TRANSLATIONS}
 -	Locations.xml compression:	${enable_locations_compression}
  " >&2
-diff -up libgweather-2.27.92/data/Makefile.am.gettext libgweather-2.27.92/data/Makefile.am
---- libgweather-2.27.92/data/Makefile.am.gettext	2009-07-21 13:01:11.000000000 -0400
-+++ libgweather-2.27.92/data/Makefile.am	2009-09-09 00:48:11.571480976 -0400
+diff -up libgweather-2.28.0/data/Makefile.am.gettext libgweather-2.28.0/data/Makefile.am
+--- libgweather-2.28.0/data/Makefile.am.gettext	2009-07-21 13:01:11.000000000 -0400
++++ libgweather-2.28.0/data/Makefile.am	2009-09-23 23:02:32.718640615 -0400
 @@ -4,55 +4,23 @@ libgweatherdtd_DATA = locations.dtd
  libgweatherlocationsdir = $(pkgdatadir)
  libgweatherlocations_in_files = Locations.xml.in
@@ -120,9 +120,9 @@ diff -up libgweather-2.27.92/data/Makefi
  check:
  	xmllint --valid --noout $(top_srcdir)/data/Locations.xml.in
  	$(srcdir)/check-timezones.sh $(srcdir)/Locations.xml.in
-diff -up libgweather-2.27.92/libgweather/gweather-location.c.gettext libgweather-2.27.92/libgweather/gweather-location.c
---- libgweather-2.27.92/libgweather/gweather-location.c.gettext	2009-04-19 13:41:11.000000000 -0400
-+++ libgweather-2.27.92/libgweather/gweather-location.c	2009-09-09 00:48:11.573482488 -0400
+diff -up libgweather-2.28.0/libgweather/gweather-location.c.gettext libgweather-2.28.0/libgweather/gweather-location.c
+--- libgweather-2.28.0/libgweather/gweather-location.c.gettext	2009-04-19 13:41:11.000000000 -0400
++++ libgweather-2.28.0/libgweather/gweather-location.c	2009-09-23 23:02:32.720641289 -0400
 @@ -22,11 +22,14 @@
  #include <config.h>
  #endif
@@ -161,9 +161,9 @@ diff -up libgweather-2.27.92/libgweather
  	    xmlFree (value);
  	    normalized = g_utf8_normalize (loc->name, -1, G_NORMALIZE_ALL);
  	    loc->sort_name = g_utf8_casefold (normalized, -1);
-diff -up libgweather-2.27.92/libgweather/gweather-timezone.c.gettext libgweather-2.27.92/libgweather/gweather-timezone.c
---- libgweather-2.27.92/libgweather/gweather-timezone.c.gettext	2009-09-08 19:46:08.000000000 -0400
-+++ libgweather-2.27.92/libgweather/gweather-timezone.c	2009-09-09 00:49:14.956486126 -0400
+diff -up libgweather-2.28.0/libgweather/gweather-timezone.c.gettext libgweather-2.28.0/libgweather/gweather-timezone.c
+--- libgweather-2.28.0/libgweather/gweather-timezone.c.gettext	2009-09-08 19:46:08.000000000 -0400
++++ libgweather-2.28.0/libgweather/gweather-timezone.c	2009-09-23 23:02:32.721640718 -0400
 @@ -23,6 +23,7 @@
  #endif
  
@@ -220,9 +220,9 @@ diff -up libgweather-2.27.92/libgweather
      if (name)
  	xmlFree (name);
  
-diff -up /dev/null libgweather-2.27.92/po-locations/LINGUAS
---- /dev/null	2009-09-08 17:05:15.194532336 -0400
-+++ libgweather-2.27.92/po-locations/LINGUAS	2009-09-09 00:48:11.577480552 -0400
+diff -up /dev/null libgweather-2.28.0/po-locations/LINGUAS
+--- /dev/null	2009-09-23 15:09:11.116404522 -0400
++++ libgweather-2.28.0/po-locations/LINGUAS	2009-09-23 23:02:32.723640903 -0400
 @@ -0,0 +1,78 @@
 +ang
 +ar
@@ -302,9 +302,9 @@ diff -up /dev/null libgweather-2.27.92/p
 +zh_CN
 +zh_HK
 +zh_TW
-diff -up /dev/null libgweather-2.27.92/po-locations/Makefile.in.in
---- /dev/null	2009-09-08 17:05:15.194532336 -0400
-+++ libgweather-2.27.92/po-locations/Makefile.in.in	2009-09-09 00:48:11.579481715 -0400
+diff -up /dev/null libgweather-2.28.0/po-locations/Makefile.in.in
+--- /dev/null	2009-09-23 15:09:11.116404522 -0400
++++ libgweather-2.28.0/po-locations/Makefile.in.in	2009-09-23 23:02:32.724640890 -0400
 @@ -0,0 +1,217 @@
 +# Makefile for program source directory in GNU NLS utilities package.
 +# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper at gnu.ai.mit.edu>
@@ -523,9 +523,9 @@ diff -up /dev/null libgweather-2.27.92/p
 +# Tell versions [3.59,3.63) of GNU make not to export all variables.
 +# Otherwise a system limit (for SysV at least) may be exceeded.
 +.NOEXPORT:
-diff -up /dev/null libgweather-2.27.92/po-locations/POTFILES.in
---- /dev/null	2009-09-08 17:05:15.194532336 -0400
-+++ libgweather-2.27.92/po-locations/POTFILES.in	2009-09-09 00:48:11.580481144 -0400
+diff -up /dev/null libgweather-2.28.0/po-locations/POTFILES.in
+--- /dev/null	2009-09-23 15:09:11.116404522 -0400
++++ libgweather-2.28.0/po-locations/POTFILES.in	2009-09-23 23:02:32.726641354 -0400
 @@ -0,0 +1,4 @@
 +# This list should contain *only* data/Locations.xml.in.
 +# Everything else should be in POTFILES.skip.




More information about the fedora-extras-commits mailing list