public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Gansser <mgansser@netcom-mail.de>
To: git-commits@fedoraproject.org
Subject: [rpms/sayonara] f44: Update to 1.12.0 stable1
Date: Fri, 07 Aug 2026 08:07:04 GMT [thread overview]
Message-ID: <178609002425.1.7878189361867949981.rpms-sayonara-cb89dbcd272f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/sayonara
Branch : f44
Commit : cb89dbcd272fa9133b55d770e777f1eab15bd5b1
Author : Martin Gansser <mgansser@netcom-mail.de>
Date : 2026-08-07T10:06:00+02:00
Stats : +9/-26 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/sayonara/c/cb89dbcd272fa9133b55d770e777f1eab15bd5b1?branch=f44
Log:
Update to 1.12.0 stable1
---
diff --git a/.gitignore b/.gitignore
index 2bfb236..56f1110 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@
/sayonara-player-1.10.0-stable1.tar.bz2
/sayonara-player-1.11.0-stable1.tar.bz2
/sayonara-player-1.11.0-stable2.tar.bz2
+/sayonara-player-1.12.0-stable1.tar.bz2
diff --git a/sayonara.spec b/sayonara.spec
index a2e8a7b..6fe97df 100644
--- a/sayonara.spec
+++ b/sayonara.spec
@@ -1,7 +1,7 @@
%global __cmake_in_source_build 1
%global prerel beta2
%global stable 1
-%global stable_ver stable2
+%global stable_ver stable1
Summary: A lightweight Qt Audio player
License: GPL-3.0-or-later
@@ -9,13 +9,13 @@ URL: http://sayonara-player.com
Name: sayonara
%if 0%{?stable}
-Version: 1.11.0
-Release: 5.%{stable_ver}%{?dist}
+Version: 1.12.0
+Release: 1.%{stable_ver}%{?dist}
#Release: 3%%{?dist}
Source0: https://gitlab.com/luciocarreras/sayonara-player/-/archive/%{version}-%{stable_ver}/sayonara-player-%{version}-%{stable_ver}.tar.bz2
%else
Version: 1.10.0
-Release: 0.7.%{prerel}%{?dist}
+Release: 0.6.%{prerel}%{?dist}
Source0: https://gitlab.com/luciocarreras/sayonara-player/-/archive/%{version}-%{prerel}/sayonara-player-%{version}-%{prerel}.tar.bz2
%endif
@@ -41,14 +41,6 @@ CPU usage, low memory consumption and no long loading times are only three
benefits of this player. Sayonara should be easy and intuitive to use and
therefore it should be able to compete with the most popular music players.
-%package doc
-Summary: Documentation files for %{name}
-BuildArch: noarch
-
-%description doc
-The %{name}-doc package contains html documentation
-that use %{name}.
-
%prep
%if 0%{?stable}
%autosetup -p1 -n %{name}-player-%{version}-%{stable_ver}
@@ -56,7 +48,7 @@ that use %{name}.
%autosetup -p1 -n %{name}-player-%{version}-%{prerel}
%endif
-sed -i -e 's|1.11.0-stable1|1.11.0-stable2|' CMakeLists.txt
+sed -i -e 's|cmake_minimum_required(VERSION 3.8)|cmake_minimum_required(VERSION 3.1.0...4.0)|' CMakeLists.txt
rm -rf .gitignore .gitlab-ci.yml debian
# use system taglib
@@ -69,12 +61,6 @@ rm -rf src/3rdParty/Taglib
-DCMAKE_INSTALL_PREFIX=%{_prefix}
%cmake_build
-# build docs
-# update Doxyfile
-doxygen -u docs/doxygen.cfg
-# build docs
-doxygen docs/doxygen.cfg
-
%install
%cmake_install
@@ -104,13 +90,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{_mandir}/man1/%{name}-ctl.1.gz
%{_mandir}/man1/%{name}-query.1.gz
-%files doc
-#doc docs/html
-%{_datadir}/doc/%{name}/doxygen/html
-
%changelog
-* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-5.stable2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+* Fri Aug 07 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.12.0-1.stable1
+- Update to 1.12.0 stable1
* Sun Jan 25 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.11.0-4.stable2
- Rebuilt for https://fedoraproject.org/wiki/Changes/TagLib2
diff --git a/sources b/sources
index 8de4214..04ecf50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sayonara-player-1.11.0-stable2.tar.bz2) = 3454ae2e7421f5449a12e891972e5933f8a41e55fe879421b64e1a42327a9803962f5ce4fab6baa1c3f4fe4b2bfdd79ee2e42841d28a25c51888ee2a5a7d27bc
+SHA512 (sayonara-player-1.12.0-stable1.tar.bz2) = 2c2ff13802b725f99db9b7b6c6f5af08fbefcbf0b007cf6d06f73a530ae962389ce7a31a4164b52f99381760d73a2d67452b455c2e765156ab53eba9ac964655
reply other threads:[~2026-08-07 8:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178609002425.1.7878189361867949981.rpms-sayonara-cb89dbcd272f@fedoraproject.org \
--to=mgansser@netcom-mail.de \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox