commit qactus for openSUSE:Factory

2020-06-17 Thread root
Hello community,

here is the log from the commit of package qactus for openSUSE:Factory checked 
in at 2020-06-17 14:56:32

Comparing /work/SRC/openSUSE:Factory/qactus (Old)
 and  /work/SRC/openSUSE:Factory/.qactus.new.3606 (New)


Package is "qactus"

Wed Jun 17 14:56:32 2020 rev:8 rq:815404 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/qactus/qactus.changes2020-05-05 
18:55:54.565479764 +0200
+++ /work/SRC/openSUSE:Factory/.qactus.new.3606/qactus.changes  2020-06-17 
14:56:57.114340071 +0200
@@ -1,0 +2,8 @@
+Tue Jun 16 15:25:56 UTC 2020 - Javier Llorente 
+
+- Update to 2.0.2
+  * RequestStateEditor enhancements:
+- enable keyboard navigation
+- add shortcuts for push buttons 
+
+---

Old:

  qactus-2.0.1.tar.gz

New:

  qactus-2.0.2.tar.gz



Other differences:
--
++ qactus.spec ++
--- /var/tmp/diff_new_pack.kxG6WM/_old  2020-06-17 14:56:59.162347084 +0200
+++ /var/tmp/diff_new_pack.kxG6WM/_new  2020-06-17 14:56:59.166347098 +0200
@@ -23,7 +23,7 @@
 %global devname %{libprefix}-devel
 
 Name:   qactus
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:A GUI client for OBS
 License:GPL-2.0-only OR GPL-3.0-only

