]> git.pld-linux.org Git - packages/gucharmap.git/commitdiff
Update to 3.8.0 auto/th/gucharmap-3.8.0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 28 Mar 2013 12:45:09 +0000 (13:45 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 28 Mar 2013 12:45:09 +0000 (13:45 +0100)
- added patch to fix build with vala 0.20

gucharmap-vala.patch [new file with mode: 0644]
gucharmap.spec

diff --git a/gucharmap-vala.patch b/gucharmap-vala.patch
new file mode 100644 (file)
index 0000000..97f76b1
--- /dev/null
@@ -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
index 25ef53f90101216344c95606b91f2ba4ee541d36..2fcf2141e548d4c16f048821fc7849db0051340e 100644 (file)
@@ -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
This page took 0.111726 seconds and 4 git commands to generate.