[alsa-plugins-freeworld/el8] Revert "Fixup version check"
by Leigh Scott
commit bc95d831f4889b3a023defbf5b54f06c01be4bd9
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Sep 13 10:20:52 2019 +0100
Revert "Fixup version check"
This reverts commit bc704591d93332784cde34a503d112ffb81cbddb.
alsa-plugins-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/alsa-plugins-freeworld.spec b/alsa-plugins-freeworld.spec
index 4df85f7..6a68e8f 100644
--- a/alsa-plugins-freeworld.spec
+++ b/alsa-plugins-freeworld.spec
@@ -8,7 +8,7 @@ URL: http://www.alsa-project.org/
Source0: ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{version}.tar.bz2
BuildRequires: autoconf automake libtool
-BuildRequires: alsa-lib-devel >= 1.1.8
+BuildRequires: alsa-lib-devel >= 1.1.7
BuildRequires: ffmpeg-devel
%description
5 years, 3 months
[smplayer] fix helper script
by Sérgio M. Basto
commit 20b501a6be66756ee2f915137d26b8789f0ede84
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 13 04:21:32 2019 +0100
fix helper script
update_smplayer.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update_smplayer.sh b/update_smplayer.sh
index 18071b1..0233151 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -40,11 +40,11 @@ echo STAGE 1
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
echo Press enter to continue; read dummy;
+git checkout f31 && git merge master && git push && rfpkg build --nowait; git checkout master
+echo Press enter to continue; read dummy;
git checkout f30 && git merge master && git push && rfpkg build --nowait; git checkout master
echo Press enter to continue; read dummy;
git checkout f29 && git merge master && git push && rfpkg build --nowait; git checkout master
echo Press enter to continue; read dummy;
-git checkout f28 && git merge master && git push && rfpkg build --nowait; git checkout master
-echo Press enter to continue; read dummy;
git checkout el7 && git merge master && git push && rfpkg build --nowait; git checkout master
fi
5 years, 3 months
[smplayer] Update smtube to 19.6.0
by Sérgio M. Basto
commit 138efdd6ab94aa84f56997e6c7b08569853ae4a2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 13 04:09:16 2019 +0100
Update smtube to 19.6.0
.gitignore | 1 +
smplayer.spec | 7 +++++--
sources | 2 +-
update_smplayer.sh | 9 +++++++--
4 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 760fd37..1490814 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@ smtube-16.3.0.tar.bz2
/smtube-18.11.0.tar.bz2
/smplayer-19.1.0.tar.bz2
/smplayer-19.5.0.tar.bz2
+/smtube-19.6.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index cc57a6a..d691e32 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,9 +1,9 @@
Name: smplayer
Version: 19.5.0
-%global smtube_ver 18.11.0
+%global smtube_ver 19.6.0
%global smplayer_themes_ver 18.6.0
%global smplayer_skins_ver 15.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A graphical frontend for mplayer and mpv
License: GPLv2+
@@ -212,6 +212,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Fri Sep 13 2019 Sérgio Basto <sergio(a)serjux.com> - 19.5.0-3
+- Update smtube to 19.6.0
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 19.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 6f36f25..f15acf8 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
d948ade6a19dffcb56a0de445df0ddb6 smplayer-19.5.0.tar.bz2
-ffedec06fc5895e42d0afb284d760e6c smtube-18.11.0.tar.bz2
+355dec97781b6973af3e244099b7e541 smtube-19.6.0.tar.bz2
8fe83cd59189291ca0d3beea1991e50b smplayer-themes-18.6.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.sh b/update_smplayer.sh
index 276a8c3..18071b1 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -1,5 +1,5 @@
version=19.5.0
-stube_ver=18.11.0
+stube_ver=19.6.0
themes_ver=18.6.0
skins_ver=15.2.0
@@ -22,9 +22,14 @@ sed -i "s|^%global smplayer_skins_ver .*|%global smplayer_skins_ver $skins_ver|"
if [[ -z $2 ]]; then
MSG="Update smplayer to $version"
else
-MSG=$1
+MSG=$2
fi
+if [[ -z $3 ]]; then
rpmdev-bumpspec -n $version -c "$MSG" smplayer.spec
+else
+rpmdev-bumpspec -c "$MSG" smplayer.spec
+fi
+
spectool -g smplayer.spec
rfpkg new-sources ./smplayer-$version.tar.bz2 ./smtube-$stube_ver.tar.bz2 ./smplayer-themes-$themes_ver.tar.bz2 ./smplayer-skins-$skins_ver.tar.bz2
rfpkg ci -c && git show
5 years, 3 months
[flowblade] Update Flowblade to 2.2
by Sérgio M. Basto
commit 542880f0bd6d687cddc24fb801b263c46590499c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 12 23:51:27 2019 +0100
Update Flowblade to 2.2
.gitignore | 1 +
flowblade.spec | 11 +++++++----
flowblade_sys_path.patch | 10 +++++-----
sources | 2 +-
4 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3d8b6c..4976139 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/flowblade-1.16.0-3fdb76d.tar.gz
/flowblade-1.16.0-4c25c3c.tar.gz
/flowblade-2.0.tar.gz
+/flowblade-2.2.tar.gz
diff --git a/flowblade.spec b/flowblade.spec
index 357f50b..bad557a 100644
--- a/flowblade.spec
+++ b/flowblade.spec
@@ -9,11 +9,11 @@
Name: flowblade
%if 0%{?usesnapshot}
-Version: 2.0
-Release: 5.git%{?snapshottag}%{?dist}
+Version: 2.2
+Release: 1%{?dist}
%else
-Version: 2.0
-Release: 5%{?dist}
+Version: 2.2
+Release: 1%{?dist}
%endif
License: GPLv3
Summary: Multitrack non-linear video editor for Linux
@@ -132,6 +132,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{python2_sitelib}/%{name}*
%changelog
+* Thu Sep 12 2019 Sérgio Basto <sergio(a)serjux.com> - 2.2-1
+- Update Flowblade to 2.2
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/flowblade_sys_path.patch b/flowblade_sys_path.patch
index ceb3204..36320f1 100644
--- a/flowblade_sys_path.patch
+++ b/flowblade_sys_path.patch
@@ -1,8 +1,8 @@
---- flowblade-2.0/flowblade-trunk/flowblade.orig 2019-02-04 13:10:26.894134599 +0100
-+++ flowblade-2.0/flowblade-trunk/flowblade 2019-02-04 13:13:08.284504048 +0100
-@@ -36,7 +36,8 @@
+--- ./flowblade-trunk/flowblade.orig 2019-08-26 08:46:04.000000000 +0100
++++ ./flowblade-trunk/flowblade 2019-09-12 23:38:15.039286989 +0100
+@@ -36,7 +36,8 @@ print "Launch script dir:", launch_dir
# When running on distro
- if launch_dir == "/usr/bin":
+ if launch_dir in {"bin", "/usr/bin", "/usr/local/bin"}:
print "Running from installation..."
- modules_path = "/usr/share/flowblade/Flowblade"
+ from distutils.sysconfig import get_python_lib
@@ -10,7 +10,7 @@
if not os.path.isdir(modules_path):
modules_path = "/usr/share/pyshared/Flowblade"
print "modules path:", modules_path
-@@ -46,11 +47,11 @@
+@@ -46,11 +47,11 @@ elif launch_dir == "/app/bin":
modules_path = "/app/share/flowblade/Flowblade"
if not os.path.isdir(modules_path):
modules_path = "/app/share/pyshared/Flowblade"
diff --git a/sources b/sources
index 9788c30..01b7937 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d97ad242255705001cdb9707f0f70ff flowblade-2.0.tar.gz
+43fc5f8a6799994e25a4557345786142 flowblade-2.2.tar.gz
5 years, 3 months