Hello community,

here is the log from the commit of package specto for openSUSE:Factory checked 
in at 2013-02-05 11:20:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/specto (Old)
 and      /work/SRC/openSUSE:Factory/.specto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "specto", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.specto.new/specto.changes       2013-02-05 
11:20:27.000000000 +0100
@@ -0,0 +1,86 @@
+-------------------------------------------------------------------
+Thu Jan 17 19:51:57 UTC 2013 - vu...@opensuse.org
+
+- Update to version 0.4.1:
+  + Fix installation from tarball.
+- Drop specto-install-fix.patch: fixed upstream.
+- Add intltool BuildRequires: needed with the new version.
+- Add note about the license: some files in spectlib/plugins/ have
+  a weird header that casted some doubt about whether specto is
+  GPL-2.0+ or not, but it got fixed upstream. Fix bnc#756380.
+
+-------------------------------------------------------------------
+Fri Apr  6 10:07:08 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.4:
+  + Features
+    - DBUS watch, including: Pidgin, Mumbles, Rhythmbox, Banshee
+      (untested), Amarok (untested), Evolution (untested)
+    - Subversion watch
+    - Twitter, Last.FM and Google Wave watches
+    - Integration with Ubuntu's indicator applet
+    - Allow parameters to be passed to custom commands
+    - Startup parameter to hide the notifier
+    - Try raising the window when Specto is already running
+  + Other changes:
+    - Add a "Quit" button in addition to the "Close" button to
+      reduce confusion
+    - Drop the GNOME dependency for playing sounds
+    - Facebook and Google Reader icons re-added
+    - Python 2.6 support
+    - Migrate from libglade to GtkBuilder
+    - Refactor the NetworkManager code, add 0.9.x compatibility and
+      drop <0.8.x
+    - Many code beautifications and cleanup
+  + Many bug fixes.
+- Update Requires to be more fine-grained and to reflect upstream
+  changes:
+  + Removed: python-gnome, python-gnome-extras
+  + Added: python-gconf, python-gnomekeyring, python-gobject2,
+    python-gstreamer-0_10, python-xdg.
+- Add specto-install-fix.patch: fix build.
+- Manually remove backup files from tarball in %prep; they
+  shouldn't be there in the first place and cause install issues.
+- Make build noarch.
+
+-------------------------------------------------------------------
+Mon Feb 14 01:00:40 CET 2011 - vu...@opensuse.org
+
+- Call relevant macros in %post/%postun:
+  + %desktop_database_post/postun because the package ships at
+    least one desktop file.
+  + %icon_theme_cache_post/postun because the package ships themed
+    icons.
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  can be packaged with the program, and not in the lang subpackage.
+- Change Requires of lang subpackage to Recommends, since the
+  english documentation is not there anymore.
+
+-------------------------------------------------------------------
+Fri Aug 28 12:52:50 UTC 2009 - pu...@novell.com
+
+- use new python macros 
+
+-------------------------------------------------------------------
+Fri Jul 31 14:47:20 CEST 2009 - vu...@novell.com
+
+- Update to version 0.3.1:
+  + Bug fixes
+    - entity problem for extra information pane
+    - Use os.path.join in the About dialog
+  + Maintainability
+    - Clarify the sorting methods' names, and various code cleanups
+    - Standardize our HTML entities sanitization using the CGI
+      module, extend it to all watches
+    - Use os.path.join everywhere to prevent problems
+
+-------------------------------------------------------------------
+Tue May 19 12:58:48 CEST 2009 - dominique-...@leuenberger.net
+
+- some spec cleanup, giving proper Requires: tags.
+
+-------------------------------------------------------------------
+Mon May 18 18:12:15 CEST 2009 - dominique-...@leuenberger.net
+
+- Initial package for openSUSE.
+

New:
----
  specto-0.4.1.tar.gz
  specto.changes
  specto.spec

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

Other differences:
------------------
++++++ specto.spec ++++++
#
# spec file for package specto
#
# Copyright (c) 2009 Dominique Leuenberger, Almere, 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:           specto
Summary:        Unobtrusive update notifier
Version:        0.4.1
Release:        0
# FIXME: remove note about license when updating to > 0.4.1
# (http://code.google.com/p/specto/issues/detail?id=349)
# Note: spectlib/plugins/* files are really GPL-2.0+, despite a
# weird header. This was fixed upstream with
# http://bazaar.launchpad.net/~specto/specto/main/revision/176
License:        GPL-2.0+
Group:          Productivity/Other
Url:            http://specto.sourceforge.net/
Source:         http://specto.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:  hicolor-icon-theme
BuildRequires:  intltool
BuildRequires:  python
BuildRequires:  update-desktop-files
Requires:       dbus-1-python
Requires:       libxml2-python
Requires:       python-gconf
Requires:       python-gnomekeyring
Requires:       python-gobject2
Requires:       python-gstreamer-0_10
Requires:       python-gtk
Requires:       python-notify
Requires:       python-xdg
Recommends:     %{name}-lang
Suggests:       bzr
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
%py_requires
%if 0%{?suse_version} < 1120
%define python_sitelib %{py_sitedir}
%endif

%description
Specto is a desktop application that will watch any user-specified events
(web, folder, ...). This will allow users, for instance, to specify a website
to watch, and Specto will automatically check for updates on the web page. It
will then notify the user when there is activity. This will allow the user to
be informed of new updates/events instead of having to look out for them.

%lang_package

%prep
%setup -q
# remove files that shouldn't be there
test -f ./data/icons/lastfm.svg.~1~
rm ./data/icons/*.svg.~?~
rm ./data/icons/scalable/*.svg.~?~

%build
python setup.py build

%install
python setup.py install --root %{buildroot} --prefix %{_prefix}
%suse_update_desktop_file %{name} X-SuSE-DesktopUtility
%find_lang %{name} %{?no_lang_C}
# remove files we add with %%doc
rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING}

%clean
rm -rf %{buildroot}

%post
%desktop_database_post
%icon_theme_cache_post

%postun
%desktop_database_postun
%icon_theme_cache_postun

%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_bindir}/specto
%{python_sitelib}/spectlib/
%{python_sitelib}/specto-%{version}-*.egg-info
%{_datadir}/specto/
%{_datadir}/applications/specto.desktop
%{_datadir}/icons/hicolor/*/apps/specto.*
%dir %{_datadir}/indicators
%dir %{_datadir}/indicators/messages
%dir %{_datadir}/indicators/messages/applications
%{_datadir}/indicators/messages/applications/specto

%files lang -f %{name}.lang

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

Reply via email to