SHA256
1
0
forked from pool/bijiben

Accepting request 231665 from GNOME:Factory

Push GNOME:Factory - GNOME 3.12.1

OBS-URL: https://build.opensuse.org/request/show/231665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bijiben?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2014-05-05 19:14:07 +00:00 committed by Git OBS Bridge
commit 088ebb261f
4 changed files with 129 additions and 8 deletions

View File

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

3
bijiben-3.12.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,120 @@
-------------------------------------------------------------------
Fri Apr 11 18:01:17 UTC 2014 - dimstar@opensuse.org
- Introduce with_zeitgeist defines (currently set to 0) to easily
switch Zeitgeist integration on and off. At this moment, it is
crashing bijiben when accessing notes if switched on.
- Conditionally enable pkgconfig(zeitgeist-2.0) BuildRequires based
on with_zeitgeist defines.
-------------------------------------------------------------------
Mon Mar 24 21:11:13 UTC 2014 - zaitor@opensuse.org
- Update to version 3.12.0:
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 19 09:54:20 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.92:
+ Detach opened notes at startup.
+ Bugs fixed:
- Fix new notebooks not appearing.
- Fix notes search inside trash bin.
- Do not mix grid and list (again...).
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 3 22:27:38 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.91:
+ Fix going back and forth to trash bin.
+ Assign a title even with a single row.
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 18 09:32:33 UTC 2014 - zaitor@opensuse.org
- Update to version 3.11.90:
+ Add commandline.
+ Fix build for tracker 1.0.
+ Do not show 'load more' at startup.
+ Simpler feedback when search has no result.
+ Improve trash bin.
- Replace pkgconfig(tracker-sparql-0.18) for
pkgconfig(tracker-sparql-1.0) BuildRequires.
-------------------------------------------------------------------
Tue Feb 4 13:09:46 UTC 2014 - zaitor@opensuse.org
- Update to version 3.11.5:
+ Unique window. But notes can be detached.
+ Memorize window's size and position.
+ Bugs fixed:
- Main toolbar: fix positions.
- Fix default width.
- Do not toggle search on arrows, tab, return.
- Do not follow url. Use external application.
+ Update documentation.
+ Updated translations.
-------------------------------------------------------------------
Mon Jan 13 22:42:05 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.4:
+ Fix keyboard navigation with ctrl tab.
+ mainToolbar: Fix item positions.
+ Fix default window width.
+ Update documentation.
+ Updated translations.
-------------------------------------------------------------------
Tue Dec 17 19:37:10 UTC 2013 - dimstar@opensuse.org
- Update to version 3.11.3:
+ Initial trash bin.
+ Bump tracker to 0.18.
+ Update documentation.
+ Updated translations.
- No longer hack up configure's tracker detection: fixed upstream.
-------------------------------------------------------------------
Sat Nov 23 23:13:48 UTC 2013 - dimstar@opensuse.org
- Replace pkgconfig(tracker-sparql-0.16) BuildRequires with
pkgconfig(tracker-sparql-0.18): move to Tracker 0.18.
- Replace tracker-spaqrl-0.16 in configure with
tracker-sparql-0.18, using sed.
-------------------------------------------------------------------
Mon Nov 18 19:59:48 UTC 2013 - dimstar@opensuse.org
- Update to version 3.11.2:
+ Use "Notebook" labels instead of "Collections".
+ Update documentation.
+ Fix Zeitgeist build.
+ Bugs fixed: rh#1026979.
+ Updated translations.
-------------------------------------------------------------------
Sun Nov 17 19:08:53 UTC 2013 - dimstar@opensuse.org
- Update to version 3.11.1:
+ List view :
- Add three columns.
- Remove search completion.
- Make Zeitgeist optional.
- Use system font setting.
- Revamp Tomboy/Gnote import a bit.
- Validate .desktop on make check.
- Rework opening notes at startup.
+ Bug Fixes:
- Editor: handle tab key (bgo#710591).
- MainView: fix header bar double stroke (bgo#706909).
- Import dialog : add border (bgo#709348).
- Fix compilation warnings.
+ Updated translations.
-------------------------------------------------------------------
Mon Nov 11 22:47:11 UTC 2013 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package bijiben
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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,14 +16,16 @@
#
%define with_zeitgeist 0
Name: bijiben
Version: 3.10.2
Version: 3.12.0
Release: 0
Summary: Note editor for GNOME
License: GPL-3.0+ and CC-BY-SA-3.0
Group: Productivity/Text/Editors
Url: https://live.gnome.org/Bijiben
Source: http://download.gnome.org/sources/bijiben/3.10/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/bijiben/3.12/%{name}-%{version}.tar.xz
BuildRequires: intltool >= 0.35.0
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
@ -32,12 +34,14 @@ BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.28
BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.3
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.4
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(tracker-sparql-0.16)
BuildRequires: pkgconfig(tracker-sparql-1.0)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(webkitgtk-3.0)
%if %{with_zeitgeist}
BuildRequires: pkgconfig(zeitgeist-2.0)
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description