#2 overwrites first pull request
Merged 4 years ago by kwizart. Opened 4 years ago by senderek.
rpms/ senderek/jack-rack master  into  master

file modified
+7 -1
@@ -1,11 +1,12 @@ 

  Name:           jack-rack

  Version:        1.4.7

- Release:        25%{?dist}

+ Release:        26%{?dist}

  Summary:        Stereo LADSPA effects rack for the JACK audio API

  

  License:        GPLv2+

  URL:            http://jack-rack.sourceforge.net/

  Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2

+ Source1:        ecarack

  Patch0:         jack-rack-1.4.5rc1-ladspa-path.patch

  Patch1:         jack-rack-desktop_fix.patch

  Patch2:         jack-rack-1.4.7-ldflags.patch
@@ -41,6 +42,8 @@ 

  touch -r NEWS.ISO-8859-1 NEWS

  

  %build

+ # use python3-port of ecarack 

+ cp -f %{SOURCE1} .

  %configure --enable-lash --disable-gnome

  make %{?_smp_mflags}

  
@@ -82,6 +85,9 @@ 

  

  

  %changelog

+ * Sat Jul 20 2019 Ralf Senderek <innovation@senderek.ie> - 1.4.7-26

+ - Force python3 shebang on all python scripts

+ 

  * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-25

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

Sorry that I didn't include the ported ecarack file in my first pull request. There is no need for force_python3 as ecarack is the only python script.

Pull-Request has been merged by kwizart

4 years ago