Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit amarok
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 27 Aug 2007 17:18:14 +0200
- Message-id: <20070827151815.32E83678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package amarok
checked in at Mon Aug 27 17:18:14 CEST 2007.
--------
--- KDE/amarok/amarok.changes 2007-08-24 11:36:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes 2007-08-26 11:36:44.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Aug 26 11:36:37 CEST 2007 - ssommer@xxxxxxx
+
+- replace no button with a continue button in the No-MP3 support
+ dialog (#302250)
+
+-------------------------------------------------------------------
New:
----
amarok-continue.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ amarok.spec ++++++
--- /var/tmp/diff_new_pack.lx1246/_old 2007-08-27 17:17:57.000000000 +0200
+++ /var/tmp/diff_new_pack.lx1246/_new 2007-08-27 17:17:57.000000000 +0200
@@ -36,7 +36,7 @@
Group: Productivity/Multimedia/Sound/Players
Summary: Media Player for KDE
Version: 1.4.7
-Release: 12
+Release: 15
%if %suse_version > 1020
Requires: amarok-lang = %{version}
Recommends: libvisual-plugins
@@ -55,6 +55,7 @@
Patch12: undefined-entity.diff
Patch13: amarok-FrameworkVersion.diff
Patch14: use-ksplashscreen.diff
+Patch15: amarok-continue.diff
%description
Amarok is a media player for all kinds of media. This includes MP3, Ogg
@@ -164,6 +165,7 @@
%patch13 -p1
%endif
%patch14
+%patch15 -p1
. /etc/opt/kde3/common_options
update_admin --no-unsermake
@@ -297,6 +299,9 @@
%endif
%changelog
+* Sun Aug 26 2007 - ssommer@xxxxxxx
+- replace no button with a continue button in the No-MP3 support
+ dialog (#302250)
* Fri Aug 24 2007 - llunak@xxxxxxx
- make the splashscreen less intrusive (#298508)
* Tue Aug 21 2007 - stbinner@xxxxxxx
++++++ amarok-continue.diff ++++++
--- amarok-1.4.7/amarok/src/enginecontroller.cpp.org 2007-08-24 14:18:06.000000000 +0200
+++ amarok-1.4.7/amarok/src/enginecontroller.cpp 2007-08-24 14:21:25.000000000 +0200
@@ -274,7 +274,7 @@
, i18n("Amarok currently cannot play MP3 files.")
, i18n( "No MP3 Support" )
, installButton
- , KStdGuiItem::no()
+ , KStdGuiItem::cont()
, "codecInstallWarning" ) == KMessageBox::Yes )
{
KRun::runCommand(installScript);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |