Hello community,

here is the log from the commit of package QtZeitgeist for openSUSE:Factory 
checked in at 2012-01-04 08:01:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/QtZeitgeist (Old)
 and      /work/SRC/openSUSE:Factory/.QtZeitgeist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "QtZeitgeist", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/QtZeitgeist/QtZeitgeist.changes  2011-09-23 
01:51:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.QtZeitgeist.new/QtZeitgeist.changes     
2012-01-04 08:01:28.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Jan  1 17:24:42 UTC 2012 - [email protected]
+
+- Update to 0.8.0
+  * Used QZeitgeist everywhere instead of QtZeitgeist
+  * QML Bindings
+  * All basic datatypes (TimeRange, Event, etc) are no longer QObjects, 
adhering to the Qt Object Model.
+  * Build system rewrite
+  * Improved QZeitgeistConfig.cmake
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  QtZeitgeist-0.7.0-fix_build.patch
  QtZeitgeist-0.7.0.tar.bz2

New:
----
  libqzeitgeist-0.8.0.tar.bz2

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

Other differences:
------------------
++++++ QtZeitgeist.spec ++++++
--- /var/tmp/diff_new_pack.ST9MAi/_old  2012-01-04 08:01:29.000000000 +0100
+++ /var/tmp/diff_new_pack.ST9MAi/_new  2012-01-04 08:01:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package QtZeitgeist
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,23 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           QtZeitgeist
-%define libname libqzeitgeist0
-Version:        0.7.0
-Release:        5
-License:        LGPL-2.1
+%define rname   libqzeitgeist
+%define libname libqzeitgeist1
+Version:        0.8.0
+Release:        0
 Summary:        Qt Zeitgeist Library
+License:        LGPL-2.1
 Group:          Development/Libraries/KDE
 Url:            http://releases.zeitgeist-project.com/qzeitgeist/
-Source:         
http://releases.zeitgeist-project.com/qzeitgeist/%{name}-%{version}.tar.bz2
+Source:         
ftp://ftp.kde.org/pub/kde/stable/libqzeitgeist/0.8.0/src/%{rname}-%{version}.tar.bz2
 Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libqt4-devel
+BuildRequires:  automoc4
 BuildRequires:  cmake
+BuildRequires:  libqt4-devel
 BuildRequires:  pkg-config
-Patch0:         QtZeitgeist-0.7.0-fix_build.patch
+BuildRequires:  zeitgeist
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Zeitgeist is a service which logs the user's activities 
@@ -44,29 +44,26 @@
 This package provides the Qt interface for Zeitgeist
 
 %prep
-%setup -q -n %{name}-%{version}-Source
-%patch0 -p1
+%setup -q -n %{rname}-%{version}
 
 %build
 mkdir build
 cd build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
-%if %_lib == "lib64"
-cmake -DCMAKE_INSTALL_PREFIX=%_prefix -DLIB_SUFFIX=64 ..
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
+%if %{_lib} == "lib64"
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=64 ..
 %else
-cmake -DCMAKE_INSTALL_PREFIX=%_prefix ..
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
 %endif
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 cd build
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
 
 %package -n %{libname}
 
-
-License:        LGPL-2.1
 Summary:        Qt Zeitgeist Library
 Group:          Development/Libraries/KDE
 
@@ -87,14 +84,15 @@
 %files -n %{libname}
 %defattr(-,root,root)
 %doc README COPYING
-%_libdir/libqzeitgeist.so.*
+%{_libdir}/libqzeitgeist.so.*
+%{_libdir}/qt4/
 
 %package devel
-License:        LGPL-2.1
 Summary:        Development files for QtZeitgeist
 Group:          Development/Libraries/KDE
 Requires:       %{libname} = %{version}
 Requires:       libqt4-devel
+Requires:       zeitgeist
 
 %description devel
 Zeitgeist is a service which logs the user's activities 
@@ -109,9 +107,9 @@
 
 %files devel
 %defattr(-,root,root)
-/usr/include/QtZeitgeist
-%_libdir/libqzeitgeist.so
-%_datadir/qzeitgeist
-%_libdir/pkgconfig/QtZeitgeist.pc
+%{_includedir}/QZeitgeist/
+%{_libdir}/cmake/QZeitgeist/
+%{_libdir}/libqzeitgeist.so
+%{_libdir}/pkgconfig/QZeitgeist.pc
 
 %changelog

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

Reply via email to