SHA256
1
0
forked from pool/gucharmap
OBS User unknown 2008-09-05 00:38:22 +00:00 committed by Git OBS Bridge
parent ffe6c23ebe
commit b996ffdcbb
4 changed files with 25 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2acd381d1d2389ac7c4917edfb080d50ca1e37594b2fdd29a8284899aedd1900
size 2894278

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5eb8ec99d2ad1dc0a65c1b0b29c3a5714a275da1908535d540ab41cf27e06aae
size 2899531

View File

@ -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

View File

@ -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