[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/arts/devel .cvsignore, 1.19, 1.20 arts.spec, 1.41, 1.42 sources, 1.20, 1.21 admin-visibility.patch, 1.3, NONE
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/arts/devel .cvsignore, 1.19, 1.20 arts.spec, 1.41, 1.42 sources, 1.20, 1.21 admin-visibility.patch, 1.3, NONE
- Date: Mon, 1 Aug 2005 08:57:46 -0400
Author: than
Update of /cvs/dist/rpms/arts/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10357
Modified Files:
.cvsignore arts.spec sources
Removed Files:
admin-visibility.patch
Log Message:
update to 1.4.2
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/arts/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore 6 Jun 2005 08:29:42 -0000 1.19
+++ .cvsignore 1 Aug 2005 12:57:43 -0000 1.20
@@ -3,3 +3,4 @@
arts-1.3.2.tar.bz2
arts-1.4.0.tar.bz2
arts-1.4.1.tar.bz2
+arts-1.4.2.tar.bz2
Index: arts.spec
===================================================================
RCS file: /cvs/dist/rpms/arts/devel/arts.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- arts.spec 21 Jun 2005 13:01:59 -0000 1.41
+++ arts.spec 1 Aug 2005 12:57:43 -0000 1.42
@@ -7,9 +7,10 @@
%define qt_version 3.3.4
%define make_cvs 1
+%define disable_gcc_check_and_hidden_visibility 0
-Version: 1.4.1
-Release: 2
+Version: 1.4.2
+Release: 1
Summary: aRts (analog realtime synthesizer) - the KDE sound system
Name: arts
Group: System Environment/Daemons
@@ -27,9 +28,6 @@
Patch5: arts-1.3.1-alsa.patch
Patch6: arts-1.4.0-glibc.patch
-# gcc4 workaround
-Patch50: admin-visibility.patch
-
Prereq: /sbin/ldconfig
Requires: audiofile
Obsoletes: kdelibs-sound
@@ -98,7 +96,6 @@
%patch4 -p1 -b .multilib
%patch5 -p1 -b .alsa
%patch6 -p1 -b .glibc
-%patch50 -p1 -b .gcc4
%build
unset QTDIR && . /etc/profile.d/qt.sh
@@ -107,6 +104,13 @@
export CFLAGS="$FLAGS"
export PATH=`pwd`:$PATH
+%if %{disable_gcc_check_and_hidden_visibility}
+ # disable gcc check
+ perl -pi -e "s|KDE_CHECK_FOR_BAD_COMPILER$|dnl KDE_CHECK_FOR_BAD_COMPILER|" admin/acinclude.m4.in
+ # disable hidden visibility
+ perl -pi -e "s|KDE_ENABLE_HIDDEN_VISIBILITY$|dnl KDE_ENABLE_HIDDEN_VISIBILITY|" configure.in.in
+%endif
+
%if %{make_cvs}
make -f admin/Makefile.common cvs
%endif
@@ -171,6 +175,9 @@
%{_bindir}/artsc-config
%changelog
+* Mon Aug 01 2005 Than Ngo <than redhat com> 8:1.4.2-1
+- update to 1.4.2
+
* Tue Jun 21 2005 Than Ngo <than redhat com> 8:1.4.1-2
- rebuilt
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/arts/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources 6 Jun 2005 08:29:42 -0000 1.20
+++ sources 1 Aug 2005 12:57:43 -0000 1.21
@@ -1 +1 @@
-f632984ddc976a1e4243718af54559ee arts-1.4.1.tar.bz2
+bfa5b0efa7454c15976c4e5c618d2db4 arts-1.4.2.tar.bz2
--- admin-visibility.patch DELETED ---
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]