Hello community,

here is the log from the commit of package synapse for openSUSE:Factory checked 
in at 2015-02-05 10:59:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/synapse (Old)
 and      /work/SRC/openSUSE:Factory/.synapse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "synapse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/synapse/synapse.changes  2013-09-07 
07:46:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.synapse.new/synapse.changes     2015-02-05 
10:59:56.000000000 +0100
@@ -1,0 +2,49 @@
+Sat Jan 31 18:50:44 UTC 2015 - [email protected]
+
+- Update to 0.2.99.1
+  + Build system fixes.
+  + desktop-file-service: Fix typos in get_environment_type().
+  + volume-service: Avoid dead-lock.
+  + Also check for "chromium-browser".
+  + Move tile-view into ui.
+  + Add ActionMatch class and make use of it.
+  + Commonize formatting of lambda-expressions.
+  + Fix format of property definitions.
+  + Rename DesktopFileInfo.EnvironmentType to
+    DesktopEnvironmentType.
+  + Fix issues with colors.
+  + Added AsyncOnce.
+  + Use GLib.KeyFileDesktop constants.
+  + Rename Match.Score to MatchScore.
+  + Rename BaseAction to Action.
+  + Make Synapse.Match a GObject to be able subclass it properly.
+  + Match.mime_type is not allowed to be null, fixes critical.
+  + Actually use "activate" shortcut from config.
+  + Add support for newly registered desktop environments and
+    "Pantheon".
+  + core: Mark Utils.extract_type_name static, Utils is just a
+    namespace.
+  + match: Don't allow null to be passed as argument in execute().
+  + match: Make it possible to ApplicationMatch and UriMatch
+    directly.
+  + opensearch: add DuckDuckGo support.
+  + plugins: Add simple GNOME bookmarks support.
+  + plugins: Add "Remove" action.
+  + plugins: Fix launching applications.
+  + plugins: Update for Rythmbox 3.
+  + plugins: Properly handle of some Match objects.
+  + plugins: Use unicode-safe char_count() instead of length.
+  + plugins: Drop useless subclasses of UriMatch.
+  + plugins: Add systemd/logind support.
+  + ui: Drop unused Inspector.
+- Adjust BuildRequires for full GNOME 3 port:
+  - Dropped pkgconfig(zeitgeist-1.0), pkgconfig(gee-1.0),
+    pkgconfig(gtk+-2.0), pkgconfig(unique-1.0).
+  - Added pkgconfig(zeitgeist-2.0), pkgconfig(ee-0.8),
+    pkgconfig(gtk+-3.0), pkgconfig(gdk-x11-3.0),
+    pkgconfig(keybinder-3.0).
+- Dropped upstream fixed patches:
+  + synapse-gnome-3.10.patch
+  + synapse-fix-border-painting.patch
+
+-------------------------------------------------------------------

Old:
----
  synapse-0.2.10.tar.gz
  synapse-fix-border-painting.patch
  synapse-gnome-3.10.patch

New:
----
  synapse-0.2.99.1.tar.xz

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

Other differences:
------------------
++++++ synapse.spec ++++++
--- /var/tmp/diff_new_pack.LlTI3L/_old  2015-02-05 10:59:57.000000000 +0100
+++ /var/tmp/diff_new_pack.LlTI3L/_new  2015-02-05 10:59:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package synapse
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,26 @@
 
 
 Name:           synapse
-Version:        0.2.10
+Version:        0.2.99.1
 Release:        0
 Summary:        A semantic launcher for GNOME
 License:        GPL-3.0+
 Group:          System/GUI/GNOME
 Url:            http://launchpad.net/synapse-project
-Source0:        
http://launchpad.net/synapse-project/0.2/%{version}/+download/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM synapse-fix-border-painting.patch bnc#792215 
[email protected] -- Fix border painting, taken from upstream vcs, rev 504.
-Patch0:         synapse-fix-border-painting.patch
-# PATCH-FIX-OPENSUSE synapse-gnome-3.10.patch [email protected] -- Fix 
build against GNOME 3.10
-Patch1:         synapse-gnome-3.10.patch
+Source0:        
http://launchpad.net/synapse-project/0.3/%{version}/+download/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.14.0
-BuildRequires:  pkgconfig(gee-1.0) >= 0.5.2
+BuildRequires:  pkgconfig(gdk-x11-3.0) >= 3.0.0
+BuildRequires:  pkgconfig(gee-0.8) >= 0.5.2
 BuildRequires:  pkgconfig(glib-2.0) >= 2.26.0
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.20.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(gtkhotkey-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0) >= 0.10.0
+BuildRequires:  pkgconfig(keybinder-3.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(rest-0.7)
-BuildRequires:  pkgconfig(unique-1.0)
-BuildRequires:  pkgconfig(zeitgeist-1.0) >= 0.3.14
+BuildRequires:  pkgconfig(zeitgeist-2.0)
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -51,8 +48,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-static

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

Reply via email to