Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2013-10-04 13:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtdeclarative"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes    
    2013-10-01 08:13:22.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
   2013-10-04 13:52:09.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 17:00:21 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 5.1.1:
+  * Bugfix release, please see
+  http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
+  http://qt.gitorious.org/qt/qtdeclarative/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  qtdeclarative-opensource-src-5.1.0.tar.xz

New:
----
  qtdeclarative-opensource-src-5.1.1.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.kesJDY/_old  2013-10-04 13:52:10.000000000 +0200
+++ /var/tmp/diff_new_pack.kesJDY/_new  2013-10-04 13:52:10.000000000 +0200
@@ -19,23 +19,23 @@
 %define libname libQtQuick5
 
 Name:           libqt5-qtdeclarative
-BuildRequires:  fdupes
-Version:        5.1.0
+Version:        5.1.1
 Release:        0
-%define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
-%define tar_version qtdeclarative-opensource-src-%{real_version}
-BuildRequires:  libQt5XmlPatterns-devel
-BuildRequires:  libQt5Svg-devel
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  libQt5V8-private-headers-devel
-BuildRequires:  xz
-Url:            http://qt.digia.com
-Summary:        Qt 5 Declarative Library
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:        Qt 5 Declarative Library
+Url:            http://qt.digia.com
 Group:          Development/Libraries/X11
 Source:         %{tar_version}.tar.xz
+BuildRequires:  fdupes
+BuildRequires:  libQt5Svg-devel >= %{version}
+BuildRequires:  libQt5V8-private-headers-devel >= %{version}
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtdeclarative-opensource-src-%{real_version}
+BuildRequires:  libQt5XmlPatterns-devel >= %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel >= %{version}
+BuildRequires:  xz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -45,8 +45,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtdeclarative-opensource-src-%{real_version}
 
@@ -63,11 +61,11 @@
 %package -n libQt5Quick-devel
 Summary:        Qt Development Kit
 Group:          Development/Libraries/X11
-Requires:       %libname = %version
-Requires:       libQt5XmlPatterns-devel
-Requires:       libQt5V8-devel
-Requires:       libQt5Svg-devel
-Requires:       libqt5-qtbase-devel
+Requires:       %libname = %{version}
+Requires:       libQt5Svg-devel >= %{version}
+Requires:       libQt5V8-devel >= %{version}
+Requires:       libQt5XmlPatterns-devel >= %{version}
+Requires:       libqt5-qtbase-devel >= %{version}
 
 %description -n libQt5Quick-devel
 You need this package, if you want to compile programs with qtdeclarative.
@@ -75,9 +73,9 @@
 %package -n libQt5Quick-private-headers-devel
 Summary:        Non-ABI stable experimental API
 Group:          Development/Libraries/C and C++
-Requires:       libQt5Quick-devel = %version
-Requires:       libqt5-qtbase-private-headers-devel
-Requires:       libQt5V8-private-headers-devel
+Requires:       libQt5Quick-devel = %{version}
+Requires:       libQt5V8-private-headers-devel >= %{version}
+Requires:       libqt5-qtbase-private-headers-devel >= %{version}
 
 %description -n libQt5Quick-private-headers-devel
 This package provides private headers of libqt5-qtdeclarative that are normally
@@ -94,22 +92,22 @@
 %postun -n libQt5Quick-devel -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
+export PATH=%{_libqt5_bindir}:$PATH
 %ifarch ppc64
-  RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
+  RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF"
-export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF"
-export MAKEFLAGS="%{?jobs:-j %jobs}"
+export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
+export CFLAGS="$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
+export MAKEFLAGS="%{?_smp_mflags}"
 qmake
 make
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT/%_libdir -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
-find $RPM_BUILD_ROOT/%_libdir/pkgconfig -type f -name '*pc' -print -exec perl 
-pi -e 's, -L%{_builddir}/\S+,,g' {} \;
+make INSTALL_ROOT=%{buildroot} 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' {} \;
 
-# put all the binaries to %_bindir, add -qt5 suffix, and symlink them back to 
%_qt5_bindir
+# put all the binaries to %{_bindir}, add -qt5 suffix, and symlink them back 
to %_qt5_bindir
 mkdir %{buildroot}%{_bindir}
 pushd %{buildroot}%{_libqt5_bindir}
 for i in * ; do
@@ -119,10 +117,10 @@
 done
 popd
 
-%fdupes $RPM_BUILD_ROOT/%_libqt5_includedir
+%fdupes %{buildroot}/%{_lib}qt5_includedir
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)
@@ -140,14 +138,14 @@
 
 %files -n libQt5Quick-private-headers-devel
 %defattr(-,root,root,755)
-%_libqt5_includedir/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*/%{so_version}
 
 %files -n libQt5Quick-devel
 %defattr(-,root,root,755)
 %{_bindir}/*
 %{_libqt5_bindir}/*
-%exclude %_libqt5_includedir/Qt*/%{so_version}
-%_libqt5_includedir/Qt*
+%exclude %{_libqt5_includedir}/Qt*/%{so_version}
+%{_libqt5_includedir}/Qt*
 %{_libqt5_libdir}/cmake/Qt5Q*
 %{_libqt5_libdir}/libQt5*.la
 %{_libqt5_libdir}/libQt5*.prl

++++++ qtdeclarative-opensource-src-5.1.0.tar.xz -> 
qtdeclarative-opensource-src-5.1.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/qtdeclarative-opensource-src-5.1.0.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/qtdeclarative-opensource-src-5.1.1.tar.xz
 differ: char 25, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to