rpms/audex/devel .cvsignore, 1.5, 1.6 audex.spec, 1.9, 1.10 sources, 1.6, 1.7

Roland Wolters liquidat at fedoraproject.org
Wed Mar 3 22:31:29 UTC 2010


Author: liquidat

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

Modified Files:
	.cvsignore audex.spec sources 
Log Message:
Damn these dso linking things.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audex/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	3 Mar 2010 21:54:12 -0000	1.5
+++ .cvsignore	3 Mar 2010 22:31:29 -0000	1.6
@@ -1,2 +1,3 @@
 audex-0.72b1.tar.bz2
 KDE_4_4_compile_fix.patch
+dso-linking.patch


Index: audex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audex/devel/audex.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- audex.spec	3 Mar 2010 22:05:51 -0000	1.9
+++ audex.spec	3 Mar 2010 22:31:29 -0000	1.10
@@ -1,12 +1,13 @@
 Name:           audex
 Version:        0.72
-Release:        0.3.beta1%{?dist}
+Release:        0.4.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
+Patch1:		dso-linking.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdelibs4-devel desktop-file-utils gettext
@@ -21,6 +22,7 @@ may change on the way to its first stabl
 %prep
 %setup -qn audex
 %patch0 -p1
+%patch1 -p1
 
 %build
 mkdir -p %{_target_platform}
@@ -68,7 +70,7 @@ 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.3.beta1
+* Tue Mar 03 2010 Roland Wolters <wolters.liste at gmx.net> 0.72-0.4.beta1
 - Fix compile bug
 
 * Mon Sep 28 2009 Roland Wolters <wolters.liste at gmx.net> 0.72-0.1.beta1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audex/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	3 Mar 2010 22:05:51 -0000	1.6
+++ sources	3 Mar 2010 22:31:29 -0000	1.7
@@ -1,2 +1,3 @@
 1953587ebc8e08f5de1eb782ecf92788  audex-0.72b1.tar.bz2
 8704301ce0325bbad304d2c3980920f8  KDE_4_4_compile_fix.patch
+d44376480e31fdd3c377b32664fedf6e  dso-linking.patch



More information about the scm-commits mailing list