[gucharmap/f18] Update to 3.6.0

Kalev Lember kalev at fedoraproject.org
Tue Oct 16 17:21:52 UTC 2012


commit a0f777766211b4c4c5a040722ef8f7050601e6be
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Oct 16 19:21:07 2012 +0200

    Update to 3.6.0
    
    ... and minor spec file cleanup.

 .gitignore     |    1 +
 gucharmap.spec |   14 +++++++-------
 sources        |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1bda67..2db755f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ gucharmap-2.30.1.tar.bz2
 /gucharmap-3.5.1.tar.xz
 /gucharmap-3.5.90.tar.xz
 /gucharmap-3.5.99.tar.xz
+/gucharmap-3.6.0.tar.xz
diff --git a/gucharmap.spec b/gucharmap.spec
index 1eac674..60df7c8 100644
--- a/gucharmap.spec
+++ b/gucharmap.spec
@@ -1,9 +1,9 @@
-%define glib2_version 2.3.0
-%define gtk3_version 2.99.0
+%define glib2_version 2.32.0
+%define gtk3_version 3.4.0
 %define desktop_file_utils_version 0.9
 
 Name:           gucharmap
-Version:        3.5.99
+Version:        3.6.0
 Release:        1%{?dist}
 Summary:        Unicode character picker and font browser
 
@@ -12,14 +12,12 @@ License:        GPLv3+ and GFDL and MIT
 # GPL for the source code, GFDL for the docs, MIT for Unicode data
 URL:            http://live.gnome.org/Gucharmap
 #VCS: git:git://git.gnome.org/gucharmap
-Source:         http://download.gnome.org/sources/gucharmap/3.5/gucharmap-%{version}.tar.xz
+Source:         http://download.gnome.org/sources/gucharmap/3.6/gucharmap-%{version}.tar.xz
 
-BuildRequires: gnome-doc-utils >= 0.3.2
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gtk3-devel >= %{gtk3_version}
 BuildRequires: gobject-introspection-devel
 BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
-BuildRequires: scrollkeeper
 BuildRequires: gettext
 BuildRequires: intltool
 BuildRequires: itstool
@@ -46,7 +44,6 @@ needed to use the libgucharmap library.
 
 %build
 %configure --with-gtk=3.0 \
-           --disable-scrollkeeper \
            --enable-introspection
 make %{?_smp_mflags}
 
@@ -103,6 +100,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Tue Oct 16 2012 Kalev Lember <kalevlember at gmail.com> - 3.6.0-1
+- Update to 3.6.0
+
 * Tue Sep 25 2012 Matthias Clasen <mclasen at redhat.com> - 3.5.99-1
 - Update to 3.5.99
 
diff --git a/sources b/sources
index fb7204e..27839d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13b7af0657443a75713e6b36f0a96523  gucharmap-3.5.99.tar.xz
+89d9042cd3ec011c61958dcd9e45e968  gucharmap-3.6.0.tar.xz


More information about the scm-commits mailing list