From: Marcin Banasiak Date: Thu, 28 Mar 2013 12:45:09 +0000 (+0100) Subject: Update to 3.8.0 X-Git-Tag: auto/th/gucharmap-3.8.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=2bcb54ed6349f7c1dc45642974b04cb2b59ba35d;p=packages%2Fgucharmap.git Update to 3.8.0 - added patch to fix build with vala 0.20 --- diff --git a/gucharmap-vala.patch b/gucharmap-vala.patch new file mode 100644 index 0000000..97f76b1 --- /dev/null +++ b/gucharmap-vala.patch @@ -0,0 +1,11 @@ +--- gucharmap-3.8.0/configure.ac.newvala 2013-03-28 13:01:17.803024484 +0100 ++++ gucharmap-3.8.0/configure.ac 2013-03-28 13:01:23.876026600 +0100 +@@ -243,7 +243,7 @@ if test -z "$enable_vala"; then + enable_vala=no + fi + m4_ifdef([VAPIGEN_CHECK], +- [VAPIGEN_CHECK([0.16],[0.18])], ++ [VAPIGEN_CHECK([0.16])], + [AM_CONDITIONAL([ENABLE_VAPIGEN],[false])]) + + case "$with_gtk" in diff --git a/gucharmap.spec b/gucharmap.spec index 25ef53f..2fcf214 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -5,12 +5,13 @@ Summary: Unicode character map Summary(pl.UTF-8): Mapa znaków unikodowych Name: gucharmap -Version: 3.6.1 +Version: 3.8.0 Release: 1 License: GPL v3+ Group: X11/Applications -Source0: http://ftp.gnome.org/pub/GNOME/sources/gucharmap/3.6/%{name}-%{version}.tar.xz -# Source0-md5: a0e0cdf05a0db8a66b2da35b4f8b7f6e +Source0: http://ftp.gnome.org/pub/GNOME/sources/gucharmap/3.8/%{name}-%{version}.tar.xz +# Source0-md5: 7de9ed943a81cc6a62dfbe6e52cbc6ef +Patch0: %{name}-vala.patch URL: http://live.gnome.org/Gucharmap BuildRequires: autoconf >= 2.56 BuildRequires: automake >= 1:1.11 @@ -113,6 +114,7 @@ API gucharmap dla języka Vala. %prep %setup -q +%patch0 -p1 %build %{__glib_gettextize} @@ -189,5 +191,5 @@ rm -rf $RPM_BUILD_ROOT %if %{with vala} %files -n vala-gucharmap %defattr(644,root,root,755) -%{_datadir}/vala/vapi/Gucharmap-2.90.vapi +%{_datadir}/vala/vapi/gucharmap-2.90.vapi %endif