commit kpmcore for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Factory checked 
in at 2019-02-24 17:12:33

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


Package is "kpmcore"

Sun Feb 24 17:12:33 2019 rev:8 rq:672268 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/kpmcore/kpmcore.changes  2017-12-19 
10:57:11.401108408 +0100
+++ /work/SRC/openSUSE:Factory/.kpmcore.new.28833/kpmcore.changes   
2019-02-24 17:12:44.864478903 +0100
@@ -1,0 +2,5 @@
+Tue Oct 16 19:40:49 UTC 2018 - Fabian Vogt 
+
+- Use %license
+
+---



Other differences:
--
++ kpmcore.spec ++
--- /var/tmp/diff_new_pack.y9mlU5/_old  2019-02-24 17:12:46.352478638 +0100
+++ /var/tmp/diff_new_pack.y9mlU5/_new  2019-02-24 17:12:46.356478637 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpmcore
 #
-# Copyright (c) 2017 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -22,7 +22,7 @@
 Version:3.3.0
 Release:0
 Summary:KDE Partition Manager core library
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  Productivity/Office/Other
 Url:https://projects.kde.org/projects/extragear/sysadmin/kpmcore
 Source: 
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
@@ -64,9 +64,7 @@
 
 Main kpmcore library.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q
@@ -85,13 +83,13 @@
 %postun -n libkpmcore%{sover} -p /sbin/ldconfig
 
 %files
