commit libqimageblitz4 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libqimageblitz4 for openSUSE:Factory 
checked in at 2011-12-06 18:25:20

Comparing /work/SRC/openSUSE:Factory/libqimageblitz4 (Old)
 and  /work/SRC/openSUSE:Factory/.libqimageblitz4.new (New)


Package is libqimageblitz4, Maintainer is kde-maintain...@suse.de

Changes:




Other differences:
--
++ libqimageblitz4.spec ++
--- /var/tmp/diff_new_pack.QC904G/_old  2011-12-06 18:44:04.0 +0100
+++ /var/tmp/diff_new_pack.QC904G/_new  2011-12-06 18:44:04.0 +0100
@@ -21,7 +21,7 @@
 Name:   libqimageblitz4
 Version:0.0.6
 Release:1
-License:BSD 3-Clause
+License:BSD-3-Clause
 Summary:Graphical effect and filter library for KDE
 Url:http://qimageblitz.sourceforge.net/
 Group:  System/Libraries
@@ -39,7 +39,7 @@
 speed improvements, and MMX/SSE support.
 
 %package -n libqimageblitz-devel
-License:BSD 3-Clause
+License:BSD-3-Clause
 Summary:Development files for libqimageblitz
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

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



commit libqimageblitz4 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package libqimageblitz4 for openSUSE:Factory
checked in at Tue May 17 16:16:18 CEST 2011.




--- KDE/libqimageblitz4/libqimageblitz4.changes 2008-04-13 14:45:52.0 
+0200
+++ /mounts/work_src_done/STABLE/libqimageblitz4/libqimageblitz4.changes
2011-05-16 23:20:48.0 +0200
@@ -1,0 +2,12 @@
+Mon May 16 21:06:40 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 0.0.6
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changes in Group, Url, Summary and %description entries.
+  * Removed Provides/Obsoletes entries for libblitz4.
+  * Removed %changelog entries.
+  * Minor other updates.
+- Added a patch (taken from Fedora) to fix executable-stack rpmlint warning.
+
+---

calling whatdependson for head-i586


Old:

  qimageblitz-0.0.4.tar.bz2

New:

  qimageblitz-0.0.4-noexecstack.patch
  qimageblitz-0.0.6.tar.bz2



Other differences:
--
++ libqimageblitz4.spec ++
--- /var/tmp/diff_new_pack.mD0Ulw/_old  2011-05-17 16:11:40.0 +0200
+++ /var/tmp/diff_new_pack.mD0Ulw/_new  2011-05-17 16:11:40.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libqimageblitz4 (Version 0.0.4)
+# spec file for package libqimageblitz4
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,73 +19,64 @@
 
 
 Name:   libqimageblitz4
-BuildRequires:  cmake kde4-filesystem libqt4-devel
+Version:0.0.6
+Release:1
 License:BSD 3-Clause
-Group:  Development/Libraries/C and C++
-Summary:Image Effect Library for KDE
+Summary:Graphical effect and filter library for KDE
+Url:http://qimageblitz.sourceforge.net/
+Group:  System/Libraries
+Source0:
ftp://ftp.kde.org/pub/kde/stable/qimageblitz/qimageblitz-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM qimageblitz-0.0.4-noexecstack.patch -- Fix 
executable-stack rpmlint warning (taken from Fedora - upstreamed to 
kdesupport)
+Patch0: qimageblitz-0.0.4-noexecstack.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://delta.affinix.com/qca/
-Version:0.0.4
-Release:98
-Provides:   libblitz4 = 0.0.svn705164
-Obsoletes:  libblitz4 = 0.0.svn705164
-Source: qimageblitz-%version.tar.bz2
+BuildRequires:  cmake
+BuildRequires:  kde4-filesystem
+BuildRequires:  libqt4-devel
 
 %description
-Blitz is an interm image effect library that people can use until KDE
-4.1 is released. KImageEffect, the old image effect class is being
-dropped for KDE 4.0 and the replacement, Quasar, won't be ready until
-KDE 4.1. Blitz gives people something to use in the meantime.
-
-
-
-Authors:
-
-Daniel Duley daniel.du...@verizon.net
+libqimageblitz4 is a graphical effect and filter library for KDE4 that contains
+many improvements over KDE 3.x's kdefx library including bugfixes, memory and
+speed improvements, and MMX/SSE support.
 
 %package -n libqimageblitz-devel
 License:BSD 3-Clause
-Summary:Image Effect Library for KDE
+Summary:Development files for libqimageblitz
 Group:  Development/Libraries/C and C++
-Provides:   libblitz-devel = 0.0.svn705164
-Obsoletes:  libblitz-devel = 0.0.svn705164
-Requires:   %name = %version
+Requires:   %{name} = %{version}
 Requires:   libqt4-devel
 
 %description -n libqimageblitz-devel
-Development files for the Blitz library.
-
-
-
-Authors:
-
-Daniel Duley daniel.du...@verizon.net
+This package contains development files for libqimageblitz.
 
 %prep
-%setup -q -n qimageblitz-%version
+%setup -q -n qimageblitz-%{version}
+%patch0 -p1
 
 %build
-%cmake_kde4
+%cmake_kde4 -d build
 %make_jobs
 
 %install
-%makeinstall
+cd build
+%kde4_makeinstall
+cd ..
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/libqimageblitz.so.4*
 
 %files -n libqimageblitz-devel
-%defattr(-,root,root)
-/usr/bin/blitztest
-/usr/include/qimageblitz
+%defattr(-,root,root,-)
+%doc COPYING Changelog README.*
+%{_bindir}/blitztest
+%{_includedir}/qimageblitz/
 %{_libdir}/libqimageblitz.so
 %{_libdir}/pkgconfig/qimageblitz.pc
 

++ qimageblitz-0.0.4-noexecstack.patch ++
Use non-executable stack to make selinux happier
Upstreamed to kdesupport,
r1204248 | rdieter | 2010-12-06 08:05:09 -0600 (Mon, 06 Dec 2010) | 2 lines

diff -ur qimageblitz-0.0.706674/blitz/asm_scale.S 
qimageblitz-0.0.706674-noexecstack/blitz/asm_scale.S
---