[mednafen/f26] Updated to 0.9.48
by Julian Sikorski
commit e57a901044be4636cadba87130e206e7cfeee384
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Sat Oct 7 10:30:44 2017 +0200
Updated to 0.9.48
.gitignore | 1 +
mednafen.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f92c819..e212850 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ mednafen-0.9.38.7.tar.bz2
/mednafen-0.9.39.2.tar.bz2
/mednafen-0.9.43.tar.xz
/mednafen-0.9.47.tar.xz
+/mednafen-0.9.48.tar.xz
diff --git a/mednafen.spec b/mednafen.spec
index 55106bf..b77e5a6 100644
--- a/mednafen.spec
+++ b/mednafen.spec
@@ -1,7 +1,7 @@
%undefine _hardened_build
Name: mednafen
-Version: 0.9.47
+Version: 0.9.48
Release: 1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
#mednafen is a monstrosity build out of many emulators hence the colourful licensing
@@ -83,6 +83,9 @@ rm -rf Documentation/*.def Documentation/*.php Documentation/generate.sh \
%changelog
+* Sat Oct 07 2017 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.48-1
+- Updated to 0.9.48
+
* Thu Sep 07 2017 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.47-1
- Updated to 0.9.47
diff --git a/sources b/sources
index d6eeca4..c1c40cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e344dcd5aeb1c3ada3bb5b656fad3238 mednafen-0.9.47.tar.xz
+d741f013a05adb72928493b12c4933ff mednafen-0.9.48.tar.xz
7 years, 1 month
[mednafen/f27] Updated to 0.9.48
by Julian Sikorski
Summary of changes:
6c4c618... Updated to 0.9.48 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[mednafen] Updated to 0.9.48
by Julian Sikorski
commit 6c4c618aa41811a20f7aa2ed24e20c76aa1833dc
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Sat Oct 7 10:30:44 2017 +0200
Updated to 0.9.48
.gitignore | 1 +
mednafen.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f92c819..e212850 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ mednafen-0.9.38.7.tar.bz2
/mednafen-0.9.39.2.tar.bz2
/mednafen-0.9.43.tar.xz
/mednafen-0.9.47.tar.xz
+/mednafen-0.9.48.tar.xz
diff --git a/mednafen.spec b/mednafen.spec
index bfe44a9..2d7cd6d 100644
--- a/mednafen.spec
+++ b/mednafen.spec
@@ -1,7 +1,7 @@
%undefine _hardened_build
Name: mednafen
-Version: 0.9.47
+Version: 0.9.48
Release: 1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
#mednafen is a monstrosity build out of many emulators hence the colourful licensing
@@ -83,6 +83,9 @@ rm -rf Documentation/*.def Documentation/*.php Documentation/generate.sh \
%changelog
+* Sat Oct 07 2017 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.48-1
+- Updated to 0.9.48
+
* Thu Sep 07 2017 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.47-1
- Updated to 0.9.47
diff --git a/sources b/sources
index d6eeca4..c1c40cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e344dcd5aeb1c3ada3bb5b656fad3238 mednafen-0.9.47.tar.xz
+d741f013a05adb72928493b12c4933ff mednafen-0.9.48.tar.xz
7 years, 1 month
[wxsvg/f27] (2 commits) ...Fix build
by Sérgio M. Basto
Summary of changes:
94b854e... Update wxsvg to 1.5.12 (*)
28f0db4... Fix build (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[wxsvg] Fix build
by Sérgio M. Basto
commit 28f0db47560feccd55902c4d95d4fd04f9cebe58
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Oct 6 18:58:14 2017 +0100
Fix build
wxsvg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/wxsvg.spec b/wxsvg.spec
index 094960c..fe74c21 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -39,7 +39,10 @@ rm m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
autoreconf -i
%configure \
--disable-dependency-tracking \
- --disable-static --with-wx-config=/usr/bin/wx-config-3.0-gtk2
+ %if (0%{?fedora} && 0%{?fedora} < 28)
+ --with-wx-config=/usr/bin/wx-config-3.0-gtk2 \
+ %endif
+ --disable-static
%{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
%{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
7 years, 1 month
[flowblade] Update to 1.14.0-1.gitc2cc6a8
by Martin Gansser
commit b20f628de6583f799bc750a18d23cf0c28235352
Author: Martin Gansser <martinkg(a)fedoraproject.org>
Date: Fri Oct 6 16:53:55 2017 +0200
Update to 1.14.0-1.gitc2cc6a8
.gitignore | 1 +
flowblade.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 566e961..15f503b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/flowblade-1.8.0-9365491.tar.gz
/flowblade-1.10.0-9365491.tar.gz
/flowblade-1.12.0-fd577a9.tar.gz
+/flowblade-1.14.0-c2cc6a8.tar.gz
diff --git a/flowblade.spec b/flowblade.spec
index cb92fc2..f746a90 100644
--- a/flowblade.spec
+++ b/flowblade.spec
@@ -1,10 +1,10 @@
-# https://github.com/jliljebl/flowblade/commit/fd577a9fac7400d178e63839d53c...
-%global commit0 fd577a9fac7400d178e63839d53c77a5e8565486
+# https://github.com/jliljebl/flowblade/commit/c2cc6a8b83014658280c603eb66f...
+%global commit0 c2cc6a8b83014658280c603eb66fa86bb2a2d38b
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: flowblade
-Version: 1.12.0
-Release: 2.git%{shortcommit0}%{?dist}
+Version: 1.14.0
+Release: 1.git%{shortcommit0}%{?dist}
License: GPLv3
Summary: Multitrack non-linear video editor for Linux
Url: https://github.com/jliljebl/flowblade
@@ -111,6 +111,9 @@ fi
%{python2_sitelib}/flowblade*
%changelog
+* Fri Oct 06 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 1.14.0-1.gitc2cc6a8
+- Update to 1.14.0-1.gitc2cc6a8
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.12.0-2.gitfd577a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 572352a..edd4bab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1aed0cc5273d1bec76d1bf9a3e67fcda flowblade-1.12.0-fd577a9.tar.gz
+0358d46e138e5fd07ce237259033c710 flowblade-1.14.0-c2cc6a8.tar.gz
7 years, 1 month
[wxsvg] Update wxsvg to 1.5.12
by Sérgio M. Basto
commit 94b854e71f579136c5890fc487574b47f12b2808
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Oct 6 13:40:54 2017 +0100
Update wxsvg to 1.5.12
.gitignore | 1 +
sources | 2 +-
wxsvg.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5ed153..bafec0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ wxsvg-1.5.5.tar.bz2
/wxsvg-1.5.9.tar.bz2
/wxsvg-1.5.10.tar.bz2
/wxsvg-1.5.11.tar.bz2
+/wxsvg-1.5.12.tar.bz2
diff --git a/sources b/sources
index 665bf58..39b019e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afaf1e46ed956fc7d5b354213e053d72 wxsvg-1.5.11.tar.bz2
+c822e0b7ea4a690b30e7b6711ce674fd wxsvg-1.5.12.tar.bz2
diff --git a/wxsvg.spec b/wxsvg.spec
index e17969a..094960c 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,6 +1,6 @@
Name: wxsvg
-Version: 1.5.11
-Release: 4%{?dist}
+Version: 1.5.12
+Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -69,6 +69,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Fri Oct 06 2017 Sérgio Basto <sergio(a)serjux.com> - 1.5.12-1
+- Update wxsvg to 1.5.12
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.5.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 1 month