diff --git a/gucharmap-2.23.6.tar.bz2 b/gucharmap-2.23.6.tar.bz2 deleted file mode 100644 index e17f85f..0000000 --- a/gucharmap-2.23.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2acd381d1d2389ac7c4917edfb080d50ca1e37594b2fdd29a8284899aedd1900 -size 2894278 diff --git a/gucharmap-2.23.91.tar.bz2 b/gucharmap-2.23.91.tar.bz2 new file mode 100644 index 0000000..cb39ee5 --- /dev/null +++ b/gucharmap-2.23.91.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb8ec99d2ad1dc0a65c1b0b29c3a5714a275da1908535d540ab41cf27e06aae +size 2899531 diff --git a/gucharmap.changes b/gucharmap.changes index 82dd642..a9194cc 100644 --- a/gucharmap.changes +++ b/gucharmap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 02 09:56:27 CDT 2008 - mboman@novell.com + +- Update to version 2.23.91: + + Plug a mem leak. + + Use single / in the help file path. + + Use gtk_show_uri here. + + Use GIO to launch the help URI instead of calling gnome-open. + + Updated translations. + ------------------------------------------------------------------- Mon Aug 11 09:56:27 CDT 2008 - maw@suse.de diff --git a/gucharmap.spec b/gucharmap.spec index 78b98a1..74b78b4 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -1,5 +1,5 @@ # -# spec file for package gucharmap (Version 2.23.6) +# spec file for package gucharmap (Version 2.23.91) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,10 +19,12 @@ Name: gucharmap -BuildRequires: docbook_4 fdupes gnome-common gnome-doc-utils-devel intltool libgnomeui-devel python-gtk-devel scrollkeeper update-desktop-files +BuildRequires: docbook_4 fdupes gnome-common gnome-doc-utils-devel +BuildRequires: intltool libgnomeui-devel python-gtk-devel scrollkeeper +BuildRequires: update-desktop-files License: GPL v2 or later; LGPL v2.1 or later Group: System/GUI/GNOME -Version: 2.23.6 +Version: 2.23.91 Release: 1 Summary: A Feature-Rich Unicode Character Map Source: %{name}-%{version}.tar.bz2 @@ -115,6 +117,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Tue Sep 02 2008 mboman@novell.com +- Update to version 2.23.91: + + Plug a mem leak. + + Use single / in the help file path. + + Use gtk_show_uri here. + + Use GIO to launch the help URI instead of calling gnome-open. + + Updated translations. * Mon Aug 11 2008 maw@suse.de - Update to version 2.23.6: + Misc. changes