commit a324b28f72abe4852f0e5b25830a47842a4f86c6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jun 18 23:03:13 2019 +0100
Update to 32.0.0.207
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 4579e9f..243c318 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -47,7 +47,7 @@ if new_version != old_version:
print('rfpkg push && rfpkg build --nowait')
print('git checkout f30 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
print('git checkout f29 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
- print('git checkout f28 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
+ #print('git checkout f28 && 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 9ee7865..41f356a 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.192
+Version: 32.0.0.207
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
+* Tue Jun 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.207-1
+- Update to 32.0.0.207
+
* Wed May 15 2019 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.192-1
- Update to 32.0.0.192
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index c7af515..e9936a5 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.192
+Version: 32.0.0.207
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Tue Jun 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.207-1
+- Update to 32.0.0.207
+
* Wed May 15 2019 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.192-1
- Update to 32.0.0.192
Show replies by date