Hello community,

here is the log from the commit of package kproperty for openSUSE:Factory 
checked in at 2017-04-11 09:45:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kproperty (Old)
 and      /work/SRC/openSUSE:Factory/.kproperty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kproperty"

Tue Apr 11 09:45:27 2017 rev:2 rq:485831 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kproperty/kproperty.changes      2017-02-15 
10:04:48.381712837 +0100
+++ /work/SRC/openSUSE:Factory/.kproperty.new/kproperty.changes 2017-04-11 
09:45:33.525728204 +0200
@@ -1,0 +2,38 @@
+Tue Apr  4 17:56:56 UTC 2017 - wba...@tmo.at
+
+- Update to 3.0.1:
+  * General
+    - Make standard icon location a list of unique paths
+    - Try to find private icons resource in a dir relative to local 
+      bin/
+    - Try to locate rcc files in PATH subdirs too, useful for
+      running apps from the build dir, without installing
+    - There is only one translation catalog currently, load with
+      kpropertycore
+    - Add PainterSaver and use it to avoid problems with missing
+      QPainter::restore()
+    - Fix painting grid over scroll areas
+    - Fix crash when while removing property that has non-lowercase
+      character in its name
+  * Examples
+    - Fix KPropertyExample when KF5 is not in use
+    - Make property editor read-only if property or property set is
+      read-only
+    - Add all PROJECT_STABLE* constants
+  * Buildsystem
+    - macro kproperty_add_icons_rcc_file: generate rcc icons in the
+      builddir/bin/data/icons/ dir so it can be used within the
+      builddir
+    - Keep apps in the same bin dir so resources that are kept
+      relative to this dir can be found without installing
+    - Use ecm_install_po_files_as_qm macro for Qt Translation
+      catalogs
+    - Fix finding KProperty configs - use
+      ecm_configure_package_config_file macro
+- Add kproperty-translations.tar.xz as source, containing the
+  translations from 3.0.0 (they are missing in this release)
+- Replace KF5I18n BuildRequires with Qt5LinguistTools, that is used
+  now for installing the translations
+- Fix RPM group for the libKPropertyWidgets3-3 sub package too
+
+-------------------------------------------------------------------

Old:
----
  kproperty-3.0.0.tar.xz

New:
----
  kproperty-3.0.1.tar.xz
  kproperty-translations.tar.xz

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

Other differences:
------------------
++++++ kproperty.spec ++++++
--- /var/tmp/diff_new_pack.FP8Wcv/_old  2017-04-11 09:45:34.037655888 +0200
+++ /var/tmp/diff_new_pack.FP8Wcv/_new  2017-04-11 09:45:34.041655323 +0200
@@ -17,13 +17,14 @@
 
 
 Name:           kproperty
-Version:        3.0.0
+Version:        3.0.1
 Release:        0
 Summary:        Property editing framework with editor widget
 License:        LGPL-2.0
 Group:          Productivity/Office/Other
 Url:            http://community.kde.org/KProperty
 Source0:        %{name}-%{version}.tar.xz
+Source1:        %{name}-translations.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kconfig-devel
 BuildRequires:  kcoreaddons-devel
@@ -31,7 +32,7 @@
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +50,7 @@
 
 %package -n libKPropertyWidgets3-3
 Summary:        Editor Widget library for the property editing framework
-Group:          Development/Libraries/KDE
+Group:          System/Libraries
 Requires:       %{name} >= %{version}
 
 %description -n libKPropertyWidgets3-3
@@ -65,7 +66,7 @@
 Development package for the property editing Framework
 
 %prep
-%setup -q
+%setup -q -a1
 
 %build
 %cmake_kf5 -d build
@@ -73,7 +74,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %find_lang %{name}_qt %{name}.lang
+  %find_lang %{name} %{name}.lang --with-qt
 
 %post -n libKPropertyCore3-3 -p /sbin/ldconfig
 %postun -n libKPropertyCore3-3 -p /sbin/ldconfig

++++++ kproperty-3.0.0.tar.xz -> kproperty-3.0.1.tar.xz ++++++
++++ 13750 lines of diff (skipped)


Reply via email to