++ qactus-2.0.1.tar.gz -> qactus-2.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qactus-2.0.1/CMakeLists.txt 
new/qactus-2.0.2/CMakeLists.txt
--- old/qactus-2.0.1/CMakeLists.txt 2020-05-04 20:28:16.0 +0200
+++ new/qactus-2.0.2/CMakeLists.txt 2020-06-16 17:14:32.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
 
 project(Qactus
-   VERSION 2.0.1
+   VERSION 2.0.2
LANGUAGES CXX)
 
 add_definitions(-DQACTUS_VERSION="${PROJECT_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qactus-2.0.1/ChangeLog new/qactus-2.0.2/ChangeLog
--- old/qactus-2.0.1/ChangeLog  2020-05-04 20:28:16.0 +0200
+++ new/qactus-2.0.2/ChangeLog  2020-06-16 17:14:32.0 +0200
@@ -1,5 +1,10 @@
 Qactus ChangeLog
 
+v2.0.2 (2020-06-16)
+- RequestStateEditor enhancements:
+* enable keyboard navigation
+* add shortcuts for push buttons
+
 v2.0.1 (2020-05-04)
 - RequestStateEditor bugfixes:
 * get the full diff for the selected request
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qactus-2.0.1/qactus.spec new/qactus-2.0.2/qactus.spec
--- old/qactus-2.0.1/qactus.spec2020-05-04 20:28:16.0 +0200
+++ new/qactus-2.0.2/qactus.spec2020-06-16 17:14:32.0 +0200
@@ -22,7 +22,7 @@
 %global devname %{libprefix}-devel
 
 Name:   qactus
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:A GUI client for OBS
 License:GPL-2.0 or GPL-3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qactus-2.0.1/src/gui/requestbox/requeststateeditor.cpp 
new/qactus-2.0.2/src/gui/requestbox/requeststateeditor.cpp
--- old/qactus-2.0.1/src/gui/requestbox/requeststateeditor.cpp  2020-05-04 
20:28:16.0 +0200
+++ new/qactus-2.0.2/src/gui/requestbox/requeststateeditor.cpp  2020-06-16 
17:14:32.0 +0200
@@ -32,7 +32,6 @@
 ui->setupUi(this);
 
 ui->commentsTextBrowser->setFocus();
-ui->diffTextBrowser->setFocusPolicy(Qt::NoFocus);
 showTabBuildResults(false);
 
 // Fill in the fields
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qactus-2.0.1/src/gui/requestbox/requeststateeditor.ui 
new/qactus-2.0.2/src/gui/requestbox/requeststateeditor.ui
--- old/qactus-2.0.1/src/gui/requestbox/requeststateeditor.ui   2020-05-04 
20:28:16.0 +0200
+++ new/qactus-2.0.2/src/gui/requestbox/requeststateeditor.ui   2020-06-16 
17:14:32.0 +0200
@@ -149,6 +149,9 @@
  
   QFrame::Plain
  
+ 
+  true
+ 
 

   
@@ -199,6 +202,9 @@
  
   Qt::ImhNone
  
+ 
+  true
+ 
  
   true
  
@@ -237,7 +243,7 @@
 Qt::LeftToRight


-Accept
+Accept


 
@@ -254,7 +260,7 @@
 


-Decline
+Decline


 
@@ -265,7 +271,7 @@
  
   

-Close
+Close


 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qactus-2.0.1/src/qobs/obsrevision.h 
new/qactus-2.0.2/src/qobs/obsrevision.h
--- old/qactus-2.0.1/src/qobs/obsrevision.h 2020-05-04 

commit qactus for openSUSE:Factory

2020-05-05 Thread root
Hello community,

here is the log from the commit of package qactus for openSUSE:Factory checked 
in at 2020-05-05 18:55:48

Comparing /work/SRC/openSUSE:Factory/qactus (Old)
 and  /work/SRC/openSUSE:Factory/.qactus.new.2738 (New)


Package is "qactus"

Tue May  5 18:55:48 2020 rev:7 rq:800167 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/qactus/qactus.changes2020-04-21 
13:07:52.392477928 +0200
+++ /work/SRC/openSUSE:Factory/.qactus.new.2738/qactus.changes  2020-05-05 
18:55:54.565479764 +0200
@@ -1,0 +2,8 @@
+Mon May  4 19:42:47 UTC 2020 - Javier Llorente 
+
+- Update to 2.0.1
+  * RequestStateEditor bugfixes:
+- get the full diff for the selected request
+- use the right OBS signal finishedParsingRequestStatus()
+
+---

Old:

  qactus-2.0.0.tar.gz

New:

  qactus-2.0.1.tar.gz



Other differences:
--
++ qactus.spec ++
--- /var/tmp/diff_new_pack.ya3guN/_old  2020-05-05 18:55:55.453481676 +0200
+++ /var/tmp/diff_new_pack.ya3guN/_new  2020-05-05 18:55:55.453481676 +0200
@@ -23,7 +23,7 @@
 %global devname %{libprefix}-devel
 
 Name:   qactus
-Version:2.0.0
+Version:2.0.1
 Release:0
 Summary:A GUI client for OBS
 License:GPL-2.0-only OR GPL-3.0-only

++ qactus-2.0.0.tar.gz -> qactus-2.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qactus-2.0.0/CMakeLists.txt 
new/qactus-2.0.1/CMakeLists.txt
--- old/qactus-2.0.0/CMakeLists.txt 2020-04-20 10:28:13.0 +0200
+++ new/qactus-2.0.1/CMakeLists.txt 2020-05-04 20:28:16.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
 
 project(Qactus
-   VERSION 2.0.0
+   VERSION 2.0.1
LANGUAGES CXX)
 
 add_definitions(-DQACTUS_VERSION="${PROJECT_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qactus-2.0.0/ChangeLog new/qactus-2.0.1/ChangeLog
--- old/qactus-2.0.0/ChangeLog  2020-04-20 10:28:13.0 +0200
+++ new/qactus-2.0.1/ChangeLog  2020-05-04 20:28:16.0 +0200
@@ -1,5 +1,10 @@
 Qactus ChangeLog
 
+v2.0.1 (2020-05-04)
+- RequestStateEditor bugfixes:
+* get the full diff for the selected request
+* use the right OBS signal finishedParsingRequestStatus()
+
 v2.0.0 (2020-04-20)
 
 libqobs:
Binary files old/qactus-2.0.0/Qactus_screenshot.png and 
new/qactus-2.0.1/Qactus_screenshot.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qactus-2.0.0/README.md new/qactus-2.0.1/README.md
--- old/qactus-2.0.0/README.md  2020-04-20 10:28:13.0 +0200
+++ new/qactus-2.0.1/README.md  2020-05-04 20:28:16.0 +0200
@@ -10,6 +10,8 @@
 
 This project was originally hosted on Nokia Developer Projects until 2013, 
when the service was discontinued.
 
+![screenshot](Qactus_screenshot.png)
+
 Installation
 
 RPM packages are available at http://software.opensuse.org/package/qactus
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qactus-2.0.0/qactus.spec new/qactus-2.0.1/qactus.spec
--- old/qactus-2.0.0/qactus.spec2020-04-20 10:28:13.0 +0200
+++ new/qactus-2.0.1/qactus.spec2020-05-04 20:28:16.0 +0200
@@ -22,7 +22,7 @@
 %global devname %{libprefix}-devel
 
 Name:   qactus
-Version:2.0.0
+Version:2.0.1
 Release:0
 Summary:A GUI client for OBS
 License:GPL-2.0 or GPL-3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qactus-2.0.0/src/gui/requestbox/requeststateeditor.cpp 
new/qactus-2.0.1/src/gui/requestbox/requeststateeditor.cpp
--- old/qactus-2.0.0/src/gui/requestbox/requeststateeditor.cpp  2020-04-20 
10:28:13.0 +0200
+++ new/qactus-2.0.1/src/gui/requestbox/requeststateeditor.cpp  2020-05-04 
20:28:16.0 +0200
@@ -1,7 +1,7 @@
 /*
  *  Qactus - A Qt-based OBS client
  *
- *  Copyright (C) 2015-2019 Javier Llorente 
+ *  Copyright (C) 2015-2020 Javier Llorente 
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -43,13 +43,13 @@
 ui->dateLabelText->setText(m_request->getDate());
 
 connect(this, SIGNAL(changeSubmitRequest(QString,QString,bool)), m_obs, 
SLOT(slotChangeSubmitRequest(QString,QString,bool)));
-connect(m_obs, SIGNAL(srStatus(QString)), this, 
SLOT(slotSrStatus(QString)));
+connect(m_obs, ::finishedParsingRequestStatus, this, 
::slotRequestStatusFetched);
 connect(m_obs, SIGNAL(srDiffFetched(QString)), this, 

commit qactus for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package qactus for openSUSE:Factory checked 
in at 2020-04-21 13:07:37

Comparing /work/SRC/openSUSE:Factory/qactus (Old)
 and  /work/SRC/openSUSE:Factory/.qactus.new.2738 (New)


Package is "qactus"

Tue Apr 21 13:07:37 2020 rev:6 rq:795730 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/qactus/qactus.changes2018-12-04 
20:54:46.328823308 +0100
+++ /work/SRC/openSUSE:Factory/.qactus.new.2738/qactus.changes  2020-04-21 
13:07:52.392477928 +0200
@@ -1,0 +2,10 @@
+Mon Apr 20 08:36:45 UTC 2020 - Javier Llorente 
+
+- Update to 2.0.0
+  * Improved UI: revamped toolbar, new action toolbars, new side bar
+  icons
+  * New features such as bookmarks, meta config editor (beta), search
+  widget for BuildLogViewer, showing outgoing and declined requests
+  * Miscellaneous bugfixes and "hidden features" ;-)  
+
+---

Old:

  qactus-1.0.1.tar.gz

New:

  qactus-2.0.0.tar.gz



Other differences:
--
++ qactus.spec ++
--- /var/tmp/diff_new_pack.HVodVm/_old  2020-04-21 13:07:55.296483720 +0200
+++ /var/tmp/diff_new_pack.HVodVm/_new  2020-04-21 13:07:55.296483720 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qactus
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2018 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,13 +17,13 @@
 #
 
 
-%global libmajor 1
+%global libmajor 2
 %global libprefix libqobs
 %global libname %{libprefix}%{libmajor}
 %global devname %{libprefix}-devel
 
 Name:   qactus
-Version:1.0.1
+Version:2.0.0
 Release:0
 Summary:A GUI client for OBS
 License:GPL-2.0-only OR GPL-3.0-only

++ qactus-1.0.1.tar.gz -> qactus-2.0.0.tar.gz ++
 18356 lines of diff (skipped)




commit qactus for openSUSE:Factory

2018-12-04 Thread root
Hello community,

here is the log from the commit of package qactus for openSUSE:Factory checked 
in at 2018-12-04 20:54:46

Comparing /work/SRC/openSUSE:Factory/qactus (Old)
 and  /work/SRC/openSUSE:Factory/.qactus.new.19453 (New)


Package is "qactus"

Tue Dec  4 20:54:46 2018 rev:5 rq:653515 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/qactus/qactus.changes2018-11-26 
10:37:26.740526637 +0100
+++ /work/SRC/openSUSE:Factory/.qactus.new.19453/qactus.changes 2018-12-04 
20:54:46.328823308 +0100
@@ -1,0 +2,8 @@
+Sat Dec  1 22:34:34 UTC 2018 - Javier Llorente 
+
+- Update 1.0.1
+  * Switch from QMake to CMake, rpm spec rewritten (Thanks Neal 
+  Gompa!)
+  * Minor bugfixes
+
+---

Old:

  qactus-1.0.0.tar.bz2

New:

  qactus-1.0.1.tar.gz



Other differences:
--
++ qactus.spec ++
--- /var/tmp/diff_new_pack.XT3dC9/_old  2018-12-04 20:54:46.716822876 +0100
+++ /var/tmp/diff_new_pack.XT3dC9/_new  2018-12-04 20:54:46.716822876 +0100
@@ -2,6 +2,7 @@
 # spec file for package qactus
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,40 +17,61 @@
 #
 
 
+%global libmajor 1
+%global libprefix libqobs
+%global libname %{libprefix}%{libmajor}
+%global devname %{libprefix}-devel
+
 Name:   qactus
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:A GUI client for OBS
 License:GPL-2.0-only OR GPL-3.0-only
 Group:  Development/Tools/Building
-Url:http://www.javierllorente.com/
-Source: %{name}-%{version}.tar.bz2
+URL:https://github.com/javierllorente/qactus
+Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  cmake >= 3.5
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Widgets)
+# Needed to ensure Qt5Keychain can be used properly
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  qtkeychain-qt5-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Keychain)
+Requires:   %{libname}%{?_isa} = %{version}-%{release}
 
 %description
-A Qt5-based Open Build Service (OBS) client featuring a browser, request 
management and more
+A Qt-based Open Build Service (OBS) client featuring a browser, request 
management and more
+
+%package -n %{libname}
+Summary:A Qt-based OBS library
+Group:  System/Libraries
+
+%description -n %{libname}
+A library for interacting with the Open Build Service (OBS)
+
+%package -n %{devname}
+Summary:Development files for %{libprefix}
+Group:  Development/Libraries/C and C++
+Requires:   %{libname}%{?_isa} = %{version}-%{release}
+
+%description -n %{devname}
+This package contains the development files for %{libprefix}, a Qt-based
+Open Build Service (OBS) library
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
-cat > .qmake.cache <

commit qactus for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package qactus for openSUSE:Factory checked 
in at 2018-11-26 10:35:09

Comparing /work/SRC/openSUSE:Factory/qactus (Old)
 and  /work/SRC/openSUSE:Factory/.qactus.new.19453 (New)


Package is "qactus"

Mon Nov 26 10:35:09 2018 rev:4 rq:651951 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/qactus/qactus.changes2016-07-03 
12:29:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.qactus.new.19453/qactus.changes 2018-11-26 
10:37:26.740526637 +0100
@@ -1,0 +2,15 @@
+Sun Nov 25 23:30:41 UTC 2018 - Javier Llorente 
+
+- libqobs.so is not packaged (for now) 
+
+---
+Sun Nov 25 19:49:29 UTC 2018 - Javier Llorente 
+
+- Update to 1.0.0
+  * New: OBS browser
+  * New: build log viewer
+  * Improved request state editor
+  * Split GUI code; libqobs is born
+  * Bugs fixed, several small enhacements
+
+---

Old:

  qactus-0.7.0.tar.bz2

New:

  qactus-1.0.0.tar.bz2



Other differences:
--
++ qactus.spec ++
--- /var/tmp/diff_new_pack.Ay5Yt7/_old  2018-11-26 10:37:27.988525275 +0100
+++ /var/tmp/diff_new_pack.Ay5Yt7/_new  2018-11-26 10:37:27.992525271 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qactus
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   qactus
-Version:0.7.0
+Version:1.0.0
 Release:0
-Summary:An OBS notifier application
-License:GPL-2.0 or GPL-3.0
+Summary:A GUI client for OBS
+License:GPL-2.0-only OR GPL-3.0-only
 Group:  Development/Tools/Building
 Url:http://www.javierllorente.com/
 Source: %{name}-%{version}.tar.bz2
@@ -34,7 +34,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-A Qt-based OBS notifier application
+A Qt5-based Open Build Service (OBS) client featuring a browser, request 
management and more
 
 %prep
 %setup -q -n %{name}
@@ -49,6 +49,7 @@
 
 %install
 make INSTALL_ROOT=%{buildroot} install
+rm %{buildroot}%{_libdir}/libqobs.so
 %suse_update_desktop_file %{name}
 
 %post
@@ -59,8 +60,10 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING README.md
+%doc README.md
+%license COPYING
 %{_bindir}/%{name}
+%{_libdir}/libqobs.so.*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 

++ qactus-0.7.0.tar.bz2 -> qactus-1.0.0.tar.bz2 ++
 16023 lines of diff (skipped)




commit qactus for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package qactus for openSUSE:Factory checked 
in at 2016-07-03 12:29:14

Comparing /work/SRC/openSUSE:Factory/qactus (Old)
 and  /work/SRC/openSUSE:Factory/.qactus.new (New)


Package is "qactus"

Changes:

--- /work/SRC/openSUSE:Factory/qactus/qactus.changes2015-08-17 
15:35:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.qactus.new/qactus.changes   2016-07-03 
12:29:20.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  1 17:09:24 UTC 2016 - toddrme2...@gmail.com
+
+- Change Group tag.
+
+---



Other differences:
--
++ qactus.spec ++
--- /var/tmp/diff_new_pack.7xnfZM/_old  2016-07-03 12:29:21.0 +0200
+++ /var/tmp/diff_new_pack.7xnfZM/_new  2016-07-03 12:29:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qactus
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Release:0
 Summary:An OBS notifier application
 License:GPL-2.0 or GPL-3.0
-Group:  Utility/Development/Other
+Group:  Development/Tools/Building
 Url:http://www.javierllorente.com/
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  hicolor-icon-theme




commit qactus for openSUSE:Factory

2015-08-17 Thread h_root
Hello community,

here is the log from the commit of package qactus for openSUSE:Factory checked 
in at 2015-08-17 15:35:26

Comparing /work/SRC/openSUSE:Factory/qactus (Old)
 and  /work/SRC/openSUSE:Factory/.qactus.new (New)


Package is qactus

Changes:

--- /work/SRC/openSUSE:Factory/qactus/qactus.changes2015-06-23 
11:56:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.qactus.new/qactus.changes   2015-08-17 
15:35:28.0 +0200
@@ -1,0 +2,16 @@
+Sun Aug 16 19:19:01 UTC 2015 - jav...@opensuse.org
+
+-  Update to 0.7.0
+   * New feature: you can now add packages by dropping OBS package URLs
+   on the packages' tab
+   * New feature: proxy support
+   * New feature: self-signed certificate support
+   * New feature: using any OBS instance is now supported
+   * Networking improvements: async getBuildStatus() requests
+   * Code refactoring: OBS façade created, some code cleanup
+   * Error handling: it's more verbose about HTTP and SSL errors
+   * Fixed getting description from OBSRequest
+   * Fixed parsing empty tags (ie: description/)
+   * Minor improvements
+
+---

Old:

  qactus-0.6.0.tar.bz2

New:

  qactus-0.7.0.tar.bz2



Other differences:
--
++ qactus.spec ++
--- /var/tmp/diff_new_pack.oN3A6E/_old  2015-08-17 15:35:28.0 +0200
+++ /var/tmp/diff_new_pack.oN3A6E/_new  2015-08-17 15:35:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qactus
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   qactus
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:An OBS notifier application
 License:GPL-2.0 or GPL-3.0
@@ -25,12 +25,12 @@
 Url:http://www.javierllorente.com/
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  qtkeychain-qt5-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  qtkeychain-qt5-devel
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ qactus-0.6.0.tar.bz2 - qactus-0.7.0.tar.bz2 ++
 3976 lines of diff (skipped)