public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10: feat: 3.0.0
@ 2026-07-06 18:05
0 siblings, 0 replies; only message in thread
From: @ 2026-07-06 18:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10
Commit : 1fa650d320eed9a238b9d2555f3f9e94cf6b7e66
Author : Marc Deop i Argemí <marcdeop@fedoraproject.org>
Date : 2024-05-04T21:33:12+02:00
Stats : +14/-14 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/1fa650d320eed9a238b9d2555f3f9e94cf6b7e66?branch=epel10
Log:
feat: 3.0.0
---
diff --git a/.gitignore b/.gitignore
index b6c39fc..b8b3e38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/amarok-387c30de482522774c28dc02c2636cd41c8334e9.tar.bz2
/amarok-7ec45dddb109fd391b900dad8705dacd4088a3c3.tar.gz
/amarok-7ec45dddb109fd391b900dad8705dacd4088a3c3.tar.bz2
+/amarok-3.0.0.tar.xz
diff --git a/amarok.spec b/amarok.spec
index 12047ba..0db155f 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -1,12 +1,8 @@
-%global commit 7ec45dddb109fd391b900dad8705dacd4088a3c3
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20240330
-
%global __provides_exclude_from ^%{_kf5_qmldir}/org/kde/amarok/.*\.so$
Name: amarok
Summary: Media player
-Version: 2.9.71%{?commitdate:^git%{commitdate}.%{shortcommit}}
+Version: 3.0.0
Release: 1%{?dist}
# KDE e.V. may determine that future GPL versions are accepted
@@ -15,7 +11,7 @@ Url: https://amarok.kde.org/
%if 0%{?commitdate}
Source0: https://invent.kde.org/multimedia/amarok/-/archive/%{commit}/amarok-%{commit}.tar.bz2
%else
-Source0: https://download.kde.org/%{stable_kf5}/amarok/%{version}/src/amarok-%{version}.tar.xz
+Source0: https://download.kde.org/%{stable_kf5}/amarok/%{version}/amarok-%{version}.tar.xz
%endif
# partially revert https://invent.kde.org/multimedia/amarok/-/commit/c095ebf8780b693605ab23efa4eae6f4dd18fc5e
@@ -249,6 +245,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}*.
%changelog
+* Wed May 01 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 3.0.0-1
+- Update to 3.0.0
+
* Sun Mar 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 2.9.71^git20240330.7ec45dd-1
- Update to snapshot 7ec45dddb109fd391b900dad8705dacd4088a3c3
diff --git a/revert.patch b/revert.patch
index bd4bb89..b8c9a8b 100644
--- a/revert.patch
+++ b/revert.patch
@@ -1,11 +1,11 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5d9b0944e0..99c22bda33 100644
+index f7f34c0d69..9f20adcabe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -188,8 +188,13 @@ if( CMAKE_BUILD_TYPE_TOLOWER MATCHES debug )
add_definitions(-Wall -Wextra)
endif()
-
+
+# this needs to be here because also code in shared/ needs config.h. This is also the
+# reason why various checks are above why they belong under if( WITH_PLAYER )
+configure_file( shared/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/shared/config.h )
@@ -13,13 +13,13 @@ index 5d9b0944e0..99c22bda33 100644
add_subdirectory( data )
add_subdirectory( images )
+add_subdirectory( shared )
-
+
if( WITH_PLAYER )
find_package(X11)
-@@ -309,12 +314,6 @@ if( WITH_PLAYER )
-
+@@ -315,12 +320,6 @@ if( WITH_PLAYER )
+ kdoctools_install( po )
endif()
-
+
-# this needs to be here because also code in shared/ needs config.h. This is also the
-# reason why various checks are above why they belong under if( WITH_PLAYER )
-configure_file( shared/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/shared/config.h )
@@ -28,4 +28,4 @@ index 5d9b0944e0..99c22bda33 100644
-
if( WITH_UTILITIES )
add_subdirectory( utilities )
- endif()
+ ecm_install_po_files_as_qm( poqm )
diff --git a/sources b/sources
index b08545e..c77d31d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (amarok-7ec45dddb109fd391b900dad8705dacd4088a3c3.tar.bz2) = 0d0d647c452a2f1e019f9ab73749b6c19856cf598143a3bb6effb8c01410c17b33216fd017d788f20f24b2c7dbd4ae4e8c3ce824124678ba74db75f6553ee622
+SHA512 (amarok-3.0.0.tar.xz) = 95246aa81af183cb112b99d7966cc2c0056881f5576020206a693d8e28ad2be632943b27576b84cc4791ff8def7f51de857d33acc379e1a5406dcba72c13d014
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:05 [rpms/amarok] epel10: feat: 3.0.0
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox