commit qt-fsarchiver for openSUSE:Factory

2020-07-08 Thread root
Hello community,

here is the log from the commit of package qt-fsarchiver for openSUSE:Factory 
checked in at 2020-07-08 19:11:32

Comparing /work/SRC/openSUSE:Factory/qt-fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.qt-fsarchiver.new.3060 (New)


Package is "qt-fsarchiver"

Wed Jul  8 19:11:32 2020 rev:3 rq:819227 version:0.8.5_18

Changes:

--- /work/SRC/openSUSE:Factory/qt-fsarchiver/qt-fsarchiver.changes  
2020-07-06 16:29:30.391201584 +0200
+++ /work/SRC/openSUSE:Factory/.qt-fsarchiver.new.3060/qt-fsarchiver.changes
2020-07-08 19:12:27.846999346 +0200
@@ -1,0 +2,20 @@
+Tue Jul  7 11:50:28 UTC 2020 - opensuse.lietuviu.ka...@gmail.com
+
+- Update to 0.8.5-18 version:
+  * changes from 0.8.5-16 to 0.8.5-18 version:
+- Error correction: MBR and GPT are saved and written back correctly.
+  * changes from 0.8.5-15 to 0.8.5-16:
+- Partitions with LVM and raid are no longer displayed twice.
+- Small corrections.
+- Hungarian translation completed.
+  * changes from 0.8.5-14 to 0.8.5-15 
+- Root password is now encrypted and can no longer be read from RAM.
+- Root password is checked for correctness. Note on terminating 
+  the program if the password is incorrect. 
+  * changes from 0.8.5-12 to 0.8.5-14
+- A password is no longer required in the live DVD.
+- In the basic settings you can choose whether the root password 
+  is displayed or not as simple text.
+- An empty password is detected and a message is displayed.
+
+---

Old:

  qt-fsarchiver-0.8.5-12.tar.gz

New:

  qt-fsarchiver-0.8.5-18.tar.gz



Other differences:
--
++ qt-fsarchiver.spec ++
--- /var/tmp/diff_new_pack.qR7Sc5/_old  2020-07-08 19:12:28.711002326 +0200
+++ /var/tmp/diff_new_pack.qR7Sc5/_new  2020-07-08 19:12:28.711002326 +0200
@@ -16,16 +16,17 @@
 # or upstream https://sourceforge.net/p/qt-fsarchiver/tickets/
 
 
-%define custom_version 0.8.5-12
+%define hyphen_version 0.8.5-18
+%define terminal_version 0.8.5-12
 Name:   qt-fsarchiver
-Version:0.8.5_12
+Version:0.8.5_18
 Release:0
 Summary:Qt GUI for fsarchiver
 License:GPL-2.0-or-later
 Group:  System/Filesystems
 URL:http://qt-fsarchiver.sourceforge.net/
-Source0:%{name}-%{custom_version}.tar.gz
-Source1:%{name}-terminal-%{custom_version}.tar.gz
+Source0:%{name}-%{hyphen_version}.tar.gz
+Source1:%{name}-terminal-%{terminal_version}.tar.gz
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libattr-devel
 BuildRequires:  libgcrypt-devel
@@ -109,6 +110,8 @@
 %{_sbindir}/%{name}.sh
 %{_sbindir}/%{name}-terminal
 %{_sbindir}/findsmb-qt
+%{_sbindir}/ccguess
+%{_sbindir}/de
 %defattr(644,root,root,755)
 %{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/icons/hicolor/48x48

++ qt-fsarchiver-0.8.5-12.tar.gz -> qt-fsarchiver-0.8.5-18.tar.gz ++
 186449 lines of diff (skipped)




commit qt-fsarchiver for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package qt-fsarchiver for openSUSE:Factory 
checked in at 2020-07-06 16:27:10

Comparing /work/SRC/openSUSE:Factory/qt-fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.qt-fsarchiver.new.3060 (New)


Package is "qt-fsarchiver"

Mon Jul  6 16:27:10 2020 rev:2 rq:818790 version:0.8.5_12

Changes:

--- /work/SRC/openSUSE:Factory/qt-fsarchiver/qt-fsarchiver.changes  
2019-12-21 12:31:37.983370417 +0100
+++ /work/SRC/openSUSE:Factory/.qt-fsarchiver.new.3060/qt-fsarchiver.changes
2020-07-06 16:29:30.391201584 +0200
@@ -1,0 +2,5 @@
+Sat Jul  4 20:37:04 UTC 2020 - opensuse.lietuviu.ka...@gmail.com
+
+- Add option -fcommon as a workaround for compilation with GCC10.
+
+---



Other differences:
--
++ qt-fsarchiver.spec ++
--- /var/tmp/diff_new_pack.kQW7Gy/_old  2020-07-06 16:29:31.775205836 +0200
+++ /var/tmp/diff_new_pack.kQW7Gy/_new  2020-07-06 16:29:31.779205849 +0200
@@ -75,6 +75,7 @@
 echo "GenericName[lt]=Qt fsarchiver" >> starter/%{name}.desktop
 
 %build
+export CFLAGS="%{optflags} -fcommon"
 pushd %{name}-terminal
 %qmake5 %{name}-terminal.pro
 %make_jobs