[mixxx] New upstream snapshot 2.3.0-0.11.beta.20201110git6b0fb69
by Uwe Klotz
commit 1a8e3b2b13f8892df5eb1ea5310cfe6d8aac4c4f
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Tue Nov 10 11:39:58 2020 +0100
New upstream snapshot 2.3.0-0.11.beta.20201110git6b0fb69
mixxx.spec | 10 +++++++---
sources | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index e7ae6fd..0c74a88 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -9,9 +9,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit 8e90a47e51ce8aa725d1dd68d106f397f54c6183
+%global gitcommit 6b0fb694b8f215daf775c72f524b94d038fffb95
# Format: <yyyymmdd>
-%global gitcommitdate 20201104
+%global gitcommitdate 20201110
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -24,7 +24,7 @@
Name: mixxx
Version: 2.3.0
-Release: 0.10%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.11%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -187,6 +187,10 @@ appstream-util \
%changelog
+* Tue Nov 10 11:35:54 CET 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.11.beta.20201110git6b0fb69
+- New upstream snapshot 2.3.0-beta
+- Fix ALSA real-time scheduling
+
* Wed Nov 4 14:48:50 CET 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.10.beta.20201104git8e90a47
- New upstream snapshot 2.3.0-beta
- Disable LTO on all platforms after crash reports for x86_64
diff --git a/sources b/sources
index 843961d..227a5b2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libKeyFinder_v2.2.2.zip) = 4c8745ebcda65c7bbe00016e53b813e704eff1ca7262868a91359f51979b84e43492993cfc7b02ecd8142ded15a7c3ec64751234cb06fa5b27b7695f9937110b
-SHA512 (mixxx-8e90a47e51ce8aa725d1dd68d106f397f54c6183.tar.gz) = 57b3388e7caa9ef845dc7d5f644e8ca874cdde14c5d1f900f309357c33bf2dd310638f8c8e4a9cf7e6f838ca3e25e19c7cb5a68b6006d721daaf47b1eca41a75
+SHA512 (mixxx-6b0fb694b8f215daf775c72f524b94d038fffb95.tar.gz) = dc07acabbe524b9406636189efaf31886468e397fae9cb024cc8ff1d7e97860e0c0d3723411cca94b455da9b8100974082319f0c372e47b805023201c044ca35
4 years
[lives/f33] Release 3.2.0
by sagitter
Summary of changes:
314e1cc... Release 3.2.0 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years
[lives] Release 3.2.0
by sagitter
commit 314e1cc34134388c5569c1d59541813e277db9ad
Author: Antonio T <sagitter(a)fedoraproject.org>
Date: Mon Nov 9 09:53:11 2020 +0100
Release 3.2.0
.gitignore | 1 +
lives-Switch-to-opencv2-COLOR_RGB2GRAY.patch | 49 ----------------------------
lives.spec | 26 ++++++---------
sources | 2 +-
4 files changed, 12 insertions(+), 66 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b8017bf..75715d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/LiVES-3.0.0.tar.bz2
/LiVES-3.0.1.tar.gz
/LiVES-3.0.2.tar.gz
+/LiVES-3.2.0.tar.bz2
diff --git a/lives.spec b/lives.spec
index ecf159b..7acfde1 100644
--- a/lives.spec
+++ b/lives.spec
@@ -12,12 +12,6 @@
%global __requires_exclude ^(%{privlibs})\\.so
#
-# https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/master/f/buildf...
-# https://gcc.gnu.org/gcc-10/porting_to.html#common
-%if 0%{?fedora} && 0%{?fedora} > 31
-%define _legacy_common_support 1
-%endif
-
# Note from upstream:
# the SDL playback plugin is now deprecated in favour of the openGL playback plugin.
# For one thing the program will crash if you use the SDL plugin and projectM plugin at the same time.
@@ -26,14 +20,12 @@
%bcond_without SDL2_projectM
Name: lives
-Version: 3.0.2
-Release: 8%{?dist}
+Version: 3.2.0
+Release: 1%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
-Source0: http://lives-video.com/releases/LiVES-%{version}.tar.gz
-# https://github.com/salsaman/LiVES/pull/7
-Patch0: lives-Switch-to-opencv2-COLOR_RGB2GRAY.patch
+Source0: http://lives-video.com/releases/LiVES-%{version}.tar.bz2
# Appdata file
Source1: LiVES.appdata.xml
@@ -76,6 +68,7 @@ BuildRequires: ladspa-devel
BuildRequires: x264-libs
BuildRequires: gettext-devel
BuildRequires: doxygen
+BuildRequires: binutils-devel
BuildRequires: chrpath
BuildRequires: desktop-file-utils
BuildRequires: bison
@@ -115,7 +108,7 @@ designed to be simple to use, yet powerful.
It is small in size, yet it has many advanced features.
%prep
-%autosetup -p1 -n LiVES-%{version}
+%autosetup -n lives-%{version}
# Remove spurious executable permissions
find . -type f -name "*.h" -exec chmod 0644 '{}' \;
@@ -123,10 +116,10 @@ find . -type f -name "*.txt" -exec chmod 0644 '{}' \;
find . -type f -name "*.c" -exec chmod 0644 '{}' \;
# Prepare autotools
-./autogen.sh --verbose
+#./autogen.sh --verbose
%build
-%configure --disable-silent-rules --enable-threads=posix --disable-rpath --enable-profiling --enable-doxygen --disable-libvisual \
+%configure --disable-silent-rules --enable-threads=posix --disable-rpath --enable-profiling --enable-doxygen --disable-libvisual --disable-system-weed \
%if %{without SDL2_projectM}
--disable-sdl2 --disable-projectM
%endif
@@ -198,8 +191,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%doc GETTING.STARTED NEWS OMC/*.txt RFX/*
%license COPYING
%{_bindir}/*%{name}*
-%{_bindir}/midistart
-%{_bindir}/midistop
%{_bindir}/sendOSC
%{_bindir}/smogrify
%{_libdir}/%{name}/
@@ -212,6 +203,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/LiVES.appdata.xml
%changelog
+* Mon Nov 09 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 3.2.0-1
+- Release 3.2.0
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.0.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index d1ebbf9..9225554 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (LiVES-3.0.2.tar.gz) = 4f81102569bdc35a52872f1be96e9111a41f9d119778f13784f95016099f7de8c6a73a0a327834b47211dd4c09373eb07c66c25b600f50221ded7c55af70b2e1
+SHA512 (LiVES-3.2.0.tar.bz2) = 602a62239b11b311b53def29cc4845abd6b0739fa8ecb7db02d5a3aed67965a558b94935eac4fed1e1cf2f364006d3942a90a5289b2ae53779800631b57da89f
4 years
[zsnes] Another FORTIFY_SOURCE issue patch, this time with LTO (#5790)
by Mamoru Tasaka
commit 01fe01d3015feb37351e6f79a1133bafd2df712c
Author: Mamoru TASAKA <mtasaka(a)fedoraproject.org>
Date: Sat Nov 7 23:22:56 2020 +0900
Another FORTIFY_SOURCE issue patch, this time with LTO (#5790)
zsnes-1.51-FORTIFY_SOURCE_3.patch | 32 ++++++++++++++++++++++++++++++++
zsnes.spec | 13 ++++++++++++-
2 files changed, 44 insertions(+), 1 deletion(-)
---
diff --git a/zsnes-1.51-FORTIFY_SOURCE_3.patch b/zsnes-1.51-FORTIFY_SOURCE_3.patch
new file mode 100644
index 0000000..d888b4a
--- /dev/null
+++ b/zsnes-1.51-FORTIFY_SOURCE_3.patch
@@ -0,0 +1,32 @@
+From 747bc1c34fee9b3e4c62a7bde177cb48bf20b97e Mon Sep 17 00:00:00 2001
+From: Mamoru TASAKA <mtasaka(a)fedoraproject.org>
+Date: Sat, 10 Oct 2020 15:14:56 +0900
+Subject: [PATCH] Unspecify the size of SPCRAM in debugger.c to make
+ _FORTIFY_SOURCE and LTO happy
+
+https://bugzilla.rpmfusion.org/show_bug.cgi?id=5790
+
+With LTO (link-time optimization), again the compiler thinks the size of SPCRAM is
+65472 (as written in debugger.c), so with _FORTIFY_SOURCE, glibc thinks again
+buffer overrun occured as written on
+https://bugzilla.rpmfusion.org/show_bug.cgi?id=5651
+---
+ src/debugger.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/debugger.c b/src/debugger.c
+index 30997c8..98ea799 100644
+--- a/src/debugger.c
++++ b/src/debugger.c
+@@ -36,7 +36,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+ // All of these should be in headers, people!
+
+-extern unsigned char oamram[1024], SPCRAM[65472], DSPMem[256];
++extern unsigned char oamram[1024], SPCRAM[], DSPMem[256];
+
+ extern unsigned char curblank;
+ extern unsigned char curcyc;
+--
+2.28.0
+
diff --git a/zsnes.spec b/zsnes.spec
index 3d7ab68..3a25a22 100644
--- a/zsnes.spec
+++ b/zsnes.spec
@@ -4,7 +4,7 @@
Summary: A Super Nintendo emulator
Name: zsnes
Version: 1.51
-Release: 29%{?dist}
+Release: 30%{?dist}
License: GPLv2
URL: http://www.zsnes.com/
Source: http://dl.sf.net/%{name}/%{name}%{pkgversion}src.tar.bz2
@@ -39,6 +39,8 @@ Patch11: zsnes-1.51-gcc10.patch
# Mamoru TASAKA
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=5651
Patch12: zsnes-1.51-FORTIFY_SOURCE_2.patch
+# Again FORTIFY_SOURCE, this time with LTO
+Patch13: zsnes-1.51-FORTIFY_SOURCE_3.patch
# This is to build only for ix86 on plague
#ExclusiveArch: %{ix86}
@@ -79,6 +81,7 @@ and to save the game state, even network play is possible.
%patch10 -p0
%patch11 -p1
%patch12 -p2
+%patch13 -p2
# Remove hardcoded CFLAGS and LDFLAGS
sed -i \
@@ -87,6 +90,11 @@ sed -i \
-e '/^\s*LDFLAGS=.* -L\/usr\/local\/lib /d' \
configure.in
+# Enable debug information for nasm
+sed -i \
+ -e '\@^NFLAGS=@s|\$NFLAGS |\$NFLAGS -g |' \
+ configure.in
+
# Fix line encodings in docs/readme.txt/*
sed -i 's/\r//' ../docs/readme.txt/*.txt
@@ -145,6 +153,9 @@ done
%changelog
+* Sat Nov 7 2020 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 1.51-30
+- Another FORTIFY_SOURCE issue patch, this time with LTO (#5790)
+
* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.51-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years
[mpd/el8] Update to 0.22.3
by Leigh Scott
Summary of changes:
79cd24c... Update to 0.22.3 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years
[mpd/f31] Update to 0.22.3
by Leigh Scott
Summary of changes:
79cd24c... Update to 0.22.3 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years
[mpd/f32] Update to 0.22.3
by Leigh Scott
Summary of changes:
79cd24c... Update to 0.22.3 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years