Hello community,

here is the log from the commit of package libqt5-qtlocation for 
openSUSE:Factory checked in at 2014-03-27 09:29:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtlocation (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtlocation"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtlocation/libqt5-qtlocation.changes      
2014-03-22 09:08:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtlocation.new/libqt5-qtlocation.changes 
2014-03-27 09:30:07.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Mar 25 11:44:16 UTC 2014 - [email protected]
+
+- Update to 5.3.0 beta
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2014/03/25/qt-5-3-beta-released/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.3
+
+-------------------------------------------------------------------

Old:
----
  qtlocation-opensource-src-5.2.1.tar.xz

New:
----
  qtlocation-opensource-src-5.3.0-beta.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtlocation.spec ++++++
--- /var/tmp/diff_new_pack.JOLhhy/_old  2014-03-27 09:30:11.000000000 +0100
+++ /var/tmp/diff_new_pack.JOLhhy/_new  2014-03-27 09:30:11.000000000 +0100
@@ -16,19 +16,25 @@
 #
 
 
+%define qt5_snapshot 0
+
 %define libname libQt5Positioning5
 
 Name:           libqt5-qtlocation
-Version:        5.2.1
+Version:        5.3.0~beta
 Release:        0
 Summary:        Qt 5 Location Addon
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:          Development/Libraries/X11
 Url:            http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.2.1
-%define so_version 5.2.1
+%define real_version 5.3.0-beta
+%define so_version 5.3.0
+%if %qt5_snapshot
+%define tar_version qtlocation-%{real_version}
+%else
 %define tar_version qtlocation-opensource-src-%{real_version}
+%endif
 Source:         %{tar_version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  libqt5-qtbase-private-headers-devel >= %{version}
@@ -37,13 +43,21 @@
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(geoclue)
 BuildRequires:  pkgconfig(gypsy)
+%if %qt5_snapshot
+#to create the forwarding headers
+BuildRequires:  perl
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Qt is a set of libraries for developing applications.
 
 %prep
+%if %qt5_snapshot
+%setup -q -n qtlocation-%{real_version}
+%else
 %setup -q -n qtlocation-opensource-src-%{real_version}
+%endif
 
 %package -n %libname
 Summary:        Qt 5 Location Addon
@@ -89,6 +103,10 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
+%if %qt5_snapshot
+#force the configure script to generate the forwarding headers (it checks 
whether .git directory exists)
+mkdir .git
+%endif
 %qmake5
 %make_jobs
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to