public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10: - amarok-2.2.1
@ 2026-07-06 18:04 Rex Dieter
0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-07-06 18:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10
Commit : bff0721c74358139eb7695e0516dabdb9bb7ebf9
Author : Rex Dieter <rdieter@fedoraproject.org>
Date : 2009-11-12T13:03:08+00:00
Stats : +7/-39 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/bff0721c74358139eb7695e0516dabdb9bb7ebf9?branch=epel10
Log:
- amarok-2.2.1
---
diff --git a/.cvsignore b/.cvsignore
index e81d1cb..4d738f0 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-amarok-2.2.0.tar.bz2
+amarok-2.2.1.tar.bz2
diff --git a/amarok.spec b/amarok.spec
index 5e33696..83334e1 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -1,8 +1,8 @@
Name: amarok
Summary: Media player
-Version: 2.2.0
-Release: 3%{?dist}
+Version: 2.2.1
+Release: 1%{?dist}
Group: Applications/Multimedia
License: GPLv2+
@@ -13,8 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch50: amarok-2.0.90-qtscript_not_required.patch
## upstream patches
-# sigh, ride the lyric roller-coaster
-Patch100: lyric.patch
BuildRequires: curl-devel
BuildRequires: desktop-file-utils
@@ -83,7 +81,6 @@ Obsoletes: amarok-utilities < 2.0.96
%setup -q
%patch50 -p1 -b .qtscript_not_required
-%patch100 -p1 -b .lyric
%build
@@ -175,6 +172,9 @@ fi
%changelog
+* Wed Nov 11 2009 Rex Dieter <rdieter@fedoraproject.org. 2.2.1-1
+- amarok-2.2.1
+
* Thu Oct 08 2009 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-3
- upstream lyric.patch
diff --git a/lyric.patch b/lyric.patch
deleted file mode 100644
index 2c129b2..0000000
--- a/lyric.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff --git a/src/scripts/lyrics_lyricwiki/main.js b/src/scripts/lyrics_lyricwiki/main.js
-index 60150f9..5c75473 100644
---- a/src/scripts/lyrics_lyricwiki/main.js
-+++ b/src/scripts/lyrics_lyricwiki/main.js
-@@ -97,10 +97,26 @@ function onFinished( response )
- return;
- }
- // parse the relevant part of the html source of the returned page
-- relevant = /<div[^<>]*['"]lyricbox['"][^<>]*>(.*)<\/div>/.exec(response)[1];
-+ var pos = response.indexOf( "lyricbox" );
-+ var startPos = response.indexOf( ">", pos ) + 1;
-+ var endPos = response.indexOf( "</div>", startPos );
-+ var otherDivPos = response.indexOf( "<div", startPos );
-+ while ( otherDivPos != -1 && otherDivPos < endPos ) {
-+ endPos = response.indexOf( "</div>", endPos + 1 );
-+ otherDivPos = response.indexOf( "<div", otherDivPos + 1 );
-+ }
-+ var relevant = response.substring( startPos, endPos );
- // take care of a few special cases
- relevant = relevant.replace(/<br\s*\/?>/g, "\n") + "\n\n"; // convert <br> to \n
- relevant = relevant.replace( /—/g, "—" ); // not supported by QDomDocument
-+ // strip adverts
-+ pos = relevant.indexOf( "rtMatcher" );
-+ while( pos != -1 ) {
-+ startPos = relevant.lastIndexOf( "<div", pos );
-+ endPos = relevant.indexOf( "</div>", pos );
-+ relevant = relevant.substring( 0, startPos ) + relevant.substring( endPos + 6 );
-+ pos = relevant.indexOf( "rtMatcher" );
-+ }
- // construct a QDomDocument to convert special characters in the lyrics text.
- doc2 = new QDomDocument();
- doc2.setContent( "<?xml version=\"1.0\" encoding=\"UTF-8\"?><lyrics>" + relevant + "</lyrics>" );
diff --git a/sources b/sources
index 83e500c..4ba33cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a0188c5eb7d343109b82964942d8eb5 amarok-2.2.0.tar.bz2
+4f6f45f0c25f85f2a2a1fff169ac7193 amarok-2.2.1.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:04 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:04 [rpms/amarok] epel10: - amarok-2.2.1 Rex Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox