Hello community,

here is the log from the commit of package zeitgeist for openSUSE:Factory
checked in at Mon May 9 09:49:07 CEST 2011.



--------
--- GNOME/zeitgeist/zeitgeist.changes   2010-11-17 16:42:38.000000000 +0100
+++ /mounts/work_src_done/STABLE/zeitgeist/zeitgeist.changes    2011-04-29 
23:52:41.000000000 +0200
@@ -1,0 +2,71 @@
+Fri Apr 29 23:12:54 UTC 2011 - [email protected]
+
+- Update to 0.7.1:
+  + Overall:
+    - Added new event interpretation types: AcceptEvent, DenyEvent
+      and ExpireEvent.
+    - Include NCO in the generated ontologies.
+    - Better ./configure check for python-rdflib.
+    - Update the manpage to document exit codes.
+  + Engine:
+    - Expose property information in the D-Bus introspection output
+    - Mention column names explicitly when inserting events, for
+      compatibility with the upcoming 0.8 release.
+  + Python API:
+    - Expose DataSourceRegistry's enabled status in a callback.
+    - Automatically reconnect to Zeitgeist if the connection is
+      lost when using methods asynchronously.
+    - lp#673008, lp#727226: Reinstall all active monitors upon
+      reconnection.
+    - lp#732015: Fix a (harmless) race condition requesting the bus
+      name.
+- Drop zeitgeist-no-rdfpipe.patch: fixed upstream.
+- Escape % in comments in the .spec file to fix some rpmlint
+  warnings.
+- Use source services: download_url, recompress and set_version.
+
+-------------------------------------------------------------------
+Thu Mar  3 14:14:22 CET 2011 - [email protected]
+
+- Remove checks for openSUSE 11.1 or earlier: those versions are
+  not maintained anymore.
+
+-------------------------------------------------------------------
+Tue Jan 18 12:30:54 CST 2011 - [email protected]
+
+- Update to version 0.7:
+  + Overall:
+    - Using logging output for debugging purposes (lp#660440)
+    - Stop building man page for zeitgeist-datahub (lp#680360)
+    - Allow easy building for KDE (lp#683280)
+    - Logging output now displays how many events were actually
+      inserted from the batch of requested inserts (lp#660440)
+    - Changed License to LGPL 2.1+
+  + Engine:
+    - Added some new mimetype mappings
+    - Speed up the GetEvents method by caching events (lp#686732)
+    - Allow extension without public method (lp#691660)
+    - Added a read-only DBus property "extensions" to
+      org.gnome.zeitgeist.Log (lp#693861)
+    - Added helper function to get an extension's name
+    - Fixed bug in RemoteInterface.Quit(): make sure to close
+      connection to the used bus if this method gets called, this
+      is needed if RemoteInterface does not know anything about the
+      loop it is running in.
+    - Fix sending payload from engine to client (lp#692645)
+    - Improve performance of DataSourceRegistry (lp#695311)
+    - Improve performance of find_event queries with timerange
+      other than TimeRange.always() (lp#672965)
+    - Add an auto-filter for broken database entries (lp#598666
+      workaround)
+    - Introduce new DB schema (version 3) that bundles a few
+      performance related fixes (lp#673452, lp#673394)
+  + Python API:
+    - Fix find_event_for_template to stop ignoring the template
+      (lp#690377)
+    - Add get_extensions method to ZeitgeistClient
+- Add zeitgeist-no-rdfpipe.patch: this removes a check in
+  configure, that is not needed anymore.
+- Update license tag to LGPLv2.1+.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  zeitgeist-0.6.tar.bz2

New:
----
  _service
  _service:recompress:download_url:zeitgeist-0.7.1.tar.bz2
  _service:set_version:zeitgeist.spec

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

Other differences:
------------------
++++++ _service:set_version:zeitgeist.spec ++++++
#
# spec file for package zeitgeist
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           zeitgeist
Version: 0.7.1
Release: 0
License:        LGPLv2.1+
Summary:        Zeitgeist Engine
Url:            https://launchpad.net/zeitgeist
Group:          Productivity/Other
Source:         %{name}-%{version}.tar.bz2
# dbus required for file ownership only.
BuildRequires:  dbus-1
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  python
BuildRequires:  python-rdflib
BuildRequires:  python-xml
BuildRequires:  raptor
Requires:       dbus-1-python
# For gconf
Requires:       python-gnome
Requires:       python-gobject2
Requires:       python-rdflib
Requires:       python-xdg
Requires:       python-xml
# For recent files data source
Recommends:     python-gtk
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
%py_requires

%description
Zeitgeist is a service that logs the users activity. The log can be
queried and managed in various ways over a DBus API.

This is the Zeitgeist backend engine.

%lang_package
%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
# Let's move the .pc file from %%{_libdir} to %%{_datadir}. As of up to version 
0.5.0 of zeitgeist,
# the .pc file does not contain any Requires and no arch-dependent information. 
Moving the file
# to %%{_datadir} allows us to remain a noarch package
install -d -m 755 %{buildroot}%{_datadir}/pkgconfig
mv %{buildroot}%{_libdir}/pkgconfig/zeitgeist-daemon.pc 
%{buildroot}%{_datadir}/pkgconfig/zeitgeist-daemon.pc
%fdupes %{buildroot}%{_datadir}/zeitgeist
%fdupes %{buildroot}%{python_sitelib}
%find_lang %{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/zeitgeist*
%{python_sitelib}/zeitgeist/
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
%{_mandir}/man?/*.*
%{_datadir}/zeitgeist/
# As long as the .pc file does not drag in any -devel files, let's keep it in 
the main package.
%{_datadir}/pkgconfig/zeitgeist-daemon.pc

%files lang -f %{name}.lang

%changelog
++++++ zeitgeist.spec ++++++
--- /var/tmp/diff_new_pack.eSCLKL/_old  2011-05-09 09:44:14.000000000 +0200
+++ /var/tmp/diff_new_pack.eSCLKL/_new  2011-05-09 09:44:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package zeitgeist (Version 0.6)
+# spec file for package zeitgeist
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,9 +19,9 @@
 
 
 Name:           zeitgeist
-Version:        0.6
+Version:        0.7
 Release:        1
-License:        GPLv2+
+License:        LGPLv2.1+
 Summary:        Zeitgeist Engine
 Url:            https://launchpad.net/zeitgeist
 Group:          Productivity/Other
@@ -44,14 +44,8 @@
 # For recent files data source
 Recommends:     python-gtk
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{suse_version} > 1110
 BuildArch:      noarch
-%endif
 %py_requires
-%if %suse_version <= 1110
-%define python_sitelib %{py_sitedir}
-%define python_sitearch %{py_sitedir}
-%endif
 
 %description
 Zeitgeist is a service that logs the users activity. The log can be
@@ -65,13 +59,13 @@
 
 %build
 %configure
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-# Let's move the .pc file from %{_libdir} to %{_datadir}. As of up to version 
0.5.0 of zeitgeist,
+%make_install
+# Let's move the .pc file from %%{_libdir} to %%{_datadir}. As of up to 
version 0.5.0 of zeitgeist,
 # the .pc file does not contain any Requires and no arch-dependent 
information. Moving the file
-# to %{_datadir} allows us to remain a noarch package
+# to %%{_datadir} allows us to remain a noarch package
 install -d -m 755 %{buildroot}%{_datadir}/pkgconfig
 mv %{buildroot}%{_libdir}/pkgconfig/zeitgeist-daemon.pc 
%{buildroot}%{_datadir}/pkgconfig/zeitgeist-daemon.pc
 %fdupes %{buildroot}%{_datadir}/zeitgeist

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">http</param>
    <param name="host">launchpad.net</param>
    <param 
name="path">/zeitgeist/0.7/0.7.1/+download/zeitgeist-0.7.1.tar.gz</param>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" />
</services>

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



Remember to have fun...

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

Reply via email to