[mate-applet-streamer] update to 0.4.1
by Wolfgang Ulbrich
commit 14bf52331cd65e7cf150700a2abf5779e8be7d2a
Author: raveit65 <mate(a)raveit.de>
Date: Sun Mar 15 02:14:34 2020 +0100
update to 0.4.1
.gitignore | 1 +
mate-applet-streamer.spec | 11 +++++++++--
sources | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afe65a2..5e4f909 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
mate-applet-streamer-0.1.3.tar.gz
/mate-applet-streamer-0.3.10.tar.gz
/mate-applet-streamer-0.4.0.tar.gz
+/mate-applet-streamer-0.4.1.tar.gz
diff --git a/mate-applet-streamer.spec b/mate-applet-streamer.spec
index bcfca44..15e2978 100644
--- a/mate-applet-streamer.spec
+++ b/mate-applet-streamer.spec
@@ -1,6 +1,6 @@
Name: mate-applet-streamer
-Version: 0.4.0
-Release: 8%{?dist}
+Version: 0.4.1
+Release: 1%{?dist}
Summary: MATE online radio streamer applet
License: GPLv2+
URL: http://www.zavedil.com/online-radio-applet
@@ -14,6 +14,8 @@ BuildRequires: gstreamer1-plugins-base-tools
BuildRequires: gtk3-devel
BuildRequires: sqlite-devel
BuildRequires: mate-panel-devel
+BuildRequires: gettext-devel
+BuildRequires: automake
# for GStreamer with nonfree codecs
Requires: gstreamer1-plugins-bad-freeworld
@@ -27,6 +29,8 @@ Icecast directory listing in included.
%prep
%autosetup
+NOCONFIGURE=1 ./autogen.sh
+
%build
%configure \
--libdir=%{_prefix}/lib \
@@ -59,6 +63,9 @@ rm -rf %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
%changelog
+* Sun Mar 15 2020 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 0.4.1-1
+- update to 0.4.1 release
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.4.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index 4ee7e0e..9405e7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab2e411eb6b6bfef2b66da68a28c72d6 mate-applet-streamer-0.4.0.tar.gz
+SHA512 (mate-applet-streamer-0.4.1.tar.gz) = e4469e3a8569370f4074290eab6c3c51a47e523a3b778a92c06cc62e9a977282ef52ae9729e77dd773eac1dbd4cffc687264e917b2ef8172d4656a388a93c552
4 years, 8 months
[d1x/f32] Fix FTBFS
by jwrdegoede
Summary of changes:
23496a8... Fix FTBFS (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 8 months
[d1x] Fix FTBFS
by jwrdegoede
commit 23496a82795219fb1cacdeb54a8a6ada420c805f
Author: Hans de Goede <hdegoede(a)redhat.com>
Date: Sun Mar 15 00:37:02 2020 +0100
Fix FTBFS
d1x-gcc10.patch | 45 +++++++++++++++++++++++++++++++++++++++++++++
d1x.spec | 7 ++++++-
2 files changed, 51 insertions(+), 1 deletion(-)
---
diff --git a/d1x-gcc10.patch b/d1x-gcc10.patch
new file mode 100644
index 0000000..bd2ae74
--- /dev/null
+++ b/d1x-gcc10.patch
@@ -0,0 +1,45 @@
+diff -up dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/3d/clipper.cpp~ dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/3d/clipper.cpp
+--- dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/3d/clipper.cpp~ 2018-12-18 05:39:20.000000000 +0100
++++ dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/3d/clipper.cpp 2020-03-14 22:56:56.867804712 +0100
+@@ -5,6 +5,8 @@
+ * terms and a link to the Git history.
+ */
+
++#include <stdexcept>
++
+ #include "3d.h"
+ #include "globvars.h"
+ #include "clipper.h"
+diff -up dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/include/physfsx.h~ dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/include/physfsx.h
+--- dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/include/physfsx.h~ 2018-12-18 05:39:20.000000000 +0100
++++ dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/include/physfsx.h 2020-03-14 23:01:45.626259926 +0100
+@@ -13,6 +13,7 @@
+
+ #pragma once
+
++#include <stdexcept>
+ #include <cstddef>
+ #include <memory>
+ #include <string.h>
+diff -up dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/main/segment.h~ dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/main/segment.h
+--- dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/main/segment.h~ 2018-12-18 05:39:20.000000000 +0100
++++ dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/common/main/segment.h 2020-03-14 22:56:55.739802933 +0100
+@@ -25,6 +25,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CO
+
+ #pragma once
+
++#include <stdexcept>
+ #include <physfs.h>
+ #include <type_traits>
+ #include "pstypes.h"
+diff -up dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/similar/main/ai.cpp~ dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/similar/main/ai.cpp
+--- dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/similar/main/ai.cpp~ 2018-12-18 05:39:20.000000000 +0100
++++ dxx-rebirth-af25483d01e444553b70cf70c2c7fb8403875f71/similar/main/ai.cpp 2020-03-14 22:56:57.580805835 +0100
+@@ -24,6 +24,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CO
+ */
+
+ #include <algorithm>
++#include <stdexcept>
+ #include <cstdlib>
+ #include <stdio.h>
+ #include <time.h>
diff --git a/d1x.spec b/d1x.spec
index baf9682..825167c 100644
--- a/d1x.spec
+++ b/d1x.spec
@@ -8,7 +8,7 @@
Summary: Descent 1 game and shareware data files (d1x-rebirth version)
Name: d1x
Version: 1.43
-Release: 23.rebirth_v%{rebirth_version}.%{snapshotdate}git%{shortcommit}%{?dist}
+Release: 24.rebirth_v%{rebirth_version}.%{snapshotdate}git%{shortcommit}%{?dist}
License: non-commercial
Source0: https://github.com/dxx-rebirth/dxx-rebirth/archive/%{commit}/dxx-rebirth-...
Source1: d1x-rebirth.sh
@@ -17,6 +17,7 @@ Source3: d1swdf.tar.gz
Source4: https://www.icculus.org/d2x/data/d2shar10.tar.gz
Source5: d1x-rebirth.appdata.xml
Source6: d2x-rebirth.appdata.xml
+Patch0: d1x-gcc10.patch
URL: https://www.dxx-rebirth.com/
BuildRequires: gcc gcc-c++ libpng-devel
BuildRequires: SDL-devel SDL_mixer-devel mesa-libGL-devel mesa-libGLU-devel
@@ -62,6 +63,7 @@ robots-h.mvl files to the dir.
%prep
%setup -q -n dxx-rebirth-%{commit} -a 3 -a 4
+%patch0 -p1
# Fixup encoding and CTRL+Z at the end of the orderfrm.txt files
iconv -f CP850 -t UTF-8 d1shar/ORDERFRM.TXT | head -n-3 > ORDERFRM.TXT
touch -r d1shar/ORDERFRM.TXT ORDERFRM.TXT
@@ -149,6 +151,9 @@ appstream-util validate-relax --nonet \
%changelog
+* Sat Mar 14 2020 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.43-24.rebirth_v0.60.20181218gitaf25483
+- Fix FTBFS
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.43-23.rebirth_v0.60.20181218gitaf25483
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 8 months
[comskip/f32] Update to 0.82.009
by Leigh Scott
Summary of changes:
69f244e... Update to 0.82.009 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 8 months
[comskip] Update to 0.82.009
by Leigh Scott
commit 69f244ebae145f1e0bde798cc814b59fd6a7d1e2
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Mar 14 20:16:24 2020 +0000
Update to 0.82.009
.gitignore | 2 +
...-AM_PROG_CC_C_O-for-missing-legacy-source.patch | 24 ----------
0002-replace-deprecated-CODEC_FLAG_GRAY.patch | 52 ----------------------
...o-be-explicitly-enabled-or-disabled-with-.patch | 52 ----------------------
comskip.spec | 18 ++++----
sources | 2 +-
6 files changed, 13 insertions(+), 137 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad60981..6f05419 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
/v0.82.003.tar.gz
+/0.82.009.tar.gz
+/Comskip-0.82.009.tar.gz
diff --git a/comskip.spec b/comskip.spec
index 1e4f8e4..6d9884f 100644
--- a/comskip.spec
+++ b/comskip.spec
@@ -1,13 +1,12 @@
+# suppress gcc-10 FTBFS
+%define _legacy_common_support 1
Name: comskip
-Version: 0.82.003
-Release: 7%{?dist}
+Version: 0.82.009
+Release: 1%{?dist}
Summary: A free commercial detector
License: GPLv2+
URL: https://github.com/erikkaashoek/Comskip
-Source0: %{url}/archive/v%{version}.tar.gz
-Patch0: 0001-Added-AM_PROG_CC_C_O-for-missing-legacy-source.patch
-Patch1: 0002-replace-deprecated-CODEC_FLAG_GRAY.patch
-Patch2: 0003-Allow-GUI-to-be-explicitly-enabled-or-disabled-with-.patch
+Source0: %{url}/archive/%{version}/Comskip-%{version}.tar.gz
BuildRequires: libtool
BuildRequires: argtable-devel
@@ -20,9 +19,9 @@ Comskip is a free commercial detector written by erikkaashoek
%autosetup -p1 -n Comskip-%{version}
%build
-# The version wasn't updated in the configure.ac file
-sed -i "s/0.81.098/%{version}/" configure.ac
./autogen.sh
+# suppress deprecated-declarations
+export CFLAGS='%{optflags} -Wno-deprecated-declarations'
%configure --disable-gui
%make_build
@@ -34,6 +33,9 @@ sed -i "s/0.81.098/%{version}/" configure.ac
%{_bindir}/comskip
%changelog
+* Sat Mar 14 2020 leigh123linux <leigh123linux(a)googlemail.com> - 0.82.009-1
+- Update to 0.82.009
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.82.003-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index c360e7d..17dd47a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-09fce09b31ae83228f1a91e9f2855a51 v0.82.003.tar.gz
+SHA512 (Comskip-0.82.009.tar.gz) = 996ae5447fc1e69b534ddf76cbcfeebc8bca0c4c40335a9348a24b5a9d19738c18d3ae970ca8f166d04c9a5ea6e89eba9e698d54c42c96a3133442fd8c3811d7
4 years, 8 months
[ripcord/f32] Update to 0.4.24
by sentry
Summary of changes:
adc5cc6... Update to 0.4.24 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 8 months
[ripcord/f31] Update to 0.4.24
by sentry
Summary of changes:
adc5cc6... Update to 0.4.24 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 8 months
[ripcord/f30] Update to 0.4.24
by sentry
Summary of changes:
adc5cc6... Update to 0.4.24 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 8 months