rpms/audex/devel .cvsignore, 1.4, 1.5 audex.spec, 1.7, 1.8 sources, 1.4, 1.5

Roland Wolters liquidat at fedoraproject.org
Wed Mar 3 21:54:12 UTC 2010


Author: liquidat

Update of /cvs/pkgs/rpms/audex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7059

Modified Files:
	.cvsignore audex.spec sources 
Log Message:
Added KDE 4.4 compile fix.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audex/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	28 Sep 2009 16:14:44 -0000	1.4
+++ .cvsignore	3 Mar 2010 21:54:12 -0000	1.5
@@ -1 +1,2 @@
 audex-0.72b1.tar.bz2
+KDE_4_4_compile_fix.patch


Index: audex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audex/devel/audex.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- audex.spec	28 Sep 2009 16:14:45 -0000	1.7
+++ audex.spec	3 Mar 2010 21:54:12 -0000	1.8
@@ -1,11 +1,12 @@
 Name:           audex
 Version:        0.72
-Release:        0.1.beta1%{?dist}
+Release:        0.2.beta1%{?dist}
 Summary:        Audio ripper
 Group:          Applications/Multimedia
 License:        GPLv3+
 URL:            http://opensource.maniatek.de/audex/
 Source0:        http://opensource.maniatek.de/audex/files/audex-%{version}b1.tar.bz2
+Patch0:         KDE_4_4_compile_fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdelibs4-devel desktop-file-utils gettext
@@ -19,6 +20,7 @@ may change on the way to its first stabl
 
 %prep
 %setup -qn audex
+%patch0 -p1
 
 %build
 mkdir -p %{_target_platform}
@@ -66,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_kde4_datadir}/kde4/apps/audex
 
 %changelog
+* Tue Mar 03 2010 Roland Wolters <wolters.liste at gmx.net> 0.72-0.2.beta1
+- Fix compile bug
+
 * Mon Sep 28 2009 Roland Wolters <wolters.liste at gmx.net> 0.72-0.1.beta1
 - Update to 0.72.beta1:
   * Cover fetch from google


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audex/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	28 Sep 2009 16:14:45 -0000	1.4
+++ sources	3 Mar 2010 21:54:12 -0000	1.5
@@ -1 +1,2 @@
 1953587ebc8e08f5de1eb782ecf92788  audex-0.72b1.tar.bz2
+1458c05d00ecbfa94746ac635b8e6588  KDE_4_4_compile_fix.patch



More information about the scm-commits mailing list