commit qactus for openSUSE:Leap:15.2

2020-05-06 Thread root
Hello community,

here is the log from the commit of package qactus for openSUSE:Leap:15.2 
checked in at 2020-05-06 20:40:15

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


Package is "qactus"

Wed May  6 20:40:15 2020 rev:14 rq:800168 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/qactus/qactus.changes  2020-04-21 
19:08:36.096120602 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.qactus.new.2738/qactus.changes
2020-05-06 20:40:17.892633709 +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.YGHauy/_old  2020-05-06 20:40:18.288634529 +0200
+++ /var/tmp/diff_new_pack.YGHauy/_new  2020-05-06 20:40:18.288634529 +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:Leap:15.2

2020-04-21 Thread root
Hello community,

here is the log from the commit of package qactus for openSUSE:Leap:15.2 
checked in at 2020-04-21 19:07:02

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


Package is "qactus"

Tue Apr 21 19:07:02 2020 rev:13 rq:796045 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/qactus/qactus.changes  2020-01-15 
15:54:56.723649560 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.qactus.new.2738/qactus.changes
2020-04-21 19:08:36.096120602 +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.3HYh0k/_old  2020-04-21 19:08:36.480121384 +0200
+++ /var/tmp/diff_new_pack.3HYh0k/_new  2020-04-21 19:08:36.480121384 +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)