Accepting request 98920 from GNOME:Apps

Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/98920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2012-01-05 18:12:16 +00:00
committed by Git OBS Bridge
4 changed files with 47 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e03821c28a89368d1f30349540806450f1c360a74f0ef0c1ed25d591f3b97c0d
size 2115668

3
gnote-0.8.2.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d42b16d6d6751c88f029aff78db7ed1560f2cb727e6cb3f3ef09711e2381992
size 2322160

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Jan 3 07:50:31 UTC 2012 - vuntz@opensuse.org
- Update to version 0.8.2:
+ New Features:
- Added template bar to template notes
- Integrated with GtkApplication (bgo#640430)
- Gnote remains present while at least one window is present
- Panel applet disabled by default
- Added option for status icon to preferences (bgo#663817)
- Added background mode
- Return ordered note list when using D-BUS search (bgo#662246)
+ Fixes:
- Fixed keys in GSettings schema descriptions
- Manual fixes
- Updated man page to current behaviour
- Do not open Search Window in status icon mode (bgo#653447)
- Fixed special XML character encoding
- Make sticky note importer support special chars
- Show in all desktop environements (bgo#664609)
- src/notetag.hpp must include <map> (bgo#655340)
- Add missing includes (bgo#665344)
- Fixed a warning about a condition never reached
- Fixed note deletion with international characters
+ Updated translations.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Drop gnote-buildfix.patch: fixed upstream.
- Pass --enable-applet to configure to keep building the applet.
-------------------------------------------------------------------
Thu Dec 1 21:57:00 UTC 2011 - dimstar@opensuse.org
- Add gnote-buildfix.patch: Fix build for Factory.
-------------------------------------------------------------------
Sun Oct 23 21:30:47 UTC 2011 - zaitor@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package gnote
#
# 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
@@ -16,15 +16,14 @@
#
Name: gnote
Version: 0.8.1
Release: 1
License: GNU GPL v3 or later
Version: 0.8.2
Release: 0
Summary: A Port of Tomboy to C++
License: GPL-3.0+
Group: Productivity/Text/Editors
Url: http://live.gnome.org/Gnote
Source: http://download.gnome.org/sources/gnote/0.8/%{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/gnote/0.8/%{name}-%{version}.tar.xz
BuildRequires: boost-devel >= 1.34
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -36,6 +35,8 @@ BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: pcre-devel
BuildRequires: update-desktop-files
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(libpanelapplet-4.0) >= 3.0
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -50,7 +51,7 @@ to come). Synchronization support is being worked on.
%setup -q
%build
%configure --disable-static --disable-scrollkeeper
%configure --disable-static --disable-scrollkeeper --enable-applet
V=1 make %{?_smp_mflags}
%install