This commit is contained in:
parent
a99856cd56
commit
db81d26037
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b82310e5d319ac1ba33d008360c4fae128f1b68768f1e51ff1021b60c19a900c
|
|
||||||
size 392206
|
|
3
libgnomekbd-2.21.4.1.tar.bz2
Normal file
3
libgnomekbd-2.21.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:348f07657e5cdba886e262d242f3e72d611d310d7dc2c6c874f84eb714610638
|
||||||
|
size 398087
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 25 13:20:28 CET 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
- Updated to version 2.21.4.1:
|
||||||
|
* Fix for the indicators crash in keyboard drawing
|
||||||
|
* Keyboard drawing printing functions moved to libgnomekbd, from
|
||||||
|
gnome-control-center
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 18 18:16:11 CEST 2007 - sbrabec@suse.cz
|
Tue Sep 18 18:16:11 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgnomekbd (Version 2.20.0)
|
# spec file for package libgnomekbd (Version 2.21.4.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
Name: libgnomekbd
|
Name: libgnomekbd
|
||||||
BuildRequires: dbus-1-glib-devel fdupes gnome-common intltool libglade2-devel libgnomeui-devel libxklavier-devel
|
BuildRequires: dbus-1-glib-devel fdupes gnome-common intltool libglade2-devel libgnomeui-devel libxklavier-devel
|
||||||
Version: 2.20.0
|
Version: 2.21.4.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
License: LGPL v2 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: GNOME Keyboard Library
|
Summary: GNOME Keyboard Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch1: libgnomekbd-allow-old-dbus.patch
|
Patch1: libgnomekbd-allow-old-dbus.patch
|
||||||
@ -102,35 +102,40 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 18 2007 - sbrabec@suse.cz
|
* Fri Jan 25 2008 rodrigo@suse.de
|
||||||
|
- Updated to version 2.21.4.1:
|
||||||
|
* Fix for the indicators crash in keyboard drawing
|
||||||
|
* Keyboard drawing printing functions moved to libgnomekbd, from
|
||||||
|
gnome-control-center
|
||||||
|
* Tue Sep 18 2007 sbrabec@suse.cz
|
||||||
- Updated to version 2.20.0:
|
- Updated to version 2.20.0:
|
||||||
* minor fix to the build process
|
* minor fix to the build process
|
||||||
* new translations
|
* new translations
|
||||||
* Fri Aug 31 2007 - maw@suse.de
|
* Fri Aug 31 2007 maw@suse.de
|
||||||
- Update to version 2.19.91:
|
- Update to version 2.19.91:
|
||||||
+ Bug fixes
|
+ Bug fixes
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Tue Aug 07 2007 - maw@suse.de
|
* Tue Aug 07 2007 maw@suse.de
|
||||||
- Use %%fdupes
|
- Use %%fdupes
|
||||||
- Split off a -lang subpackage
|
- Split off a -lang subpackage
|
||||||
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
||||||
* Thu Jul 19 2007 - sbrabec@suse.cz
|
* Thu Jul 19 2007 sbrabec@suse.cz
|
||||||
- Allow to build with old dbus.
|
- Allow to build with old dbus.
|
||||||
* Fri Jul 06 2007 - maw@suse.de
|
* Fri Jul 06 2007 maw@suse.de
|
||||||
- Update to version 2.18.2
|
- Update to version 2.18.2
|
||||||
- Several keyboard drawing bugs fixed
|
- Several keyboard drawing bugs fixed
|
||||||
- Incorrect GObject usage crash fixed
|
- Incorrect GObject usage crash fixed
|
||||||
- Added translations.
|
- Added translations.
|
||||||
* Fri May 11 2007 - pgajdos@suse.cz
|
* Fri May 11 2007 pgajdos@suse.cz
|
||||||
- removed
|
- removed
|
||||||
- gnome-icon-theme-devel from BuildRequires
|
- gnome-icon-theme-devel from BuildRequires
|
||||||
- gnome-icon-theme from Requires
|
- gnome-icon-theme from Requires
|
||||||
- [#247450]
|
- [#247450]
|
||||||
* Wed Apr 11 2007 - maw@suse.de
|
* Wed Apr 11 2007 maw@suse.de
|
||||||
- Update to version 2.18.1
|
- Update to version 2.18.1
|
||||||
- Updated translations
|
- Updated translations
|
||||||
- Bug fixes.
|
- Bug fixes.
|
||||||
* Mon Mar 05 2007 - sbrabec@suse.cz
|
* Mon Mar 05 2007 sbrabec@suse.cz
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
* Tue Feb 27 2007 - maw@suse.de
|
* Tue Feb 27 2007 maw@suse.de
|
||||||
- New package.
|
- New package.
|
||||||
|
Loading…
Reference in New Issue
Block a user