rpms/libgweather/devel .cvsignore, 1.14, 1.15 libgweather.spec, 1.25, 1.26 sources, 1.14, 1.15

Matthias Clasen mclasen at fedoraproject.org
Wed Oct 22 17:02:09 UTC 2008


Author: mclasen

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

Modified Files:
	.cvsignore libgweather.spec sources 
Log Message:
2.24.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libgweather/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	22 Sep 2008 23:31:36 -0000	1.14
+++ .cvsignore	22 Oct 2008 17:01:38 -0000	1.15
@@ -1 +1 @@
-libgweather-2.24.0.tar.bz2
+libgweather-2.24.1.tar.bz2


Index: libgweather.spec
===================================================================
RCS file: /cvs/extras/rpms/libgweather/devel/libgweather.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- libgweather.spec	23 Sep 2008 02:23:33 -0000	1.25
+++ libgweather.spec	22 Oct 2008 17:01:38 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           libgweather
-Version:        2.24.0
-Release:        2%{?dist}
+Version:        2.24.1
+Release:        1%{?dist}
 Summary:        A library for weather information 
 
 Group:          System Environment/Libraries
@@ -52,6 +52,18 @@
 make
 cd ..
 
+# strip unneeded translations from .mo files
+# ideally intltool (ha!) would do that for us
+# http://bugzilla.gnome.org/show_bug.cgi?id=474987
+cd po
+grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep
+mv POTFILES.keep POTFILES.in
+intltool-update --pot
+for p in *.po; do
+  msgmerge $p %{name}.pot > $p.out
+  msgfmt -o `basename $p .po`.gmo $p.out
+done
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -108,6 +120,9 @@
 
 
 %changelog
+* Wed Oct 22 2008 Matthias Clasen <mclasen at redhat.com> 2.24.1-1
+- Update to 2.24.1
+
 * Mon Sep 22 2008 Matthias Clasen <mclasen at redhat.com> 2.24.0-2
 - Apply %%lang tags to localized xml files
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libgweather/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	22 Sep 2008 23:31:36 -0000	1.14
+++ sources	22 Oct 2008 17:01:38 -0000	1.15
@@ -1 +1 @@
-d006328ec5cebc5dbf3a18834db95bba  libgweather-2.24.0.tar.bz2
+3509f75cf3a16154c846dac354e95439  libgweather-2.24.1.tar.bz2




More information about the fedora-extras-commits mailing list