[xnoise] Fix sorting of UTF-8 strings in database

Michel Alexandre Salim salimma at fedoraproject.org
Sat Feb 4 14:48:29 UTC 2012


commit 9a96232fa792635fc3680d301d5184f8e6a15426
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sat Feb 4 15:47:48 2012 +0100

    Fix sorting of UTF-8 strings in database

 .gitignore                         |    2 +-
 sources                            |    2 +-
 xnoise-0.1.29-g_const_return.patch |  160 ------------------------------------
 xnoise.spec                        |   15 +++-
 4 files changed, 15 insertions(+), 164 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5ec49b..546e7cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/xnoise-0.1.31.tar.bz2
+/xnoise-0.1.31-2828d9c10ebaf.tar.xz
diff --git a/sources b/sources
index 42fe33a..9d5e6a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a3a9aab4ee9f9409040be737a465422  xnoise-0.1.31.tar.bz2
+b69ea86977b50feaf612f5200f18d2c4  xnoise-0.1.31-2828d9c10ebaf.tar.xz
diff --git a/xnoise.spec b/xnoise.spec
index 9d7393a..69ea72f 100644
--- a/xnoise.spec
+++ b/xnoise.spec
@@ -1,12 +1,20 @@
+%global commit_hash 2828d9c10ebaf
+%global snap_date   20120203
+%global alphatag    %{snap_date}git%{commit_hash}
+
 Name:           xnoise
 Version:        0.1.31
-Release:        1%{?dist}
+Release:        2.%{alphatag}%{?dist}
 Summary:        Tracklist-centric Media Player
 
 Group:          Applications/Multimedia
 License:        GPLv2+ with exceptions
 URL:            http://www.xnoise-media-player.com/
-Source0:        https://github.com/downloads/shuerhaaken/xnoise/xnoise-%{version}.tar.bz2
+#Source0:        https://github.com/downloads/shuerhaaken/xnoise/xnoise-%{version}.tar.bz2
+# git clone git://github.com/shuerhaaken/xnoise.git && cd xnoise
+# git checkout %%{commit_hash} && ./autogen.sh && make dist-xz
+# mv xnoise-%%{version}.tar.xz xnoise-%%{version}-%%{commit_hash}.tar.xz
+Source0:        xnoise-%{version}.tar.xz
 
 # for snapshots
 # BuildRequires:  gnome-common autoconf automake libtool
@@ -116,6 +124,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Feb  4 2012 Michel Salim <salimma at fedoraproject.org> - 0.1.31-2.2828d9c10ebaf
+- Fix sorting of UTF-8 strings in database
+
 * Mon Jan 30 2012 Michel Salim <salimma at fedoraproject.org> - 0.1.31-1
 - Update to 0.1.31
 


More information about the scm-commits mailing list