]> git.pld-linux.org Git - packages/quodlibet.git/commitdiff
- added patch to stop Quot Libet crash on non-utf8 filenames
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 8 May 2005 18:20:48 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quodlibet.spec -> 1.3

quodlibet.spec

index 845ec2ceeb63d64344840aba439afe21c7c79eb7..fa049bdefd94307f2551126353a592c34a8363a8 100644 (file)
@@ -2,13 +2,14 @@
 Summary:       Quod Libet - GTK+-based audio player
 Name:          quodlibet
 Version:       0.10.1
-Release:       0.1
+Release:       0.2
 Epoch:         0
 License:       GPL v2
 Group:         X11/Applications/Multimedia
 #Icon:         -
 Source0:       http://www.sacredchao.net/~piman/software/%{name}-%{version}.tar.gz
 # Source0-md5: 9a8f843f9f55414ea9bb173762f1fe39
+Patch0:                %{name}-non_utf8_filenames.patch
 URL:           http://www.sacredchao.net/quodlibet/wiki
 BuildRequires: python-devel
 BuildRequires: python-pygtk-devel
@@ -31,6 +32,7 @@ also need the following packages: python-pyvorbis, python-pyao
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} extensions
This page took 0.083532 seconds and 4 git commands to generate.