rpms/arts/devel .cvsignore, 1.29, 1.30 arts.spec, 1.78, 1.79 sources, 1.32, 1.33 arts-1.5.5-kde#139445.patch, 1.1, NONE arts-1.5.7-qtmcop-notifications-on-demand.patch, 1.1, NONE qtmcop-notifications-on-demand.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Oct 12 13:50:22 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/arts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9687

Modified Files:
	.cvsignore arts.spec sources 
Removed Files:
	arts-1.5.5-kde#139445.patch 
	arts-1.5.7-qtmcop-notifications-on-demand.patch 
	qtmcop-notifications-on-demand.patch 
Log Message:
* Fri Oct 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 8:1.5.8-1
- 1.5.8 (kde-3.5.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/arts/devel/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- .cvsignore	14 Jun 2007 16:46:35 -0000	1.29
+++ .cvsignore	12 Oct 2007 13:49:50 -0000	1.30
@@ -13,3 +13,4 @@
 arts-1.5.4.tar.bz2
 arts-1.5.6.tar.bz2
 arts-1.5.7.tar.bz2
+arts-1.5.8.tar.bz2


Index: arts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arts/devel/arts.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- arts.spec	1 Oct 2007 13:49:32 -0000	1.78
+++ arts.spec	12 Oct 2007 13:49:50 -0000	1.79
@@ -1,3 +1,4 @@
+
 %define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparc sparc64
 
 %define final 1 
@@ -8,8 +9,8 @@
 Summary: aRts (analog realtime synthesizer) - the KDE sound system 
 Group:   System Environment/Daemons
 Epoch:   8
-Version: 1.5.7
-Release: 7%{?dist}
+Version: 1.5.8
+Release: 1%{?dist}
 
 License: LGPLv2+
 Url: http://www.kde.org
@@ -27,13 +28,13 @@
 Patch50: arts-1.5.4-dlopenext.patch
 Patch51: kde-3.5-libtool-shlibext.patch
 # upstream patches
-Patch100: arts-1.5.7-qtmcop-notifications-on-demand.patch
 
+# used in artsdsp
 Requires: which
 
-BuildRequires: qt-devel 
+BuildRequires: qt-devel
 ## Shouldn't be necessary, but some folks won't upgrade, unless we stiff-arm them.  (-;
-#global qt_ver %(pkg-config qt-mt --modversion 2>/dev/null || echo 3.3)
+#global qt_ver %(pkg-config qt-mt --modversion 2>/dev/null || echo %{qt_version})
 #Requires: qt >= 1:%{qt_ver}
 BuildRequires: alsa-lib-devel
 BuildRequires: glib2-devel
@@ -69,11 +70,13 @@
 Requires: qt-devel
 Requires: pkgconfig
 ## those below can/should be omitted from future(f8?) builds -- Rex
+%if 0
 Requires: esound-devel
 Requires: glib2-devel
 Requires: libvorbis-devel
 Requires: audiofile-devel
 Requires: alsa-lib-devel
+%endif
 
 %description devel
 Install arts-devel if you intend to write applications using arts (such as
@@ -92,8 +95,6 @@
 %patch50 -p1 -b .dlopenext
 %patch51 -p1 -b .libtool-shlibext
 
-%patch100 -p0 -b .qtmcop-notifications-on-demand
-
 %if %{make_cvs}
   make -f admin/Makefile.common cvs
 %endif
@@ -120,13 +121,13 @@
 rm -rf %{buildroot}
 
 export PATH=`pwd`:$PATH
-make DESTDIR=%{buildroot} install
+make install DESTDIR=%{buildroot}
 
 %ifarch %{multilib_arches}
 # Ugly hack to allow parallel installation of 32-bit and 64-bit arts-devel
   mv  %{buildroot}%{_includedir}/kde/arts/gsl/gslconfig.h \
       %{buildroot}%{_includedir}/kde/arts/gsl/gslconfig-%{_arch}.h
-  install -c -m644 %{SOURCE1}  %{buildroot}%{_includedir}/kde/arts/gsl/gslconfig.h
+  install -p -m644 %{SOURCE1}  %{buildroot}%{_includedir}/kde/arts/gsl/gslconfig.h
 %endif
 
 ## remove references to optional external libraries in .la files (#178733)
@@ -192,6 +193,9 @@
 
 
 %changelog
+* Fri Oct 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 8:1.5.8-1
+- 1.5.8 (kde-3.5.8)
+
 * Mon Oct 01 2007 Than Ngo <than at redhat.com> - 8:1.5.7-7
 - rh#312621, requires which
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/arts/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources	14 Jun 2007 16:46:35 -0000	1.32
+++ sources	12 Oct 2007 13:49:50 -0000	1.33
@@ -1 +1 @@
-28ac10541e5d8daf9009f6af1f7857af  arts-1.5.7.tar.bz2
+061ce49351d970a81f4c0a1b0339fb34  arts-1.5.8.tar.bz2


--- arts-1.5.5-kde#139445.patch DELETED ---


--- arts-1.5.7-qtmcop-notifications-on-demand.patch DELETED ---


--- qtmcop-notifications-on-demand.patch DELETED ---




More information about the fedora-extras-commits mailing list