Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2019-09-09 12:29:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtdeclarative"

Mon Sep  9 12:29:37 2019 rev:56 rq:729203 version:5.13.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes    
    2019-08-16 09:47:53.906800076 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.7948/libqt5-qtdeclarative.changes
      2019-09-09 12:29:38.681614169 +0200
@@ -1,0 +2,8 @@
+Fri Sep  6 08:03:38 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.13.1:
+  * New bugfix release
+  * For more details please see:
+  * 
http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.13.1/?h=v5.13.1
+
+-------------------------------------------------------------------
@@ -4,0 +13,7 @@
+
+-------------------------------------------------------------------
+Wed Jul  3 10:02:23 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Link from Qt bindir into %_bindir, not the other way around to fix
+  applicationDirPath called from Qt binaries
+- Add -qt5 suffix to all binaries in %_bindir

Old:
----
  qtdeclarative-everywhere-src-5.13.0.tar.xz

New:
----
  qtdeclarative-everywhere-src-5.13.1.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.FO7XAG/_old  2019-09-09 12:29:40.525611779 +0200
+++ /var/tmp/diff_new_pack.FO7XAG/_new  2019-09-09 12:29:40.533611769 +0200
@@ -21,16 +21,16 @@
 %define libname libQtQuick5
 
 Name:           libqt5-qtdeclarative
-Version:        5.13.0
+Version:        5.13.1
 Release:        0
 Summary:        Qt 5 Declarative Library
 License:        LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
 Group:          Development/Libraries/X11
 Url:            https://www.qt.io
 %define base_name libqt5
-%define real_version 5.13.0
-%define so_version 5.13.0
-%define tar_version qtdeclarative-everywhere-src-5.13.0
+%define real_version 5.13.1
+%define so_version 5.13.1
+%define tar_version qtdeclarative-everywhere-src-5.13.1
 Source:         
https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE sse2_nojit.patch -- enable JIT and sse2 only on sse2 case
@@ -179,19 +179,18 @@
 # kill .la files
 rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
 
-# put all the binaries to %%_bindir, add -qt5 suffix, and symlink them back to 
%%_qt5_bindir
+# Link all the binaries with -qt5 suffix to %{_bindir}
 mkdir -p %{buildroot}%{_bindir}
 pushd %{buildroot}%{_libqt5_bindir}
 for i in * ; do
   case "${i}" in
     qmlplugindump|qmlprofiler)
-      mv $i ../../../bin/${i}-qt5
-      ln -s ../../../bin/${i}-qt5 .
-      ln -s ../../../bin/${i}-qt5 $i
+      ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5
       ;;
    *)
-      mv $i ../../../bin/
-      ln -s ../../../bin/$i .
+      # No conflict with Qt4, so keep the original name for compatibility
+      ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}
+      ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5
       ;;
   esac
 done

++++++ qtdeclarative-everywhere-src-5.13.0.tar.xz -> 
qtdeclarative-everywhere-src-5.13.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/qtdeclarative-everywhere-src-5.13.0.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.7948/qtdeclarative-everywhere-src-5.13.1.tar.xz
 differ: char 27, line 1


Reply via email to