Hello community,

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

Package is "libqt5-qtscript"

Changes:
--------
--- /work/SRC/openSUSE:13.1/libqt5-qtscript/libqt5-qtscript.changes     
2013-10-01 08:14:20.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-qtscript.new/libqt5-qtscript.changes        
2013-10-04 13:53:18.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 18:08:02 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/qtscript/blobs/release/dist/changes-5.1.1
+  and http://qt-project.org/wiki/Qt511KnownIssues for known issues
+- Small spec cleanup
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libqt5-qtscript.spec ++++++
--- /var/tmp/diff_new_pack.D0zn9U/_old  2013-10-04 13:53:18.000000000 +0200
+++ /var/tmp/diff_new_pack.D0zn9U/_new  2013-10-04 13:53:18.000000000 +0200
@@ -19,20 +19,20 @@
 %define libname libQt5Script5
 
 Name:           libqt5-qtscript
-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 qtscript-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-devel >= %version
-BuildRequires:  libqt5-qtbase-private-headers-devel
-BuildRequires:  xz
-Url:            http://qt.digia.com
-Summary:        Qt 5 QtScript Library
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+Summary:        Qt 5 QtScript Library
+Url:            http://qt.digia.com
 Group:          Development/Libraries/X11
 Source:         %{tar_version}.tar.xz
+%define base_name libqt5
+%define real_version 5.1.1
+%define so_version 5.1.1
+%define tar_version qtscript-opensource-src-%{real_version}
+BuildRequires:  libqt5-qtbase-devel >= %{version}
+BuildRequires:  libqt5-qtbase-private-headers-devel >= %{version}
+BuildRequires:  xz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -42,8 +42,6 @@
 This package contains base tools, like string, xml, and network
 handling.
 
-
-
 %prep
 %setup -q -n qtscript-opensource-src-%{real_version}
 
@@ -60,8 +58,8 @@
 %package -n libQt5Script-devel
 Summary:        Qt Development Kit
 Group:          Development/Libraries/X11
-Requires:       %libname = %version
-Requires:       libqt5-qtbase-devel >= %version
+Requires:       %libname = %{version}
+Requires:       libqt5-qtbase-devel >= %{version}
 
 %description -n libQt5Script-devel
 You need this package, if you want to compile programs with qtscript.
@@ -69,8 +67,8 @@
 %package -n libQt5Script-private-headers-devel
 Summary:        Non-ABI stable experimental API
 Group:          Development/Libraries/C and C++
-Requires:       libQt5Script-devel = %version
-Requires:       libqt5-qtbase-private-headers-devel
+Requires:       libQt5Script-devel = %{version}
+Requires:       libqt5-qtbase-private-headers-devel >= %{version}
 
 %description -n libQt5Script-private-headers-devel
 This package provides private headers of libqt5-qtscript that are normally
@@ -83,23 +81,23 @@
 %postun -n %libname -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 -type f -name '*pc' -print -exec perl -pi -e "s, 
-L$RPM_BUILD_DIR/?\S+,,g" {} \; -exec sed -i -e 
"s,^moc_location=.*,moc_location=%{_libqt5_bindir}/moc," -e 
"s,uic_location=.*,uic_location=%{_libqt5_bindir}/uic," {} \;
+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} -type f -name '*pc' -print -exec perl -pi -e "s, 
-L$RPM_BUILD_DIR/?\S+,,g" {} \; -exec sed -i -e 
"s,^moc_location=.*,moc_location=%{_libqt5_bindir}/moc," -e 
"s,uic_location=.*,uic_location=%{_libqt5_bindir}/uic," {} \;
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n %libname
 %defattr(-,root,root,755)

++++++ qtscript-opensource-src-5.1.0.tar.xz -> 
qtscript-opensource-src-5.1.1.tar.xz ++++++
++++ 8394 lines of diff (skipped)

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

Reply via email to