Hello community,

here is the log from the commit of package qwt for openSUSE:Factory checked in 
at 2014-03-18 16:01:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qwt (Old)
 and      /work/SRC/openSUSE:Factory/.qwt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qwt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qwt/qwt.changes  2012-11-28 16:33:43.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.qwt.new/qwt.changes     2014-03-18 
16:01:48.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Feb  1 19:02:08 UTC 2014 - [email protected]
+
+- updated to version 5.2.3
+  * Several minor bug fixes
+- Smaller spec cleanup: remove ancient distro checks
+- Added Conflicts with libftdi1-devel for devel-doc subpackage, both
+  provide deprecated(3) man page
+
+-------------------------------------------------------------------

Old:
----
  qwt-5.2.2.pdf
  qwt-5.2.2.tar.bz2

New:
----
  qwt-5.2.3.pdf
  qwt-5.2.3.tar.bz2

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

Other differences:
------------------
++++++ qwt.spec ++++++
--- /var/tmp/diff_new_pack.OOj5i9/_old  2014-03-18 16:01:50.000000000 +0100
+++ /var/tmp/diff_new_pack.OOj5i9/_new  2014-03-18 16:01:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qwt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -21,26 +21,18 @@
 Summary:        Qt Widgets for Technical Applications
 License:        SUSE-QWT-1.0
 Group:          Development/Libraries/C and C++
-Version:        5.2.2
+Version:        5.2.3
 Release:        0
 Url:            http://qwt.sourceforge.net/
 Source:         
http://switch.dl.sourceforge.net/sourceforge/qwt/qwt-%{version}.tar.bz2
 Source2:        qwt-rpmlintrc
 Source3:        %{name}-%{version}.pdf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
-
-%if 0%{?mandriva_version} || 0%{?mdkversion}
-BuildRequires:  libqt-devel
-%else
-BuildRequires:  qt-devel
-%endif
-
-%if 0%{?suse_version} >= 1100
-BuildRequires:  fdupes
-%endif
+BuildRequires:  libqt4-devel
 
 %description
 The Qwt library contains GUI Components and utility classes which are
@@ -64,15 +56,9 @@
 Requires:       freetype2-devel
 Requires:       gcc-c++
 Requires:       libpng-devel
-%if 0%{?mandriva_version} || 0%{?mdkversion}
-Requires:       libqt-devel
-%else
-Requires:       qt-devel
-%endif
-%if 0%{?suse_version} >= 1100
+Requires:       libqt4-devel
 Recommends:     %{name}-devel-doc
 Recommends:     %{name}-examples
-%endif
 Obsoletes:      libqwt5-devel < %{version}
 Provides:       libqwt5-devel = %{version}
 Provides:       qwt = %{version}
@@ -95,11 +81,7 @@
 Summary:        Plugin for the Qt Interface designer
 Group:          Development/Tools/IDE
 Requires:       %{name}-devel = %{version}
-%if 0%{?mandriva_version} || 0%{?mdkversion}
-Requires:       libqt-devel
-%else
-Requires:       qt-devel
-%endif
+Requires:       libqt4-devel
 
 %description designer
 The %{name}-designer package contains the plugin for the Qt User Interface
@@ -111,6 +93,8 @@
 Requires:       %{name}-devel = %{version}
 Obsoletes:      libqwt5-devel-doc < %{version}
 Provides:       libqwt5-devel-doc = %{version}
+# Both provide deprecated(3) man page
+Conflicts:      libftdi1-devel
 
 %description devel-doc
 This package contains the development documentation of the Qwt widgets
@@ -120,13 +104,6 @@
 %setup -q
 
 %build
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-export PATH=%{_libdir}/qt4/bin/:$PATH
-%endif
-%if 0%{?mandriva_version} == 2008 || 0%{?mdkversion} == 200800
-export PATH=/usr/lib/qt4/bin/:$PATH
-%endif
-
 # Now build the qwt5 library
 qmake \
    INSTALLBASE=%{_prefix} \
@@ -146,16 +123,9 @@
 # docu
 install -m0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}-devel-doc/%{name}.pdf
 # designer plugin
-%if 0%{?mandriva_version} == 2008 || 0%{?mdkversion} == 200800
-mkdir -p %{buildroot}/%{_prefix}/lib/qt4/plugins/designer
-mv -v %{buildroot}/%{_libdir}/libqwt_designer_plugin.so 
%{buildroot}/%{_prefix}/lib/qt4/plugins/designer/
-%else
 mkdir -p %{buildroot}/%{_libdir}/qt4/plugins/designer
 mv -v %{buildroot}/%{_libdir}/libqwt_designer_plugin.so 
%{buildroot}/%{_libdir}/qt4/plugins/designer/
-%endif
-%if 0%{?suse_version} >= 1100
-%fdupes %{buildroot}
-%endif
+%fdupes -s %{buildroot}
 
 %post -n %{lname} -p /sbin/ldconfig
 
@@ -171,17 +141,7 @@
 
 %files designer
 %defattr(-,root,root)
-%if 0%{?mandriva_version} == 2008 || 0%{?mdkversion} == 200800
-%{_prefix}/lib/qt4/plugins/designer/libqwt_designer_plugin.so
-%else
-%if 0%{suse_version} < 1030
-# directories not owned by a package:
-%dir %{_libdir}/qt4
-%dir %{_libdir}/qt4/plugins
-%dir %{_libdir}/qt4/plugins/designer
-%endif
 %{_libdir}/qt4/plugins/designer/libqwt_designer_plugin.so
-%endif
 
 %files devel
 %defattr(-,root,root)

++++++ qwt-5.2.2.pdf -> qwt-5.2.3.pdf ++++++
(binary differes)

++++++ qwt-5.2.2.tar.bz2 -> qwt-5.2.3.tar.bz2 ++++++
++++ 175052 lines of diff (skipped)

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

Reply via email to