Author: oget
Update of /cvs/free/rpms/traverso/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28746
Modified Files:
.cvsignore sources traverso.spec
Added Files:
traverso-gcc49.patch
Removed Files:
traverso-gcc47.patch traverso-link.patch
traverso-linking.patch
Log Message:
* Fri Nov 28 2014 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.49.3-1
- Update to 0.49.3
traverso-gcc49.patch:
InputEngine.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE traverso-gcc49.patch ---
diff -rupN
traverso-0.49.3.org/src/core/InputEngine.cpp
traverso-0.49.3/src/core/InputEngine.cpp
---
traverso-0.49.3.org/src/core/InputEngine.cpp 2009-03-28 04:48:39.000000000 -0400
+++ traverso-0.49.3/src/core/InputEngine.cpp 2014-11-28 21:50:12.919214578 -0500
@@ -1519,7 +1519,7 @@ int InputEngine::init_map(const QString&
exists = true;
QString errorstring = QString("InputEngine:: keyfact with: type=%1,
key1='%2', key2='%3' already exists!\n"
"You should only define keyfact types one
time!!\n").arg(keyFactType).arg(key1).arg(key2);
- printf(QS_C(errorstring));
+ puts(QS_C(errorstring));
info().warning(errorstring);
break;
}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/traverso/F-20/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 13 Aug 2010 16:23:45 -0000 1.3
+++ .cvsignore 29 Nov 2014 04:17:18 -0000 1.4
@@ -1 +1 @@
-traverso-0.49.2.tar.gz
+traverso-0.49.3.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/traverso/F-20/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 13 Aug 2010 16:23:45 -0000 1.3
+++ sources 29 Nov 2014 04:17:18 -0000 1.4
@@ -1 +1 @@
-1acc46e2fa17e9a77f069b00307478a0 traverso-0.49.2.tar.gz
+5fd75197b4f5f10360cc1098878a82f8 traverso-0.49.3.tar.gz
Index: traverso.spec
===================================================================
RCS file: /cvs/free/rpms/traverso/F-20/traverso.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- traverso.spec 3 Mar 2013 21:48:15 -0000 1.9
+++ traverso.spec 29 Nov 2014 04:17:18 -0000 1.10
@@ -14,8 +14,8 @@
%endif
Name: traverso
-Version: 0.49.2
-Release: 6%{?dist}
+Version: 0.49.3
+Release: 1%{?dist}
Summary: Multitrack Audio Recording and Editing Suite
Group: Applications/Multimedia
License: GPLv2+
@@ -26,10 +26,7 @@
# lower the rtprio requirement to 20, for compliance with our jack
Patch0: %{name}-priority.patch
# Fix DSO linking
-Patch1: %{name}-linking.patch
-Patch2: traverso-gcc47.patch
-Patch3: traverso-link.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch1: traverso-gcc49.patch
BuildRequires: alsa-lib-devel
BuildRequires: cmake
BuildRequires: desktop-file-utils
@@ -37,6 +34,7 @@
BuildRequires: flac-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: lame-devel
+BuildRequires: lilv-devel
BuildRequires: libmad-devel
BuildRequires: libogg-devel
BuildRequires: libsamplerate-devel
@@ -48,7 +46,6 @@
BuildRequires: qt-devel
BuildRequires: raptor-devel
BuildRequires: redland-devel
-BuildRequires: slv2-devel >= 0.6.1
BuildRequires: wavpack-devel
# For directory ownership:
@@ -74,9 +71,7 @@
%prep
%setup -q
%patch0 -p1 -b .priority
-%patch1 -p1 -b .dso.linking
-%patch2 -p1 -b .gcc47
-%patch3 -p1 -b .link
+%patch1 -p1 -b .gcc49
# Fix permission issues
@@ -114,7 +109,6 @@
%install
-rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
# icons
@@ -136,9 +130,6 @@
install -dm 755 %{buildroot}%{_datadir}/mime/packages/
install -pm 644 resources/x-%{name}.xml %{buildroot}%{_datadir}/mime/packages/
-%clean
-rm -rf %{buildroot}
-
%post
update-desktop-database &> /dev/null
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
@@ -156,7 +147,6 @@
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
-%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING COPYRIGHT HISTORY README TODO
%doc resources/projectconversion/2_to_3.html resources/help.text
%{_bindir}/%{name}
@@ -165,6 +155,12 @@
%{_datadir}/mime/packages/*.xml
%changelog
+* Fri Nov 28 2014 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
0.49.3-1
+- Update to 0.49.3
+
+* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 0.49.2-7
+- Rebuilt for
https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
* Sun Mar 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.49.2-6
- Mass rebuilt for Fedora 19 Features
--- traverso-gcc47.patch DELETED ---
--- traverso-link.patch DELETED ---
--- traverso-linking.patch DELETED ---