[lpf-flash-plugin] Update to 31.0.0.122
by Sérgio M. Basto
commit 9485f56d68e6f197ea628b4565b533d3316f7acc
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 14 19:03:57 2018 +0100
Update to 31.0.0.122
flash-plugin.spec.in | 5 ++++-
lpf-flash-plugin.spec | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index 8bd6a7d..479c938 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 31.0.0.108
+Version: 31.0.0.122
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
+* Sun Oct 14 2018 Sérgio Basto <sergio(a)serjux.com> - 1:31.0.0.122-1
+- Update to 31.0.0.122
+
* Wed Sep 12 2018 Sérgio Basto <sergio(a)serjux.com> - 1:31.0.0.108-1
- Update to 31.0.0.108
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index 98c22c8..92ecc51 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: 31.0.0.108
+Version: 31.0.0.122
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Sun Oct 14 2018 Sérgio Basto <sergio(a)serjux.com> - 1:31.0.0.122-1
+- Update to 31.0.0.122
+
* Wed Sep 12 2018 Sérgio Basto <sergio(a)serjux.com> - 1:31.0.0.108-1
- Update to 31.0.0.108
6 years, 1 month
[zsnes/f27] Added gcc-c++ dependency
by Andrea Musuruane
Summary of changes:
eec1e3e... Added gcc-c++ dependency (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[zsnes/f28] Added gcc-c++ dependency
by Andrea Musuruane
Summary of changes:
eec1e3e... Added gcc-c++ dependency (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[zsnes/f29] Added gcc-c++ dependency
by Andrea Musuruane
Summary of changes:
eec1e3e... Added gcc-c++ dependency (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[zsnes] Added gcc-c++ dependency
by Andrea Musuruane
commit eec1e3ebb1fc415275ef36b7f7c4ff8487f86bd6
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sun Oct 14 15:17:57 2018 +0200
Added gcc-c++ dependency
zsnes.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/zsnes.spec b/zsnes.spec
index 4c6b170..e7fb5aa 100644
--- a/zsnes.spec
+++ b/zsnes.spec
@@ -4,7 +4,7 @@
Summary: A Super Nintendo emulator
Name: zsnes
Version: 1.51
-Release: 22%{?dist}
+Release: 23%{?dist}
License: GPLv2
URL: http://www.zsnes.com/
Source: http://dl.sf.net/%{name}/%{name}%{pkgversion}src.tar.bz2
@@ -36,7 +36,7 @@ Patch10: zsnes-1.51-freeze_on_exit.patch
# This is to build only for ix86 on plague
#ExclusiveArch: %{ix86}
ExclusiveArch: i686
-BuildRequires: gcc
+BuildRequires: gcc-c++
BuildRequires: automake
BuildRequires: nasm
BuildRequires: SDL-devel >= 1.2.0
@@ -136,6 +136,9 @@ done
%changelog
+* Sun Oct 14 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.51-23
+- Added gcc-c++ dependency
+
* Sun Oct 14 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.51-22
- Added a patch to fix freeze on exit (#5036)
- Added gcc dependency
6 years, 1 month