[deadbeef/f35] (4 commits) ...Update to 1.9.1.
by Vasiliy Glazov
Summary of changes:
3a6a5c7... Use compat-ffmpeg4 for f36+ (*)
c34c190... Update to 1.9.0. (*)
33d4736... Fix ppc64le build with libdispatch. (*)
03ed37c... Update to 1.9.1. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[deadbeef/f36] (3 commits) ...Update to 1.9.1.
by Vasiliy Glazov
Summary of changes:
c34c190... Update to 1.9.0. (*)
33d4736... Fix ppc64le build with libdispatch. (*)
03ed37c... Update to 1.9.1. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[deadbeef] Update to 1.9.1.
by Vasiliy Glazov
commit 03ed37c59a26497ed9215eabeadb9579293686b4
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue May 24 09:30:00 2022 +0300
Update to 1.9.1.
.gitignore | 1 +
deadbeef.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49ead29..46eb307 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/mp4p-a80941d.tar.gz
/1.9.0.tar.gz
/mp4p-a80941d.tar.gz
+/1.9.1.tar.gz
diff --git a/deadbeef.spec b/deadbeef.spec
index c2e6ec3..30fed80 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -6,7 +6,7 @@
%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
Name: deadbeef
-Version: 1.9.0
+Version: 1.9.1
Release: 1%{?dist}
Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux
@@ -159,6 +159,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue May 24 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.9.1-1
+- Update to 1.9.1
+
* Sat May 14 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.9.0-1
- Update to 1.9.0
diff --git a/sources b/sources
index 12df1f9..0d201d6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (1.9.0.tar.gz) = bb40b128653fa007b0eef8beadc7cc28214e76b6648a16b84cfeab9b140098ef169a147cb750ba165922731ef6c281f6413519b89ba8b028bdb47221e3e0f919
+SHA512 (1.9.1.tar.gz) = 8d3e1c22cc5472679586d12019544fd3a79abf27796436816877fecf84e5521209af2081c45b57e0573a3fe100ec1ba70988e933a50d7f05cdca91a7bbbf7893
SHA512 (mp4p-a80941d.tar.gz) = 1b6c2716f62629820337a4fb4996ec18db22545e45840faac27c4ad25029b97afc865a7c77a8e42e044377daaef56cce847b83150aba29edb25a3f699e109e4d
2 years, 6 months
[tg_owt] Removed obsolete __cmake_in_source_build definition.
by Vitaly Zaitsev
commit 5f31749a07e5c279e0dc83b2fa1af07988b2b2ba
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon May 23 13:15:52 2022 +0200
Removed obsolete __cmake_in_source_build definition.
tg_owt.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/tg_owt.spec b/tg_owt.spec
index 58c43a8..1560ef4 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -1,4 +1,3 @@
-%undefine __cmake_in_source_build
%global debug_package %{nil}
%global commit0 63a934db1ed212ebf8aaaa20f0010dd7b0d7b396
2 years, 6 months
[chromium-freeworld] Remove prefix from exec in desktop file
by Leigh Scott
commit 59b41045ba2ff8199df993661c50891ec1b6a24e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun May 22 10:08:32 2022 +0100
Remove prefix from exec in desktop file
chromium-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index fb8b22b..e564012 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -421,7 +421,7 @@ install -m 644 chrome.1 %{buildroot}%{_mandir}/man1/%{name}.1
sed \
-e "s|@@MENUNAME@@|%{menu_name}|g" \
-e "s|@@PACKAGE@@|%{name}|g" \
- -e "s|@@USR_BIN_SYMLINK_NAME@@|%{name}|g" \
+ -e "s|%{_bindir}/@@USR_BIN_SYMLINK_NAME@@|%{name}|g" \
chrome/installer/linux/common/desktop.template >%{name}.desktop
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
sed \
2 years, 6 months
[qmmp-plugin-pack-freeworld] new version 2.1.0
by Karel Volný
commit 598cf8024a1c5348e56b6d30e39eeb3b9ccdba8d
Author: Karel Volný <kvolny(a)redhat.com>
Date: Fri May 20 17:32:26 2022 +0200
new version 2.1.0
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 97fe27c..be36e9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ qmmp-plugin-pack-0.9.3.tar.bz2
/qmmp-plugin-pack-1.5.0.tar.bz2
/qmmp-plugin-pack-1.5.1.tar.bz2
/qmmp-plugin-pack-2.0.2.tar.bz2
+/qmmp-plugin-pack-2.1.0.tar.bz2
diff --git a/sources b/sources
index 64a43bc..a73f4f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qmmp-plugin-pack-2.0.2.tar.bz2) = cc3bd166bd3f24c6fdeb810928a721715bf4e0c70c35e0509445d553d1d4a02669f97c3ba31ec7ce02328d1768d40c33001a822f285b861d3f0462697ba08300
+SHA512 (qmmp-plugin-pack-2.1.0.tar.bz2) = 46fe5d82d7d5e36db9c2e40594c9922c2915d16eadab95cd91c9e7f7610561d5670a979429ff21d4ea9878393e678636a4011203d4ed4e50c630dc8fa2427fee
2 years, 6 months
[qmmp-plugin-pack-freeworld] new version 2.1.0
by Karel Volný
commit 6f94e14ca84d845b1781786ac0f98577abf8b452
Author: Karel Volný <kvolny(a)redhat.com>
Date: Fri May 20 15:21:02 2022 +0200
new version 2.1.0
qmmp-plugin-pack-freeworld.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qmmp-plugin-pack-freeworld.spec b/qmmp-plugin-pack-freeworld.spec
index f4efc24..091e36f 100644
--- a/qmmp-plugin-pack-freeworld.spec
+++ b/qmmp-plugin-pack-freeworld.spec
@@ -1,5 +1,5 @@
Name: qmmp-plugin-pack-freeworld
-Version: 2.0.2
+Version: 2.1.0
Release: 1%{?dist}
Summary: A set of extra plugins for Qmmp
@@ -30,7 +30,7 @@ Plugins for Qmmp from Qmmp Plugin Pack that cannot be included in Fedora.
%cmake \
-D USE_YTB:BOOL=FALSE \
-D USE_FFAP:BOOL=FALSE \
- -D USE_XMP:BOOL=FALSE \
+ -D USE_MODPLUG:BOOL=FALSE \
-D USE_SRC:BOOL=FALSE \
-D USE_GOOM:BOOL=FALSE \
-D PLUGIN_DIR=%{_lib}/qmmp
@@ -47,6 +47,9 @@ make DESTDIR=%{buildroot} install -C %{_vpath_builddir}/src/Engines/ffvideo
%changelog
+* Thu May 19 2022 Karel Volný <kvolny(a)redhat.com> 2.1.0-1
+- new version 2.1.0
+
* Fri Apr 08 2022 Karel Volný <kvolny(a)redhat.com> 2.0.2-1
- new version 2.0.2
- uses Qt6
2 years, 6 months