rpms/gwaei/F-12 gwaei-1.3.1-autogen.sh, NONE, 1.1 gwaei-1.3.1-gnomehelp-conditional.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gwaei.spec, 1.1, 1.2 import.log, 1.1, 1.2 sources, 1.2, 1.3 gwaei-1.3.0-autogen.sh, 1.1, NONE gwaei-1.3.0-gnomehelp-conditional.patch, 1.1, NONE

Rene Ribaud uggla at fedoraproject.org
Fri May 21 18:42:36 UTC 2010


Author: uggla

Update of /cvs/pkgs/rpms/gwaei/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19496/F-12

Modified Files:
	.cvsignore gwaei.spec import.log sources 
Added Files:
	gwaei-1.3.1-autogen.sh gwaei-1.3.1-gnomehelp-conditional.patch 
Removed Files:
	gwaei-1.3.0-autogen.sh gwaei-1.3.0-gnomehelp-conditional.patch 
Log Message:
* Fri May 21 2010 René Ribaud <rene.ribaud at free.fr> - 1.3.1-1
+- New package with gwaei 1.3.1 release.
+- This version should fix Fedora bug id=589353.



--- NEW FILE gwaei-1.3.1-autogen.sh ---
#! /bin/sh

gnome-doc-prepare -c -f \
&& aclocal \
&& autoheader -f \
&& automake -c -f --add-missing \
&& autoconf -f

gwaei-1.3.1-gnomehelp-conditional.patch:
 configure.ac     |    3 +--
 help/Makefile.am |    4 +++-
 2 files changed, 4 insertions(+), 3 deletions(-)

--- NEW FILE gwaei-1.3.1-gnomehelp-conditional.patch ---
--- gwaei-1.3.0/configure.ac.HELP	2010-02-18 09:49:37.000000000 +0900
+++ gwaei-1.3.0/configure.ac	2010-03-30 02:27:32.000000000 +0900
@@ -130,8 +130,7 @@
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION(0.17)
 
-if([test x$gnome = xfalse]);then([cp help/Makefile.am.gnome help/Makefile.am]);fi
-if([test x$gnome = xtrue]);then([cp help/Makefile.am.none help/Makefile.am]);fi
+AM_CONDITIONAL(MAKE_GNOMEHELP, test x$gnome = xfalse)
 
 AC_CONFIG_FILES([Makefile src/Makefile mandir/Makefile help/Makefile help/gwaei.omf help/C/gwaei.xml src/xml/Makefile src/img/Makefile src/schemas/Makefile src/desktop/Makefile src/kpengine/Makefile src/kpengine/conv_jdata.pl rpm/gwaei.spec po/Makefile.in rpm/rpm_gconf_install_post.sh rpm/rpm_gconf_uninstall_pre.sh src/schemas/gwaei.schemas src/include/gwaei/definitions.h] Doxyfile)
 AC_OUTPUT
--- gwaei-1.3.0/help/Makefile.am.HELP	2010-03-20 09:13:30.000000000 +0900
+++ gwaei-1.3.0/help/Makefile.am	2010-03-30 02:29:20.000000000 +0900
@@ -3,6 +3,8 @@
 datadir = @datadir@
 
 
+if MAKE_GNOMEHELP
+
 include $(top_srcdir)/gnome-doc-utils.make
 dist-hook: doc-dist-hook
 DOC_MODULE = gwaei
@@ -20,4 +22,4 @@
 	@ rm -rf Makefile
 	@ rm -rf gwaei.omf
 	@ rm -rf gwaei-C.omf
-
+endif


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gwaei/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	8 Apr 2010 21:29:27 -0000	1.2
+++ .cvsignore	21 May 2010 18:42:36 -0000	1.3
@@ -1 +1 @@
-gwaei-1.3.0.tar.gz
+gwaei-1.3.1.tar.gz


Index: gwaei.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gwaei/F-12/gwaei.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gwaei.spec	8 Apr 2010 21:29:27 -0000	1.1
+++ gwaei.spec	21 May 2010 18:42:36 -0000	1.2
@@ -1,7 +1,7 @@
 Summary:   A Japanese dictionary for Gnome
 Name:      gwaei
-Version:   1.3.0
-Release:   3%{?dist}
+Version:   1.3.1
+Release:   1%{?dist}
 License:   GPLv2+
 Group:     Applications/Productivity
 URL:       http://gwaei.sourceforge.net/
@@ -23,7 +23,7 @@ Requires: vlgothic-fonts
 Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
-Patch0: gwaei-1.3.0-gnomehelp-conditional.patch
+Patch0: %{name}-%{version}-gnomehelp-conditional.patch
 
 
 %description
@@ -106,6 +106,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Thu May 13 2010 René Ribaud <rene.ribaud at free.fr> - 1.3.1-1
+- New package with gwaei 1.3.1 release.
+- This version should fix Fedora bug id=589353.
+
 * Sat Apr 04 2010 René Ribaud <rene.ribaud at free.fr> - 1.3.0-3
 - Corrections after Mamoru Tasaka's review #2 of this new package.
 - Fix link to the source file.


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/gwaei/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	8 Apr 2010 21:29:27 -0000	1.1
+++ import.log	21 May 2010 18:42:36 -0000	1.2
@@ -1 +1,2 @@
 gwaei-1_3_0-3_fc12:F-12:gwaei-1.3.0-3.fc12.src.rpm:1270762129
+gwaei-1_3_1-1_fc12:F-12:gwaei-1.3.1-1.fc12.src.rpm:1274467323


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gwaei/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	8 Apr 2010 21:29:27 -0000	1.2
+++ sources	21 May 2010 18:42:36 -0000	1.3
@@ -1 +1 @@
-45c026be1c4c3b4876afe96782d80aa5  gwaei-1.3.0.tar.gz
+0ba98dabf3d587f92848390673e9bb02  gwaei-1.3.1.tar.gz


--- gwaei-1.3.0-autogen.sh DELETED ---


--- gwaei-1.3.0-gnomehelp-conditional.patch DELETED ---



More information about the scm-commits mailing list