commit 55767d892cd02126b9b86c7f008e2974e3c13005
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 16 18:14:39 2020 +0100
Update to 32.0.0.414
check_new_version.py | 2 +-
flash-plugin.spec.in | 5 ++++-
lpf-flash-plugin.spec | 5 ++++-
3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 7604e94..7f7bc88 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -45,9 +45,9 @@ if new_version != old_version:
print('rfpkg ci -c && git show')
print('rfpkg push && rfpkg build --nowait')
+ print('git checkout f33 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
print('git checkout f32 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
print('git checkout f31 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
- print('git checkout f30 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
else:
print("Already updated !")
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index 631d255..a0582e2 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 32.0.0.403
+Version: 32.0.0.414
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -63,6 +63,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/flash-player-properti
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Sun Aug 16 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:32.0.0.414-1
+- Update to 32.0.0.414
+
* Tue Jul 21 08:29:25 GMT 2020 Leigh Scott <leigh123linux(a)gmail.com> -
1:32.0.0.403-1
- Update to 32.0.0.403
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index e79cdef..a25b35b 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 32.0.0.403
+Version: 32.0.0.414
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Sun Aug 16 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:32.0.0.414-1
+- Update to 32.0.0.414
+
* Tue Jul 21 08:29:25 GMT 2020 Leigh Scott <leigh123linux(a)gmail.com> -
1:32.0.0.403-1
- Update to 32.0.0.403