5.2
This commit is contained in:
parent
0fffe3a096
commit
9eb2e5cd46
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
libxklavier-5.0.tar.bz2
|
libxklavier-5.0.tar.bz2
|
||||||
/libxklavier-5.1.tar.bz2
|
/libxklavier-5.1.tar.bz2
|
||||||
|
/libxklavier-5.2.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: High-level API for X Keyboard Extension
|
Summary: High-level API for X Keyboard Extension
|
||||||
Name: libxklavier
|
Name: libxklavier
|
||||||
Version: 5.1
|
Version: 5.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.freedesktop.org/wiki/Software/LibXklavier
|
URL: http://www.freedesktop.org/wiki/Software/LibXklavier
|
||||||
@ -12,7 +12,7 @@ BuildRequires: libXi-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: glib2-devel >= 2.6.0
|
BuildRequires: glib2-devel >= 2.6.0
|
||||||
BuildRequires: iso-codes-devel
|
BuildRequires: iso-codes-devel
|
||||||
Source: http://download.gnome.org/sources/libxklavier/5.0/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/libxklavier/5.2/%{name}-%{version}.tar.bz2
|
||||||
# http://bugs.freedesktop.org/show_bug.cgi?id=22687
|
# http://bugs.freedesktop.org/show_bug.cgi?id=22687
|
||||||
Patch0: flags.patch
|
Patch0: flags.patch
|
||||||
Patch2: catch-more-xerrors.patch
|
Patch2: catch-more-xerrors.patch
|
||||||
@ -72,6 +72,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
|||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 5.2-1
|
||||||
|
- Update to 5.2
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-2
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user