jreznik pushed to arts (epel7). "auto-import changelog data from arts-1.1.4-3.src.rpm (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:05:59 UTC 2015


>From e71ec243b0a3490d9268be556cf5cc74f5221352 Mon Sep 17 00:00:00 2001
From: cvsdist <cvsdist at fedoraproject.org>
Date: Thu, 9 Sep 2004 03:05:34 +0000
Subject: auto-import changelog data from arts-1.1.4-3.src.rpm 1.1.4-3 -
 rebuild 1.1.4-2 - arts_debug issue (bug #104278) 1.1.4-1 - 3.1.4


diff --git a/arts-1.1.4-debug.patch b/arts-1.1.4-debug.patch
new file mode 100644
index 0000000..1fb9af4
--- /dev/null
+++ b/arts-1.1.4-debug.patch
@@ -0,0 +1,12 @@
+--- arts-1.1.4/mcop/dispatcher.cc.orig	2003-09-29 22:34:19.000000000 +0200
++++ arts-1.1.4/mcop/dispatcher.cc	2003-09-29 22:36:50.000000000 +0200
+@@ -214,8 +214,7 @@
+ 	orig_sigpipe = signal(SIGPIPE,SIG_IGN);
+ 	if(orig_sigpipe != SIG_DFL)
+ 	{
+-		cerr << "mcop warning: user defined signal handler found for"
+-		        " SIG_PIPE, overriding" << endl;
++		arts_debug("mcop warning: user defined signal handler found for SIG_PIPE, overriding");
+ 	}
+ 	
+ 	StartupManager::startup();
diff --git a/arts.spec b/arts.spec
index 13a2c67..1e26adc 100644
--- a/arts.spec
+++ b/arts.spec
@@ -5,7 +5,7 @@
 %define libtool 0
 
 Version: 1.1.4
-Release: 0.9x.1
+Release: 3
 Summary: aRts (analog realtime synthesizer) - the KDE sound system
 Name: arts
 Group: System Environment/Daemons
@@ -16,12 +16,13 @@ BuildRoot: %{_tmppath}/%{name}-buildroot
 
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
 Patch: arts-1.1.0-vacopy.patch
+Patch1: arts-1.1.4-flags.patch
 Patch2: kde-libtool.patch
+Patch3: arts-1.1.4-debug.patch
 
+Prereq: /sbin/ldconfig
 Requires: audiofile
-
 Obsoletes: kdelibs-sound
-
 Provides: kdelibs-sound
 
 BuildRequires: autoconf >= 2.53
@@ -29,6 +30,11 @@ BuildRequires: automake
 BuildRequires: qt-devel >= %{qt_version}
 BuildRequires: perl
 
+## workaround for gcc bug on ia64
+%ifarch ia64
+%define optflags -O0 -g
+%endif
+
 %description
 arts (analog real-time synthesizer) is the sound system of KDE 3.
 
@@ -67,15 +73,19 @@ KDE applications using sound).
 %prep
 %setup -q
 %patch -p1 -b .x86_64
+%patch1 -p1 -b .flags
 %patch2 -p1 -b .libtool
+%patch3 -p1 -b .debug
 
 %build
 unset QTDIR && . /etc/profile.d/qt.sh
-FLAGS="$RPM_OPT_FLAGS -fno-exceptions -D_GNU_SOURCE"
-export CXXFLAGS="$FLAGS -fno-use-cxa-atexit"
+FLAGS="$RPM_OPT_FLAGS"
+export CXXFLAGS="$FLAGS"
 export CFLAGS="$FLAGS"
 export PATH=`pwd`:$PATH
 
+make -f admin/Makefile.common cvs
+
 %configure \
    --includedir=%{_includedir}/kde \
    --with-qt-libraries=$QTDIR/lib \
@@ -125,10 +135,23 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/artsc-config
 
 %changelog
-* Mon Sep 15 2003 Than Ngo <than at redhat.com> 8:1.1.4-0.9x.1
+* Thu Oct 23 2003 Than Ngo <than at redhat.com> 8:1.1.4-3
+- rebuild
+
+* Mon Sep 29 2003 Than Ngo <than at redhat.com> 8:1.1.4-2
+- arts_debug issue (bug #104278)
+
+* Mon Sep 29 2003 Than Ngo <than at redhat.com> 8:1.1.4-1
 - 3.1.4
-- remove arts-1.1-gcc3.patch, which is included in 3.1.4
 
+* Thu Aug 28 2003 Than Ngo <than at redhat.com> 8:1.1.3-3
+- rebuild
+
+* Thu Jul 31 2003 Than Ngo <than at redhat.com> 8:1.1.3-2
+- add workaround for gcc bug on ia64
+
+* Tue Jul 29 2003 Than Ngo <than at redhat.com> 8:1.1.3-1
+- add Prereq: /sbin/ldconfig
 
 * Wed Jul 16 2003 Than Ngo <than at redhat.com> 8:1.1.3-0.9x.1
 - 3.1.3
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list