[libxkbcommon] Today's git snap

Adam Jackson ajax at fedoraproject.org
Wed Nov 9 22:06:32 UTC 2011


commit 3e0b103b90f46f7fa67b329aee5369fe3eef4eec
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Nov 9 17:06:24 2011 -0500

    Today's git snap

 .gitignore           |    1 +
 libxkbcommon.spec    |    7 +++++--
 make-git-snapshot.sh |    4 ++--
 sources              |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16e26c7..185ee1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libxkbcommon-20101110.tar.bz2
+/libxkbcommon-20111109.tar.bz2
diff --git a/libxkbcommon.spec b/libxkbcommon.spec
index 5c43836..36e0d54 100644
--- a/libxkbcommon.spec
+++ b/libxkbcommon.spec
@@ -1,8 +1,8 @@
-%global gitdate  20101110
+%global gitdate  20111109
 
 Name:           libxkbcommon
 Version:        0.1.0
-Release:        2%{?gitdate:.%{gitdate}}%{?dist}
+Release:        3%{?gitdate:.%{gitdate}}%{?dist}
 Summary:        X.Org X11 XKB parsing library
 License:        MIT
 Group:          System Environment/Libraries
@@ -61,6 +61,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/pkgconfig/xkbcommon.pc
 
 %changelog
+* Wed Nov 09 2011 Adam Jackson <ajax at redhat.com> 0.1.0-3
+- Today's git snap
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-2.20101110
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh
index 8b3a485..507c2a0 100755
--- a/make-git-snapshot.sh
+++ b/make-git-snapshot.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
 
-DIRNAME=mtdev-$( date +%Y%m%d )
+DIRNAME=libxkbcommon-$( date +%Y%m%d )
 
 rm -rf $DIRNAME
-git clone http://bitmath.org/git/mtdev.git $DIRNAME
+git clone git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon $DIRNAME
 cd $DIRNAME
 if [ -z "$1" ]; then
     git log | head -1
diff --git a/sources b/sources
index fca8435..88e2614 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a561f5cbb5f04fda0ff7083b0f84e74  libxkbcommon-20101110.tar.bz2
+f2aae5cdbe7cd55c7d43dc8554e5ae11  libxkbcommon-20111109.tar.bz2


More information about the scm-commits mailing list