Hello community,
here is the log from the commit of package libqt5-qtimageformats for
openSUSE:Factory checked in at 2013-11-04 09:12:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtimageformats (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtimageformats"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtimageformats/libqt5-qtimageformats.changes
2013-10-04 13:52:17.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new/libqt5-qtimageformats.changes
2013-11-04 09:12:57.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Oct 23 17:11:55 UTC 2013 - [email protected]
+
+- Update to 5.2 beta1
+ * New feature release, please see
+ http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+ and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+- Created devel package
+
+-------------------------------------------------------------------
Old:
----
qtimageformats-opensource-src-5.1.1.tar.xz
New:
----
qtimageformats-opensource-src-5.2.0-beta1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtimageformats.spec ++++++
--- /var/tmp/diff_new_pack.TgRlFv/_old 2013-11-04 09:12:57.000000000 +0100
+++ /var/tmp/diff_new_pack.TgRlFv/_new 2013-11-04 09:12:57.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtimageformats
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
Name: libqt5-qtimageformats
-Version: 5.1.1
+Version: 5.2.0~beta1
Release: 0
-License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
Summary: Qt 5 Image Format Plugins
-Url: http://qt.digia.com
+License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
Group: Development/Libraries/X11
+Url: http://qt.digia.com
Source: %{tar_version}.tar.xz
BuildRequires: libmng-devel
%define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
%define tar_version qtimageformats-opensource-src-%{real_version}
BuildRequires: libqt5-qtbase-devel >= %{version}
BuildRequires: libtiff-devel
@@ -42,34 +42,40 @@
This package contains base tools, like string, xml, and network
handling.
+%package devel
+Summary: Qt Development Kit
+Group: Development/Libraries/X11
+Requires: %name = %version
+Requires: libqt5-qtbase-devel >= %{version}
+Requires: libtiff-devel
+Requires: libmng-devel
+
+%description devel
+Qt is a set of libraries for developing applications.
+
+This package contains qtimageformats.
+
+You need this package, if you want to compile programs with qtimageformats.
+
+
%prep
%setup -q -n qtimageformats-opensource-src-%{real_version}
-
%build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
- RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
-%endif
-export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
-export CFLAGS="$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
-export MAKEFLAGS="%{?_smp_mflags}"
-qmake
-make
+%qmake5
+%make_jobs
%install
-mkdir -p %{buildroot}/%{_libqt5_plugindir}/imageformats
-install -m 755 plugins/imageformats/libqmng.so
%{buildroot}/%{_libqt5_plugindir}/imageformats/
-install -m 755 plugins/imageformats/libqtiff.so
%{buildroot}/%{_libqt5_plugindir}/imageformats/
-install -m 755 plugins/imageformats/libqtga.so
%{buildroot}/%{_libqt5_plugindir}/imageformats/
-install -m 755 plugins/imageformats/libqwbmp.so
%{buildroot}/%{_libqt5_plugindir}/imageformats/
-
-%clean
-rm -rf %{buildroot}
+%qmake5_install
%files
%defattr(-,root,root,755)
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
%{_libqt5_plugindir}/imageformats/*.so
+%files devel
+%defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%{_libqt5_libdir}/cmake/Qt5Gui/Qt5Gui_Q*Plugin.cmake
+
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]