commit ce796cabf36600556ff04d510259213d08ae6591
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 21 15:09:51 2018 +0100
Update to 30.0.0.134
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 61d1444..671b361 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 f28 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
print('git checkout f27 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
- print('git checkout f26 && git merge master && git push
&& rfpkg build --nowait; git checkout master')
+ #print('git checkout f26 && 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 592c3da..6a215a0 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 30.0.0.113
+Version: 30.0.0.134
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -75,6 +75,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Sat Jul 21 2018 Sérgio Basto <sergio(a)serjux.com> - 1:30.0.0.134-1
+- Update to 30.0.0.134
+
* Tue Jun 26 2018 Sérgio Basto <sergio(a)serjux.com> - 1:30.0.0.113-1
- Update to 30.0.0.113
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index d622789..f93c9d0 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: 30.0.0.113
+Version: 30.0.0.134
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Sat Jul 21 2018 Sérgio Basto <sergio(a)serjux.com> - 1:30.0.0.134-1
+- Update to 30.0.0.134
+
* Tue Jun 26 2018 Sérgio Basto <sergio(a)serjux.com> - 1:30.0.0.113-1
- Update to 30.0.0.113
Show replies by date