Hello community,

here is the log from the commit of package juk for openSUSE:Factory checked in 
at 2013-04-18 10:15:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/juk (Old)
 and      /work/SRC/openSUSE:Factory/.juk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "juk", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/juk/juk.changes  2013-03-14 10:59:44.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.juk.new/juk.changes     2013-04-18 
10:15:02.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr  1 19:21:28 UTC 2013 - [email protected]
+
+- Update to 4.10.2 \n  * Bugfixes
+
+-------------------------------------------------------------------

Old:
----
  juk-4.10.1.tar.xz

New:
----
  juk-4.10.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ juk.spec ++++++
--- /var/tmp/diff_new_pack.UhPF4g/_old  2013-04-18 10:15:03.000000000 +0200
+++ /var/tmp/diff_new_pack.UhPF4g/_new  2013-04-18 10:15:03.000000000 +0200
@@ -25,7 +25,7 @@
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Players
 Url:            http://www.kde.org
-Version:        4.10.1
+Version:        4.10.2
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ juk-4.10.1.tar.xz -> juk-4.10.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-4.10.1/lyricswidget.cpp 
new/juk-4.10.2/lyricswidget.cpp
--- old/juk-4.10.1/lyricswidget.cpp     2013-03-01 08:07:42.000000000 +0100
+++ new/juk-4.10.2/lyricswidget.cpp     2013-03-29 08:06:35.000000000 +0100
@@ -46,7 +46,6 @@
     bool shown = config.readEntry("Show", true);
     show->setChecked(shown);
     setVisible(shown);
-    connect(this, SLOT(setShown(bool)), SLOT(saveConfig()));
 }
 
 LyricsWidget::~LyricsWidget()
@@ -77,6 +76,11 @@
     m_networkAccessManager->get(QNetworkRequest(listUrl));
 }
 
+void LyricsWidget::hideEvent(QHideEvent *)
+{
+    saveConfig();
+}
+
 void LyricsWidget::receiveListReply(QNetworkReply* reply)
 {
     disconnect(m_networkAccessManager, SIGNAL(finished(QNetworkReply*)), this, 
SLOT(receiveListReply(QNetworkReply*)));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-4.10.1/lyricswidget.h 
new/juk-4.10.2/lyricswidget.h
--- old/juk-4.10.1/lyricswidget.h       2013-03-01 08:07:42.000000000 +0100
+++ new/juk-4.10.2/lyricswidget.h       2013-03-29 08:06:35.000000000 +0100
@@ -37,6 +37,9 @@
 public Q_SLOTS:
     void playing(const FileHandle &file);
 
+protected:
+    virtual void hideEvent(QHideEvent*);
+
 private Q_SLOTS:
     void receiveListReply(QNetworkReply*);
     void receiveLyricsReply(QNetworkReply*);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-4.10.1/main.cpp new/juk-4.10.2/main.cpp
--- old/juk-4.10.1/main.cpp     2013-03-01 08:07:42.000000000 +0100
+++ new/juk-4.10.2/main.cpp     2013-03-29 08:06:35.000000000 +0100
@@ -49,7 +49,7 @@
 int main(int argc, char *argv[])
 {
     KAboutData aboutData("juk", 0, ki18n("JuK"),
-                         "3.9", ki18n(description), KAboutData::License_GPL,
+                         "3.9.1", ki18n(description), KAboutData::License_GPL,
                          ki18n("© 2002–2012, Scott Wheeler, Michael Pyne, and 
others"),
                          KLocalizedString(),
                          "http://www.kde.org/applications/multimedia/juk/";);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to