Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2016-10-06 12:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and      /work/SRC/openSUSE:Factory/.liblxqt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblxqt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2015-11-13 
23:35:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes     2016-10-06 
12:43:08.000000000 +0200
@@ -1,0 +2,67 @@
+Fri Sep 30 08:04:57 UTC 2016 - [email protected]
+
+- Update descriptions. Drop seemingly unneeded Provides: liblxqt.
+  Own all directories.
+
+-------------------------------------------------------------------
+Sat Sep 24 18:15:21 UTC 2016 - [email protected]
+
+- Update to 0.11.0:
+  * Bump version ot 0.11.0 (#105)
+  * Settings: Make use of reverse_iterator conditional
+  * Application: Add <cerrno> include
+  * Settings: Add "homemade" XDG_CONFIG_DIRS support
+  * Settings: unify duplicated code
+  * Add README.md
+  * translations: Change default translations repository
+  * Update DBus Notify method annotation name
+  * Fix lupdate warning missing Q_OBJECT macro
+  * Replaces deprecated QStyleOptionViewItemV4
+  * Don't lock the screen when it's already locked.
+  * lxqtscreensaver: Makes it a opaque pointer class
+  * GridLayout: Store current animation flag
+  * lxqtgridlayout: Move private class definition
+  * HtmlDelegate: Take layoutDirection into account
+  * GridLayout: Take layoutDirection into account
+  * application: Correct signal handling & clean-up (#72)
+  * lxqtpower: Removes unused stuff
+  * SingleApplication: Only create an DBus adaptor when needed
+  * NotificationPrivate: Fixes programming typo
+  * Don't set icon theme name
+  * configdialog: Update icons in ThemeChanged event
+  * lxqtpower: Add suspend and hibernate to ConsoleKit2 provider
+  * LXQtTranslateTs.cmake: Enable PULL_TRANSLATIONS by default
+  * LXQtTranslateTs.cmake: Use/update template in remote repo
+  * .gitignore: Cleanup
+  * build: Use external translations
+  * ts-files removal (#90)
+  * GridLayout: Fix memory leak
+  * translations: Fix external translations logic
+  * translations: Add external translations support
+  * configdialog: Fix icon bar sizing
+  * configdialog: fix size of PageSelectWidget (#83)
+  * Use const references with the foreach iterator
+  * SettingsCache: Improve performance
+  * Print warning messages when using the fallback Icon Theme
+  * Use LXQT_DATA_DIR for fallback icon theme search path
+  * Sets Oxygen as the only fallback icon theme
+  * Adds CMAKE_INSTALL_PREFIX to the LXQt Theme search paths
+  * LXQtCompilerSettings: Add QT_USE_QSTRINGBUILDER to the compile definitions
+  * SingleApplication: Use QCoreApplication::exit() instead of ::exit()
+  * bump year
+  * TranslateDesktopTs: Adds UPDATE_OPTIONS options
+  * TranslateDesktop: Remove lupdate absolute option
+  * TranslateDesktop: Use -a switch in grep commands
+  * LXQtTheme: Remove (outdated) "singleclick" qss assembly
+  * settings: Upgrade emitting of "changed" signals
+  * SingleApplication: Call also QWidget::show on activate
+  * Updated Russian translation Removed ru_RU file
+  * Use QString() instead of ""
+  * Use CMAKE_INSTALL_FULL_DATAROOTDIR
+  * Add LXQT_GRAPHICS_DIR directory definition
+  * lxqt-config: Correct escaping while setting variables
+  * CMake: Removes artifact
+  * Adds FindXdgUserDirs CMake find_package module
+  * Italian translation update
+
+-------------------------------------------------------------------

Old:
----
  liblxqt-0.10.0.tar.xz

New:
----
  liblxqt-0.11.0.tar.xz
  liblxqt-0.11.0.tar.xz.asc
  liblxqt.keyring

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

Other differences:
------------------
++++++ liblxqt.spec ++++++
--- /var/tmp/diff_new_pack.2FVdCn/_old  2016-10-06 12:43:10.000000000 +0200
+++ /var/tmp/diff_new_pack.2FVdCn/_new  2016-10-06 12:43:10.000000000 +0200
@@ -17,61 +17,66 @@
 
 
 Name:           liblxqt
-Version:        0.10.0
+Version:        0.11.0
 Release:        0
-Summary:        Core utility library for lxqt
+Summary:        Core utility library for LXQt
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            http://www.lxqt.org
-Source:         
http://downloads.lxqt.org/lxqt/%{version}/liblxqt-%{version}.tar.xz
+Source:         
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+Source1:        
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source2:        %{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  pkg-config
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xdg) >= 1.3.0
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xscrnsaver)
 Obsoletes:      liblxqt-qt5 < %{version}
 Provides:       liblxqt-qt5 = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Core utility library for all lxqt components
+liblxqt represents the core library of LXQt providing essential
+functionality needed by nearly all of its components.
 
 %package -n liblxqt0
-Summary:        Libraries for lxqt
+Summary:        LXQt core library
 Group:          System/Libraries
-Provides:       liblxqt
+Recommends:     %{name}-lang
 
 %description -n liblxqt0
-Development libraries for lxqt
+liblxqt represents the core library of LXQt providing essential
+functionality needed by nearly all of its components.
 
 %package devel
 Summary:        Devel files for liblxqt
 Group:          Development/Libraries/C and C++
 Requires:       liblxqt0 = %{version}
-Requires:       pkg-config
+Requires:       pkgconfig
 Requires:       pkgconfig(Qt5Xdg)
 
 %description devel
-lxqt libraries for development
+liblxqt represents the core library of LXQt providing essential
+functionality needed by nearly all of its components.
 
-%lang_package
+This subpackage contains libraries and header files for developing
+applications that want to make use of liblxqt.
 
 %prep
 %setup -q -n liblxqt-%{version}
 
 %build
-%cmake
+%cmake -DPULL_TRANSLATIONS=No
 make %{?_smp_mflags}
 
 %install
 %cmake_install
-%fdupes -s %{buildroot}/%{_datadir}/lxqt/translations
-%fdupes -s %{buildroot}/%{_includedir}/lxqt
 
 %post -n liblxqt0 -p /sbin/ldconfig
 
@@ -82,17 +87,12 @@
 %doc AUTHORS COPYING
 %{_libdir}/%{name}.so.0
 %{_libdir}/%{name}.so.0.*
-%dir %{_datadir}/lxqt
 
 %files devel
 %defattr (-,root,root)
 %{_includedir}/lxqt/
-%{_datadir}/cmake/lxqt/
+%{_datadir}/cmake/
 %{_libdir}/pkgconfig/lxqt.pc
 %{_libdir}/%{name}.so
 
-%files -n %{name}-lang
-%defattr(-,root,root)
-%{_datadir}/lxqt/translations
-
 %changelog

++++++ liblxqt-0.10.0.tar.xz -> liblxqt-0.11.0.tar.xz ++++++
++++ 14028 lines of diff (skipped)


Reply via email to