Hello community,

here is the log from the commit of package libqt5-qtlocation for 
openSUSE:Factory checked in at 2017-09-12 19:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtlocation (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtlocation"

Tue Sep 12 19:52:46 2017 rev:22 rq:523393 version:5.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtlocation/libqt5-qtlocation.changes      
2017-07-08 12:24:05.857641389 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new/libqt5-qtlocation.changes 
2017-09-12 19:52:46.465184484 +0200
@@ -1,0 +2,6 @@
+Mon Sep 11 17:34:02 UTC 2017 - jeng...@inai.de
+
+- Update package descriptions.
+- Use find -exec "+" strategy.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqt5-qtlocation.spec ++++++
--- /var/tmp/diff_new_pack.ZIeLq5/_old  2017-09-12 19:52:50.280648012 +0200
+++ /var/tmp/diff_new_pack.ZIeLq5/_new  2017-09-12 19:52:50.284647450 +0200
@@ -23,7 +23,7 @@
 Name:           libqt5-qtlocation
 Version:        5.9.1
 Release:        0
-Summary:        Qt 5 Location Addon
+Summary:        Qt 5 Location Library
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:          Development/Libraries/X11
 Url:            https://www.qt.io
@@ -50,27 +50,40 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Qt is a set of libraries for developing applications.
+The Qt Location API facilitates creating mapping solutions using
+the data available from some contemporary location services.
 
 %prep
 %setup -q -n qtlocation-opensource-src-%{real_version}
 
 %package -n %libname
-Summary:        Qt 5 Positioning Addon
+Summary:        Qt 5 Positioning Library
 Group:          Development/Libraries/X11
 
 %description -n %libname
-Qt is a set of libraries for developing applications.
+The Qt Positioning API gives developers the ability to determine a
+position by using a variety of possible sources, including satellite,
+WiFi, text file, and so on. That information can then be used to, for
+example, determine a position on a map. In addition, satellite
+information can be retrieved and area-based monitoring be performed.
 
 %package -n libQt5Location5
-Summary:        Qt 5 Location Addon
+Summary:        Qt 5 Location Library
 Group:          Development/Libraries/X11
 
 %description -n libQt5Location5
-Qt is a set of libraries for developing applications.
+The Qt Location API facilitates creating mapping solutions using
+the data available from some contemporary location services.
+Using Qt Location, one can
+
+ * access and present map data,
+ * support touch gesture on a specific area of the map,
+ * query for a specific geographical location and route,
+ * add additional layers on top, such as polylines and circles,
+ * and search for places and related images.
 
 %package devel
-Summary:        Qt Development Kit
+Summary:        Development files for the Qt5 Location Library
 Group:          Development/Libraries/X11
 Requires:       %libname = %{version}
 Requires:       libQt5Location5 = %{version}
@@ -79,10 +92,14 @@
 Suggests:       pkgconfig(gypsy)
 
 %description devel
-You need this package, if you want to compile programs with qtsensors.
+The Qt Location API facilitates creating mapping solutions using
+the data available from some contemporary location services.
+
+This subpackage contains the header files for developing
+applications that want to make use of the Qt Location libraries.
 
 %package private-headers-devel
-Summary:        Non-ABI stable experimental API
+Summary:        Non-ABI stable experimental API for the Qt5 Location Library
 Group:          Development/Libraries/C and C++
 BuildArch:      noarch
 Requires:       %{name}-devel = %{version}
@@ -90,14 +107,14 @@
 Requires:       libqt5-qtdeclarative-private-headers-devel
 
 %description private-headers-devel
-This package provides private headers of libqt5-qtsensors that are normally
+This package provides private headers of libqt5-qtlocation that are normally
 not used by application development and that do not have any ABI or
 API guarantees. The packages that build against these have to require
 the exact Qt version.
 
 %package examples
 Summary:        Qt5 location examples
-Group:          Development/Libraries/X11
+Group:          Documentation/Other
 Recommends:     %{name}-devel
 
 %description examples
@@ -121,8 +138,8 @@
 
 %install
 %qmake5_install
-find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
-find %{buildroot}/%{_libdir}/pkgconfig -type f -name '*pc' -print -exec perl 
-pi -e 's, -L%{_builddir}/\S+,,g' {} \;
+find %{buildroot}/%{_libdir} -type f -name '*.la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} +
+find %{buildroot}/%{_libdir}/pkgconfig -type f -name '*.pc' -print -exec perl 
-pi -e 's, -L%{_builddir}/\S+,,g' {} +
 # kill .la files
 rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
 


Reply via email to