From 71ce92e446dcc5aa64b6f2e49ea67dbd6a01360cbbe816810f7ad0abee42eedf Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 15:27:15 +0000 Subject: [PATCH 1/2] Accepting request 132920 from GNOME:Next Push G:N - Resubmit after adjusting based on the comments OBS-URL: https://build.opensuse.org/request/show/132920 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gucharmap?expand=0&rev=80 --- gucharmap-3.4.1.1.tar.xz | 3 --- gucharmap-3.5.90.tar.xz | 3 +++ gucharmap.changes | 27 +++++++++++++++++++++++++++ gucharmap.spec | 19 ++++++++----------- 4 files changed, 38 insertions(+), 14 deletions(-) delete mode 100644 gucharmap-3.4.1.1.tar.xz create mode 100644 gucharmap-3.5.90.tar.xz diff --git a/gucharmap-3.4.1.1.tar.xz b/gucharmap-3.4.1.1.tar.xz deleted file mode 100644 index 2ff0d64..0000000 --- a/gucharmap-3.4.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52ea80e9e5f01232801dd24f7eb5c70eb36e7a85e429ad9113e8b71234d94c62 -size 2761188 diff --git a/gucharmap-3.5.90.tar.xz b/gucharmap-3.5.90.tar.xz new file mode 100644 index 0000000..23bb213 --- /dev/null +++ b/gucharmap-3.5.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f5e1b3226c853b4cd8dbce078473aa3267b0426577c903bf4d39df22305aab +size 1867616 diff --git a/gucharmap.changes b/gucharmap.changes index 9faa81d..a16962d 100644 --- a/gucharmap.changes +++ b/gucharmap.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sun Aug 19 21:53:31 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.90: + + unicode: Update to latest 6.2.0 beta + + Port to new documentation infrastructure +- Add yelp-tools BuildRequires. Note: gnome-doc-utils is still + needed for some other parts. + +------------------------------------------------------------------- +Mon Jun 25 17:48:16 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.1: + + Update to Unicode 6.2.0 beta + + Rearrange menus + + Updated translations. + +------------------------------------------------------------------- +Sat Jun 9 17:45:56 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.0: + + Add an application menu (bgo#674952) + + Port to the new GMenu API (bgo#674952) + + ui: Use GResource instead of string (bgo#674952) + + main: Port to GtkApplication (bgo#674952) +- Add libxml2-tools BuildRequires for xmllint. + ------------------------------------------------------------------- Tue Apr 17 06:39:22 UTC 2012 - vuntz@opensuse.org diff --git a/gucharmap.spec b/gucharmap.spec index 61e1420..1e59696 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -22,23 +22,26 @@ %define pc_api 2.90 Name: gucharmap -Version: 3.4.1.1 +Version: 3.5.90 Release: 0 +# FIXME vala bindings are currently disabled by upstream and not supposed to auto-enable Summary: A Featureful Unicode Character Map License: GPL-3.0+ ; LGPL-2.1+ Group: System/GUI/GNOME Url: http://gucharmap.sourceforge.net/ -Source: http://download.gnome.org/sources/gucharmap/3.4/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gucharmap/3.5/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc -BuildRequires: gtk3-devel +BuildRequires: gtk3-devel >= 3.4.0 BuildRequires: intltool +BuildRequires: libxml2-tools BuildRequires: scrollkeeper BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -BuildRequires: pkgconfig(gio-2.0) >= 2.25.5 +BuildRequires: yelp-tools +BuildRequires: pkgconfig(gio-2.0) >= 2.32.0 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %glib2_gsettings_schema_requires @@ -115,19 +118,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING ChangeLog NEWS README TODO -%dir %{_datadir}/gnome/ -%dir %{_datadir}/gnome/help/ -%dir %{_datadir}/gnome/help/%{name}/ -%doc %{_datadir}/gnome/help/%{name}/C/ -%dir %{_datadir}/omf/ -%dir %{_datadir}/omf/%{name}/ -%doc %{_datadir}/omf/%{name}/%{name}-C.omf %{_bindir}/charmap %{_bindir}/gnome-character-map %{_bindir}/gucharmap %{_datadir}/applications/gucharmap.desktop %{_datadir}/glib-2.0/schemas/org.gnome.Charmap.enums.xml %{_datadir}/glib-2.0/schemas/org.gnome.Charmap.gschema.xml +%doc %{_datadir}/help/C/gucharmap/ %files -n libgucharmap%{so_api}-%{so_gucharmap} %defattr(-,root,root) From ed17d065349dea25808e5f0c73d4e74179a92e2a749f0febf7073b79059e7590 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 25 Sep 2012 20:34:40 +0000 Subject: [PATCH 2/2] Accepting request 135843 from home:dimstar:branches:GNOME:Factory Update to 3.5.99 OBS-URL: https://build.opensuse.org/request/show/135843 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gucharmap?expand=0&rev=81 --- gucharmap-3.5.90.tar.xz | 3 --- gucharmap-3.5.99.tar.xz | 3 +++ gucharmap.changes | 8 ++++++++ gucharmap.spec | 3 +-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 gucharmap-3.5.90.tar.xz create mode 100644 gucharmap-3.5.99.tar.xz diff --git a/gucharmap-3.5.90.tar.xz b/gucharmap-3.5.90.tar.xz deleted file mode 100644 index 23bb213..0000000 --- a/gucharmap-3.5.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0f5e1b3226c853b4cd8dbce078473aa3267b0426577c903bf4d39df22305aab -size 1867616 diff --git a/gucharmap-3.5.99.tar.xz b/gucharmap-3.5.99.tar.xz new file mode 100644 index 0000000..02f9070 --- /dev/null +++ b/gucharmap-3.5.99.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f439539e6ed3fa84a8775d27c8082410652124cb124437ff4b21432f47b8864 +size 1935512 diff --git a/gucharmap.changes b/gucharmap.changes index a16962d..2968b19 100644 --- a/gucharmap.changes +++ b/gucharmap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 25 06:46:09 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.99: + + Look for help files in the right location + + Updated translations. +- Drop gnome-doc-utils-devel BuildRequires: no longer needed. + ------------------------------------------------------------------- Sun Aug 19 21:53:31 UTC 2012 - dimstar@opensuse.org diff --git a/gucharmap.spec b/gucharmap.spec index 1e59696..e25f83f 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -22,7 +22,7 @@ %define pc_api 2.90 Name: gucharmap -Version: 3.5.90 +Version: 3.5.99 Release: 0 # FIXME vala bindings are currently disabled by upstream and not supposed to auto-enable Summary: A Featureful Unicode Character Map @@ -31,7 +31,6 @@ Group: System/GUI/GNOME Url: http://gucharmap.sourceforge.net/ Source: http://download.gnome.org/sources/gucharmap/3.5/%{name}-%{version}.tar.xz BuildRequires: fdupes -BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc BuildRequires: gtk3-devel >= 3.4.0