diff --git a/gucharmap-2.21.5.tar.bz2 b/gucharmap-2.21.5.tar.bz2 deleted file mode 100644 index c91e2c0..0000000 --- a/gucharmap-2.21.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d5cd9400990f8dfc303876bbdd7fed5dced252545c5a2b015da37e6668a4a52 -size 2545194 diff --git a/gucharmap-2.21.90.tar.bz2 b/gucharmap-2.21.90.tar.bz2 new file mode 100644 index 0000000..ad53c6e --- /dev/null +++ b/gucharmap-2.21.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3384a73c93ea71ba0a8e5f33416081375a5ce4bdf1db4e8fa156ee4b8b606acb +size 2548651 diff --git a/gucharmap-desktop.patch b/gucharmap-desktop.patch index 8ea41a8..221871a 100644 --- a/gucharmap-desktop.patch +++ b/gucharmap-desktop.patch @@ -1,15 +1,15 @@ ---- gucharmap.desktop.in +Index: gucharmap.desktop.in +=================================================================== +--- gucharmap.desktop.in.orig +++ gucharmap.desktop.in -@@ -1,12 +1,13 @@ +@@ -1,12 +1,12 @@ [Desktop Entry] Encoding=UTF-8 -_Name=Character Map +_Name=Gnome Character Map -+_GenericName=Character Map _Comment=Insert special characters into documents Exec=gucharmap --Icon=gucharmap.png -+Icon=gucharmap + Icon=gucharmap Terminal=false Type=Application -Categories=GNOME;GTK;Utility; diff --git a/gucharmap.changes b/gucharmap.changes index e5fd177..ad05952 100644 --- a/gucharmap.changes +++ b/gucharmap.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 29 23:53:59 CET 2008 - maw@suse.de + +- Update to version 2.21.90: + + Fix bgo#510813 + + Fix the installed .pc file, which contained some bogosities. + ------------------------------------------------------------------- Fri Feb 1 17:57:17 CET 2008 - maw@suse.de diff --git a/gucharmap.spec b/gucharmap.spec index 63576cc..8e6a594 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -1,5 +1,5 @@ # -# spec file for package gucharmap (Version 2.21.5) +# spec file for package gucharmap (Version 2.21.90) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,11 +10,12 @@ # norootforbuild + Name: gucharmap BuildRequires: docbook_4 fdupes gnome-common gnome-doc-utils-devel intltool libgnomeui-devel scrollkeeper update-desktop-files License: GPL v2 or later; LGPL v2.1 or later Group: System/GUI/GNOME -Version: 2.21.5 +Version: 2.21.90 Release: 1 Summary: A Feature-Rich Unicode Character Map Source: %{name}-%{version}.tar.bz2 @@ -36,7 +37,7 @@ Authors: %package devel Summary: Include Files and Libraries mandatory for Development. -Group: System/GUI/GNOME +Group: Development/Libraries/GNOME Requires: %{name} = %{version} gconf2-devel glib2-devel gtk2-devel libgnome-devel libgnomeui-devel %description devel @@ -80,7 +81,7 @@ make %{?jobs:-j%jobs} %posttrans -f %{name}.schemas_posttrans %clean -rm -rf $RPM_BUILD_ROOT +###rm -rf $RPM_BUILD_ROOT %files -f %{name}.schemas_list %defattr(-,root,root) @@ -101,6 +102,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Sat Mar 01 2008 maw@suse.de +- Update to version 2.21.90: + + Fix bgo#510813 + + Fix the installed .pc file, which contained some bogosities. * Fri Feb 01 2008 maw@suse.de - Update to version 2.21.5: + Fix character popup sizing (bnc#501915)