[vcmi] Don't show GITDIR-NOTFOUND in the window title
by Miro Hrončok
commit bd321f80aa1828f5f4a9353c61db95a6c969a018
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Thu Mar 4 09:49:37 2021 +0100
Don't show GITDIR-NOTFOUND in the window title
vcmi.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/vcmi.spec b/vcmi.spec
index ab3232b..d316573 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -88,6 +88,9 @@ dos2unix README.md license.txt AUTHORS ChangeLog
%patch1 -p1
+# Don't show GITDIR-NOTFOUND in the window title
+sed -i 's/GITDIR-NOTFOUND/%{scommit}/' cmake_modules/*
+
%build
# low effort fix of some cmake brokenness
3 years, 8 months
[vdr-markad/f32] Update to 2.6.4
by Martin Gansser
Summary of changes:
a304acd... Update to 2.6.4 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[vdr-markad/f33] Update to 2.6.4
by Martin Gansser
Summary of changes:
a304acd... Update to 2.6.4 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[vdr-markad/f34] Update to 2.6.4
by Martin Gansser
Summary of changes:
a304acd... Update to 2.6.4 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[vdr-markad] Update to 2.6.4
by Martin Gansser
commit a304acd06f87860be9c06b5bb8ab7df2c1ab75a3
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Mar 4 08:08:57 2021 +0100
Update to 2.6.4
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64e03ec..8673937 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-2.6.0.tar.gz
/vdr-markad-2.6.2.tar.gz
/vdr-markad-2.6.3.tar.gz
+/vdr-markad-2.6.4.tar.gz
diff --git a/sources b/sources
index e357cb7..d869f43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-2.6.3.tar.gz) = 322cbe9b1747f95265779768c8e3d772b99bb43263c9eb2961262b3bdb698e3761114b119a665dd7d533a79a1f7912ab102c113ae6b104f6e3ad87c32a8a42b8
+SHA512 (vdr-markad-2.6.4.tar.gz) = b3e2fa94a4655edddba2f23a48ed839d792836fec8b64770d55508a99c9a450a23da5c9e870f833a435dec012ff17a1ae04083a458dea0bf29dd7a60788edb03
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 41b83ef..449b6da 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,5 +1,5 @@
Name: vdr-markad
-Version: 2.6.3
+Version: 2.6.4
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -48,6 +48,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Thu Mar 04 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.4-1
+- Update to 2.6.4
+
* Fri Feb 26 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 2.6.3-1
- Update to 2.6.3
3 years, 8 months
[audacious-plugins-freeworld] Update to 4.1
by Leigh Scott
commit da76f2d188c5af88e392e1f3449537cf38528157
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Mar 3 16:19:55 2021 +0000
Update to 4.1
.gitignore | 1 +
audacious-plugins-freeworld.spec | 12 ++++++++----
sources | 2 +-
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ee27bd..df5fe75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ audacious-plugins-3.7.2.tar.bz2
/audacious-plugins-4.0.3.tar.bz2
/audacious-plugins-4.0.4.tar.bz2
/audacious-plugins-4.0.5.tar.bz2
+/audacious-plugins-4.1.tar.bz2
diff --git a/audacious-plugins-freeworld.spec b/audacious-plugins-freeworld.spec
index c96340a..c82ab88 100644
--- a/audacious-plugins-freeworld.spec
+++ b/audacious-plugins-freeworld.spec
@@ -5,12 +5,12 @@
%{?aud_plugin_dep}
Name: audacious-plugins-freeworld
-Version: 4.0.5
-Release: 3%{?dist}
+Version: 4.1
+Release: 1%{?dist}
Summary: Additional plugins for the Audacious media player
License: GPLv3
-URL: http://audacious-media-player.org/
-Source0: http://distfiles.audacious-media-player.org/audacious-plugins-%{version}....
+URL: https://audacious-media-player.org/
+Source0: https://distfiles.audacious-media-player.org/audacious-plugins-%{version}...
BuildRequires: audacious-devel >= %{version}
BuildRequires: gcc-c++
@@ -80,6 +80,7 @@ This is the plugin needed to access MMS streams.
%prep
%setup -q -n audacious-plugins-%{version}
sed -i '\,^.SILENT:,d' buildsys.mk.in
+sed -i 's!MAKE} -s!MAKE} !' buildsys.mk.in
%build
@@ -118,6 +119,9 @@ find %buildroot -type f -name "*.la" -exec rm -f {} ';'
%changelog
+* Wed Mar 03 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.1-1
+- Update to 4.1
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index eebd461..f438571 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (audacious-plugins-4.0.5.tar.bz2) = 90ab2edbfc797fa835aae9937b5f478a0ca575f31c443d9e8ba7394e1615f605beb417372872874c94d4f804dba7bea9fbae2078e162178386683d8a3e36c108
+SHA512 (audacious-plugins-4.1.tar.bz2) = 4adad3b4e9c264d52c6523fe84db56b9a87476a4ad5a86f85456a7e0276758d61675022e9e3da07e061dac45f604e54f83f9db85a37f0aaf0b75b3356a63932f
3 years, 8 months
[xv] Only apply jas_memdump patch where appropriate, and remove legacy Group: tag
by Paul Howarth
commit 76d72acfbbadb9b4a4167b4b882d05c7c00664ae
Author: Paul Howarth <paul(a)city-fan.org>
Date: Wed Mar 3 09:47:34 2021 +0000
Only apply jas_memdump patch where appropriate, and remove legacy Group: tag
xv.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xv.spec b/xv.spec
index 63ac033..c322ec9 100644
--- a/xv.spec
+++ b/xv.spec
@@ -14,7 +14,6 @@ Summary(ru.UTF-8): Программа для просмотра и преобр
Summary(tr.UTF-8): X tabanlı resim görüntüleyici
Summary(uk.UTF-8): Програма для перегляду та перетворення файлів зображень для X
License: Shareware
-Group: Applications/Multimedia
URL: http://www.trilon.com/xv/xv.html
Source0: ftp://ftp.trilon.com/pub/xv/%{name}-%{vprog}.tar.gz
Source1: http://downloads.sourceforge.net/png-mng/%{name}-%{vprog}-jumbo-patches-%...
@@ -114,7 +113,6 @@ RGB, XPM, Targa, XWD, PostScript(TM) та PM. Xv також вміє робит
%package doc
Summary: Manuals in various formats for the xv image viewer
-Group: Documentation
BuildArch: noarch
%description doc
@@ -167,8 +165,10 @@ rm ../%{name}-%{vprog}-jumbo-fix-enh-patch-%{vjumbo}.txt
# Fix FTBFS with GCC 10
%patch12 -p0
-# Fix jas_memdump replacement function
+# Fix jas_memdump replacement function if necessary
+if grep --silent --recursive 'jas_memdump.*const void' /usr/include/jasper; then
%patch13 -p0
+fi
# Include permission to distribute
install -m 0644 -p %{SOURCE2} .
3 years, 8 months