-%doc COPYING.GPL3
+%license COPYING.GPL3
 %{_kf5_servicetypesdir}/*desktop
 %{_kf5_plugindir}/*.so
 %{_kf5_servicesdir}/*desktop
 
 %files -n libkpmcore%{sover}
-%doc COPYING.GPL3
+%license COPYING.GPL3
 %{_libdir}/libkpmcore.so.*
 
 %files devel




commit kpmcore for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Factory checked 
in at 2017-12-19 10:57:09

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


Package is "kpmcore"

Tue Dec 19 10:57:09 2017 rev:7 rq:557633 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/kpmcore/kpmcore.changes  2017-10-02 
16:54:48.377316974 +0200
+++ /work/SRC/openSUSE:Factory/.kpmcore.new/kpmcore.changes 2017-12-19 
10:57:11.401108408 +0100
@@ -1,0 +2,18 @@
+Fri Dec 15 18:15:44 UTC 2017 - wba...@tmo.at
+
+- Update to 3.3.0
+  * some improvements for Btrfs, F2FS, NTFS file systems
+  * first bits of new LUKS2 on-disk format support, now KDE
+Partition Manager can display LUKS2 labels. More LUKS2 work
+will follow in KPM 3.4.
+  * There were changes in how LVM devices are detected which might
+be interesting if you use Calamares installer. In that case,
+you also need at least Calamares 3.1.8. Older versions will not
+compile against KPMcore 3.3.
+  * KPMcore library now only depends on just three Tier 1
+Frameworks (I18n, CoreAddons, WidgetsAddons) instead of Tier 3
+(although, we will later require Tier 2 KAuth too)
+- Drop fix-build-with-older-parted.patch, it cannot be built on
+  Leap 42 anymore anyway because it needs newer Qt5 and blkid
+
+---

Old:

  fix-build-with-older-parted.patch
  kpmcore-3.2.0.tar.xz

New:

  kpmcore-3.3.0.tar.xz



Other differences:
--
++ kpmcore.spec ++
--- /var/tmp/diff_new_pack.1idZVf/_old  2017-12-19 10:57:12.293065349 +0100
+++ /var/tmp/diff_new_pack.1idZVf/_new  2017-12-19 10:57:12.297065156 +0100
@@ -16,21 +16,19 @@
 #
 
 
-%global sover 6
+%global sover 7
 %bcond_without lang
 Name:   kpmcore
-Version:3.2.0
+Version:3.3.0
 Release:0
 Summary:KDE Partition Manager core library
 License:GPL-3.0
 Group:  Productivity/Office/Other
 Url:https://projects.kde.org/projects/extragear/sysadmin/kpmcore
 Source: 
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE fix-build-with-older-parted.patch wba...@tmo.at -- fix 
the build with parted 3.1 that's included in 13.2 and Leap 42
-Patch1: fix-build-with-older-parted.patch
 BuildRequires:  extra-cmake-modules
+BuildRequires:  kcoreaddons-devel
 BuildRequires:  ki18n-devel
-BuildRequires:  kservice-devel
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  libatasmart-devel
 BuildRequires:  libblkid-devel
@@ -72,9 +70,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} <= 1320
-%patch1 -p1
-%endif
 
 %build
 %cmake_kf5 -d build

++ kpmcore-3.2.0.tar.xz -> kpmcore-3.3.0.tar.xz ++
 25406 lines of diff (skipped)




commit kpmcore for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Factory checked 
in at 2017-10-02 16:54:38

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


Package is "kpmcore"

Mon Oct  2 16:54:38 2017 rev:6 rq:530297 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/kpmcore/kpmcore.changes  2017-07-07 
10:17:12.164580962 +0200
+++ /work/SRC/openSUSE:Factory/.kpmcore.new/kpmcore.changes 2017-10-02 
16:54:48.377316974 +0200
@@ -1,0 +2,26 @@
+Sun Oct  1 18:25:52 UTC 2017 - fab...@ritter-vogt.de
+
+- Run spec-cleaner
+
+---
+Sun Oct  1 12:03:27 UTC 2017 - wba...@tmo.at
+
+- Update to 3.2.0
+  * Added support for UDF file system (this change requires
+util-linux 2.30). While adding support for UDF, the following
+general improvements were made:
++ KPM now supports setting label for file systems where it can
+  only be done during initial formating (e.g. nilfs2 or udf)
++ File system label widget (QLineEdit) now validates its input
+  for certain file systems (at the moment only FAT and UDF),
+  not just maximum label length.
+  * Detection support for ISO9660 file system
+  * kpmcore now has lighter KDE Frameworks dependencies, KIO is no
+longer necessary, KIconThemes dependency moved from kpmcore to
+Partition Manager
+  * kpmcore now has its own fstab parser and writer. Before we
+used to rely on glibc but it had no support for reading fstab
+comments, etc.
+- Update build requirements
+
+---

Old:

  kpmcore-3.1.2.tar.xz

New:

  kpmcore-3.2.0.tar.xz



Other differences:
--
++ kpmcore.spec ++
--- /var/tmp/diff_new_pack.n5V9Ng/_old  2017-10-02 16:54:48.941237821 +0200
+++ /var/tmp/diff_new_pack.n5V9Ng/_new  2017-10-02 16:54:48.945237259 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%global sover 5
+%global sover 6
 %bcond_without lang
 Name:   kpmcore
-Version:3.1.2
+Version:3.2.0
 Release:0
 Summary:KDE Partition Manager core library
 License:GPL-3.0
@@ -30,8 +30,6 @@
 Patch1: fix-build-with-older-parted.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
 BuildRequires:  kservice-devel
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  libatasmart-devel
@@ -40,10 +38,10 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
 Requires:   libkpmcore%{sover} = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Library for managing partitions. Common code for KDE Partition Manager and 
other projects.
@@ -92,27 +90,22 @@
 %postun -n libkpmcore%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING.GPL3
 %{_kf5_servicetypesdir}/*desktop
 %{_kf5_plugindir}/*.so
 %{_kf5_servicesdir}/*desktop
 
 %files -n libkpmcore%{sover}
-%defattr(-,root,root)
 %doc COPYING.GPL3
-%defattr(-,root,root,-)
 %{_libdir}/libkpmcore.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/cmake/KPMcore/
 %{_includedir}/kpmcore/
 %{_libdir}/libkpmcore.so
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
 %endif
 
 %changelog

++ kpmcore-3.1.2.tar.xz -> kpmcore-3.2.0.tar.xz ++
 57452 lines of diff (skipped)




commit kpmcore for openSUSE:Factory

2017-07-07 Thread root
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Factory checked 
in at 2017-07-07 10:17:09

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


Package is "kpmcore"

Fri Jul  7 10:17:09 2017 rev:5 rq:508417 version:3.1.2

Changes:

--- /work/SRC/openSUSE:Factory/kpmcore/kpmcore.changes  2017-06-21 
13:57:34.800083284 +0200
+++ /work/SRC/openSUSE:Factory/.kpmcore.new/kpmcore.changes 2017-07-07 
10:17:12.164580962 +0200
@@ -1,0 +2,7 @@
+Wed Jul  5 15:22:01 UTC 2017 - wba...@tmo.at
+
+- Update to 3.1.2
+  * Fix a possible null pointer dereference when glibc's getlogin
+function failed to return username of current user
+
+---

Old:

  kpmcore-3.1.1.tar.xz

New:

  kpmcore-3.1.2.tar.xz



Other differences:
--
++ kpmcore.spec ++
--- /var/tmp/diff_new_pack.V8AsxF/_old  2017-07-07 10:17:15.140159935 +0200
+++ /var/tmp/diff_new_pack.V8AsxF/_new  2017-07-07 10:17:15.140159935 +0200
@@ -19,7 +19,7 @@
 %global sover 5
 %bcond_without lang
 Name:   kpmcore
-Version:3.1.1
+Version:3.1.2
 Release:0
 Summary:KDE Partition Manager core library
 License:GPL-3.0

++ kpmcore-3.1.1.tar.xz -> kpmcore-3.1.2.tar.xz ++
 2261 lines of diff (skipped)




commit kpmcore for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Factory checked 
in at 2017-06-21 13:57:33

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


Package is "kpmcore"

Wed Jun 21 13:57:33 2017 rev:4 rq:505074 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kpmcore/kpmcore.changes  2017-06-04 
02:00:53.671176572 +0200
+++ /work/SRC/openSUSE:Factory/.kpmcore.new/kpmcore.changes 2017-06-21 
13:57:34.800083284 +0200
@@ -1,0 +2,7 @@
+Mon Jun 19 14:03:29 UTC 2017 - wba...@tmo.at
+
+- Update to 3.1.1
+  * Disables plasma removable device automounting before doing any
+tasks.
+
+---

Old:

  kpmcore-3.1.0.tar.xz

New:

  kpmcore-3.1.1.tar.xz



Other differences:
--
++ kpmcore.spec ++
--- /var/tmp/diff_new_pack.Dpw9l7/_old  2017-06-21 13:57:35.935923064 +0200
+++ /var/tmp/diff_new_pack.Dpw9l7/_new  2017-06-21 13:57:35.943921936 +0200
@@ -19,7 +19,7 @@
 %global sover 5
 %bcond_without lang
 Name:   kpmcore
-Version:3.1.0
+Version:3.1.1
 Release:0
 Summary:KDE Partition Manager core library
 License:GPL-3.0

++ kpmcore-3.1.0.tar.xz -> kpmcore-3.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpmcore-3.1.0/CMakeLists.txt 
new/kpmcore-3.1.1/CMakeLists.txt
--- old/kpmcore-3.1.0/CMakeLists.txt2017-06-01 14:31:01.0 +0200
+++ new/kpmcore-3.1.1/CMakeLists.txt2017-06-18 15:23:40.0 +0200
@@ -24,7 +24,7 @@
 set(QT_MIN_VERSION "5.7.0")
 set(VERSION_MAJOR "3")
 set(VERSION_MINOR "1")
-set(VERSION_RELEASE "0")
+set(VERSION_RELEASE "1")
 set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE})
 set(SOVERSION "5")
 add_definitions(-D'VERSION="${VERSION}"') #"
@@ -47,6 +47,7 @@
 
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
   Core
+  DBus
   Gui
   Widgets
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpmcore-3.1.0/po/fr/kpmcore.po 
new/kpmcore-3.1.1/po/fr/kpmcore.po
--- old/kpmcore-3.1.0/po/fr/kpmcore.po  2017-06-01 14:30:50.0 +0200
+++ new/kpmcore-3.1.1/po/fr/kpmcore.po  2017-06-18 15:23:30.0 +0200
@@ -1886,7 +1886,7 @@
 msgstr "Désactiver la partition d'échange"
 
 #: fs/luks.cpp:165
-#, fuzzy, kde-kuit-format
+#, kde-kuit-format
 msgctxt "@title:menu"
 msgid "Decrypt"
 msgstr "Déchiffrer"
@@ -4050,25 +4050,25 @@
 msgstr ""
 
 #: util/helpers.cpp:97
-#, fuzzy, kde-kuit-format
+#, kde-kuit-format
 msgctxt "@info:credit"
 msgid "Volker Lanz"
 msgstr "Volker Lanz"
 
 #: util/helpers.cpp:97
-#, fuzzy, kde-kuit-format
+#, kde-kuit-format
 msgctxt "@info:credit"
 msgid "Former maintainer"
 msgstr "Mainteneur précédent"
 
 #: util/helpers.cpp:98
-#, fuzzy, kde-kuit-format
+#, kde-kuit-format
 msgctxt "@info:credit"
 msgid "Andrius Štikonas"
 msgstr "Andrius Štikonas"
 
 #: util/helpers.cpp:98
-#, fuzzy, kde-kuit-format
+#, kde-kuit-format
 msgctxt "@info:credit"
 msgid "Maintainer"
 msgstr "Mainteneur"
@@ -4080,9 +4080,7 @@
 msgstr ""
 
 #: util/helpers.cpp:99
-#, fuzzy, kde-format
-#| msgctxt "@info:credit"
-#| msgid "Former maintainer"
+#, kde-format
 msgctxt "@info:credit"
 msgid "Calamares maintainer"
 msgstr "Mainteneur précédent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpmcore-3.1.0/po/gl/kpmcore.po 
new/kpmcore-3.1.1/po/gl/kpmcore.po
--- old/kpmcore-3.1.0/po/gl/kpmcore.po  2017-06-01 14:30:51.0 +0200
+++ new/kpmcore-3.1.1/po/gl/kpmcore.po  2017-06-18 15:23:30.0 +0200
@@ -12,7 +12,7 @@
 "Project-Id-Version: partitionmanager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-01 03:15+0200\n"
-"PO-Revision-Date: 2017-02-03 17:05+0100\n"
+"PO-Revision-Date: 2017-06-11 09:14+0100\n"
 "Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
 "Language-Team: Galician \n"
@@ -1576,7 +1576,7 @@
 #, kde-kuit-format
 msgctxt "@info:progress"
 msgid "Setting label for partition %1 to %2"
-msgstr "Pon a etiqueta da partición %1 como «%2»"
+msgstr "Pon a etiqueta da partición %1 como %2"
 
 #: fs/filesystem.cpp:384
 #, kde-kuit-format
@@ -2447,7 +2447,7 @@
 "because there is no support for it."
 msgstr ""
 "Non é posíbel cambiar o tamaño do sistema de ficheiros da partición "
-"%1 porque non hai soporte para el."
+"%1 porque non hai compatibilidade con el."
 
 #: jobs/resizefilesystemjob.cpp:126
 #, kde-kuit-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpmcore-3.1.0/po/sr/kpmcore.po 

commit kpmcore for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Factory checked 
in at 2017-06-04 02:00:52

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


Package is "kpmcore"

Sun Jun  4 02:00:52 2017 rev:3 rq:500767 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/kpmcore/kpmcore.changes  2017-02-16 
16:49:28.368298384 +0100
+++ /work/SRC/openSUSE:Factory/.kpmcore.new/kpmcore.changes 2017-06-04 
02:00:53.671176572 +0200
@@ -1,0 +2,12 @@
+Fri Jun  2 12:16:24 UTC 2017 - wba...@tmo.at
+
+- Update to 3.1.0
+  * Fix some crashes when attempting to run without admin
+privileges
+  * Improve support for changing file system labels online
+  * Fix creation of LUKS volumes on some systems with NVMe disks
+  * Require Qt 5.7
+  * Detect Virtio KVM devices
+- Remove INSTALL file from the package to fix an rpmlint warning
+
+---

Old:

  kpmcore-3.0.3.tar.xz

New:

  kpmcore-3.1.0.tar.xz



Other differences:
--
++ kpmcore.spec ++
--- /var/tmp/diff_new_pack.wjtAab/_old  2017-06-04 02:00:54.239096411 +0200
+++ /var/tmp/diff_new_pack.wjtAab/_new  2017-06-04 02:00:54.239096411 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%global sover 4
+%global sover 5
 %bcond_without lang
 Name:   kpmcore
-Version:3.0.3
+Version:3.1.0
 Release:0
 Summary:KDE Partition Manager core library
 License:GPL-3.0
@@ -39,7 +39,7 @@
 BuildRequires:  parted-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Core) >= 5.6.1
+BuildRequires:  pkgconfig(Qt5Core) >= 5.7.0
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
 Requires:   libkpmcore%{sover} = %{version}
@@ -93,7 +93,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.GPL3 INSTALL
+%doc COPYING.GPL3
 %{_kf5_servicetypesdir}/*desktop
 %{_kf5_plugindir}/*.so
 %{_kf5_servicesdir}/*desktop

++ kpmcore-3.0.3.tar.xz -> kpmcore-3.1.0.tar.xz ++
 22904 lines of diff (skipped)




commit kpmcore for openSUSE:Factory

2017-02-16 Thread root
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Factory checked 
in at 2017-02-16 16:49:27

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


Package is "kpmcore"

Changes:

--- /work/SRC/openSUSE:Factory/kpmcore/kpmcore.changes  2017-02-03 
17:46:00.562143350 +0100
+++ /work/SRC/openSUSE:Factory/.kpmcore.new/kpmcore.changes 2017-02-16 
16:49:28.368298384 +0100
@@ -1,0 +2,12 @@
+Sun Feb  5 22:34:16 UTC 2017 - wba...@tmo.at
+
+- Update to 3.0.3
+  * some fixes for LUKS encrypted LVM logical volumes
+
+---
+Fri Jan  6 18:58:22 UTC 2017 - wba...@tmo.at
+
+- Update to 3.0.2
+  * some "used space" fixes that are essential for Calamares
+
+---

Old:

  kpmcore-3.0.1.tar.xz

New:

  kpmcore-3.0.3.tar.xz



Other differences:
--
++ kpmcore.spec ++
--- /var/tmp/diff_new_pack.fEw4hp/_old  2017-02-16 16:49:28.988210361 +0100
+++ /var/tmp/diff_new_pack.fEw4hp/_new  2017-02-16 16:49:28.992209793 +0100
@@ -19,7 +19,7 @@
 %global sover 4
 %bcond_without lang
 Name:   kpmcore
-Version:3.0.1
+Version:3.0.3
 Release:0
 Summary:KDE Partition Manager core library
 License:GPL-3.0

++ kpmcore-3.0.1.tar.xz -> kpmcore-3.0.3.tar.xz ++
 9611 lines of diff (skipped)