[libxkbcommon] xkbcommon 0.3.0

Peter Hutterer whot at fedoraproject.org
Wed Apr 17 23:45:36 UTC 2013


commit 574f291518f2f577a34a80fcc37b62468c605d7d
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Apr 18 09:33:46 2013 +1000

    xkbcommon 0.3.0

 .gitignore        |    1 +
 libxkbcommon.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 351ec69..58c81b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libxkbcommon-20120306.tar.bz2
 /libxkbcommon-20120917.tar.bz2
 /libxkbcommon-0.2.0.tar.bz2
+/libxkbcommon-0.3.0.tar.xz
diff --git a/libxkbcommon.spec b/libxkbcommon.spec
index 96a3a71..f336d39 100644
--- a/libxkbcommon.spec
+++ b/libxkbcommon.spec
@@ -1,8 +1,8 @@
 #global gitdate  20120917
 
 Name:           libxkbcommon
-Version:        0.2.0
-Release:        2%{?gitdate:.%{gitdate}}%{?dist}
+Version:        0.3.0
+Release:        1%{?gitdate:.%{gitdate}}%{?dist}
 Summary:        X.Org X11 XKB parsing library
 License:        MIT
 Group:          System Environment/Libraries
@@ -11,7 +11,7 @@ URL:            http://www.x.org
 %if 0%{?gitdate}
 Source0:       %{name}-%{gitdate}.tar.bz2
 %else
-Source0:        http://xkbcommon.org/download/%{name}-%{version}.tar.bz2
+Source0:        http://xkbcommon.org/download/%{name}-%{version}.tar.xz
 %endif
 Source1:        make-git-snapshot.sh
 
@@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/pkgconfig/xkbcommon.pc
 
 %changelog
+* Thu Apr 18 2013 Peter Hutterer <peter.hutterer at redhat.com> 0.3.0-1
+- xkbcommon 0.3.0
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index f5098e0..3dc133e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2be3d4a255d02c7d46fc6a9486f21f6a  libxkbcommon-0.2.0.tar.bz2
+22a046100738f99b4cc0297aa210f4e4  libxkbcommon-0.3.0.tar.xz


More information about the scm-commits mailing list