jreznik pushed to arts (epel7). "update to 1.4.2"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:08:03 UTC 2015


>From 3c6be22537e1b2da2ea09e13be238fbdb9b939ca Mon Sep 17 00:00:00 2001
From: Than Ngo <than at fedoraproject.org>
Date: Mon, 1 Aug 2005 12:57:43 +0000
Subject: update to 1.4.2


diff --git a/.cvsignore b/.cvsignore
index bc440cd..56a06c8 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -3,3 +3,4 @@ arts-1.3.1.tar.bz2
 arts-1.3.2.tar.bz2
 arts-1.4.0.tar.bz2
 arts-1.4.1.tar.bz2
+arts-1.4.2.tar.bz2
diff --git a/arts.spec b/arts.spec
index c3378a1..9d56743 100644
--- a/arts.spec
+++ b/arts.spec
@@ -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 @@ Patch4: arts-1.3.0-multilib.patch
 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 @@ KDE applications using sound).
 %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 CXXFLAGS="$FLAGS"
 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 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/artsc-config
 
 %changelog
+* Mon Aug 01 2005 Than Ngo <than at redhat.com> 8:1.4.2-1
+- update to 1.4.2
+
 * Tue Jun 21 2005 Than Ngo <than at redhat.com> 8:1.4.1-2 
 - rebuilt
 
diff --git a/sources b/sources
index fc3a1ad..5322f44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f632984ddc976a1e4243718af54559ee  arts-1.4.1.tar.bz2
+bfa5b0efa7454c15976c4e5c618d2db4  arts-1.4.2.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arts.git/commit/?h=epel7&id=3c6be22537e1b2da2ea09e13be238fbdb9b939ca


More information about the scm-commits mailing list