packagerbot pushed to dummy-test-package-crested (master). "Bump
release (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-05-31 22:46:55 UTC
From b6644250447cecf6e2b4c23f86a27854356af7b1 Mon Sep 17 00:00:00 2001
From: packagerbot <admin(a)fedoraproject.org>
Date: May 31 2020 22:46:43 +0000
Subject: Bump release
Signed-off-by: packagerbot <admin(a)fedoraproject.org>
---
diff --git a/dummy-test-package-crested.spec b/dummy-test-package-crested.spec
index a1299ec..066a155 100644
--- a/dummy-test-package-crested.spec
+++ b/dummy-test-package-crested.spec
@@ -3,7 +3,7 @@
Name: dummy-test-package-crested
Version: 0
-Release: 597%{?dist}
+Release: 598%{?dist}
Summary: Dummy Test Package called Crested
License: CC0
URL: http://fedoraproject.org/wiki/DummyTestPackages
@@ -32,6 +32,9 @@ cp -p uuid %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}
%changelog
+* Sun May 31 2020 packagerbot <admin(a)fedoraproject.org> - 0-598
+- rebuilt
+
* Sun May 31 2020 packagerbot <admin(a)fedoraproject.org> - 0-597
- rebuilt
https://src.fedoraproject.org/rpms/dummy-test-package-crested/c/b66442504...
3Â years, 6Â months
denisarnaud pushed to rmol (master). "Upstream update"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-05-31 22:35:36 UTC
From 450fe87b5c973adf632076c1eec02c52979db958 Mon Sep 17 00:00:00 2001
From: Denis Arnaud <denis.arnaud_fedora(a)m4x.org>
Date: May 31 2020 22:35:22 +0000
Subject: Upstream update
---
diff --git a/rmol.spec b/rmol.spec
index dfd5ad2..2966ead 100644
--- a/rmol.spec
+++ b/rmol.spec
@@ -6,7 +6,7 @@
#
Name: rmol
-Version: 1.00.5
+Version: 1.00.6
Release: 1%{?dist}
Summary: C++ library of Revenue Management and Optimisation classes and functions
@@ -133,7 +133,10 @@ rm -f %{_bindir}/py%{name}
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/aclocal/%{name}.m4
%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/CMake
+%{_datadir}/%{name}/CMake/%{name}-config-version.cmake
+%{_datadir}/%{name}/CMake/%{name}-config.cmake
+%{_datadir}/%{name}/CMake/%{name}-library-depends.cmake
+%{_datadir}/%{name}/CMake/%{name}-library-depends-debug.cmake
%{_mandir}/man1/%{name}-config.1.*
%{_mandir}/man3/%{name}-library.3.*
@@ -145,10 +148,15 @@ rm -f %{_bindir}/py%{name}
%files -n python3-%{name}
%{python3_sitearch}/py%{name}/
%{_mandir}/man1/py%{name}.1.*
-%{_mandir}/man1/%{name}_drawBPC.1.*
+%{_datadir}/%{name}/CMake/%{name}-config-python.cmake
+%{_datadir}/%{name}/CMake/%{name}-python-library-depends-debug.cmake
+%{_datadir}/%{name}/CMake/%{name}-python-library-depends.cmake
%endif
%changelog
+* Sun May 31 2020 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 1.00.6-1
+- Upstream update
+
* Sun May 31 2020 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 1.00.5-1
- Upstream update
diff --git a/sources b/sources
index ce124ad..a7f55aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rmol-1.00.5.tar.gz) = 106f53d8a2285b28ebf094038e64378d30629c1395e763cabf19adc06e5ce1fa3b95105a5fa0e8e4b39bab408631800ac2849df62d185e925f9b7e6e64c7a19e
+SHA512 (rmol-1.00.6.tar.gz) = b4ce82501db4faa05fac73ae535e9873a8efaf848967708de2aeb7f4265ec40972506d812b36d264b3605406b3202fba57645d7a882b43c429c5b92518d2926a
https://src.fedoraproject.org/rpms/rmol/c/450fe87b5c973adf632076c1eec02c5...
3Â years, 6Â months
wberrier pushed to mupen64plus (f31). "mupen64plus: fix build with
gcc10 (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-05-31 21:37:18 UTC
From 4c35f5d2bdc1fd6ddddf565951fd9544b4a3382d Mon Sep 17 00:00:00 2001
From: Wade Berrier <wberrier(a)gmail.com>
Date: May 24 2020 14:53:13 +0000
Subject: mupen64plus: fix build with gcc10
Thanks to commenters in bug
https://bugzilla.redhat.com/show_bug.cgi?id=1535549 for finding the
upstream patch.
---
diff --git a/mupen64plus-multiple-definitions.patch b/mupen64plus-multiple-definitions.patch
new file mode 100644
index 0000000..96fe0a9
--- /dev/null
+++ b/mupen64plus-multiple-definitions.patch
@@ -0,0 +1,11 @@
+diff -ur mupen64plus-bundle-src-2.5.orig/source/mupen64plus-core/src/main/workqueue.h mupen64plus-bundle-src-2.5/source/mupen64plus-core/src/main/workqueue.h
+--- mupen64plus-bundle-src-2.5.orig/source/mupen64plus-core/src/main/workqueue.h 2015-04-26 16:42:49.000000000 -0600
++++ mupen64plus-bundle-src-2.5/source/mupen64plus-core/src/main/workqueue.h 2020-05-24 08:45:41.743484866 -0600
+@@ -27,7 +27,6 @@
+
+ struct work_struct;
+
+-struct work_struct *work;
+ typedef void (*work_func_t)(struct work_struct *work);
+ struct work_struct {
+ work_func_t func;
diff --git a/mupen64plus.spec b/mupen64plus.spec
index c20a7c8..10d5bde 100644
--- a/mupen64plus.spec
+++ b/mupen64plus.spec
@@ -9,6 +9,7 @@ Summary: Nintendo 64 Emulator
License: GPLv2+ and CC-BY-SA
URL: http://www.mupen64plus.org/
Source: https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mup...
+Patch1: mupen64plus-multiple-definitions.patch
BuildRequires: pkgconfig(SDL_ttf)
@@ -43,6 +44,7 @@ Development files for mupen64plus
%prep
%setup -q -n %{name}-bundle-src-%{version}
+%patch1 -p1 -b.multipledefinitions
# Need to avoid filename conflicts so they can be included in the package
cp -a source/mupen64plus-rsp-hle/LICENSES LICENSE-rsp-hle
@@ -96,6 +98,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/mupen64plus.desktop
%changelog
+* Sun May 24 2020 Wade Berrier <wberrier(a)gmail.com> - 2.5-6
+- Fix build with gcc 10
+
* Sat Apr 25 2020 Wade Berrier <wberrier(a)gmail.com> - 2.5-5
- Add gcc-c++ to BuildRequires
https://src.fedoraproject.org/rpms/mupen64plus/c/4c35f5d2bdc1fd6ddddf5659...
3Â years, 6Â months