commit bijiben for openSUSE:Factory
Hello community, here is the log from the commit of package bijiben for openSUSE:Factory checked in at 2014-05-05 21:14:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bijiben (Old) and /work/SRC/openSUSE:Factory/.bijiben.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "bijiben" Changes: -------- --- /work/SRC/openSUSE:Factory/bijiben/bijiben.changes 2013-11-24 11:25:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bijiben.new/bijiben.changes 2014-05-05 21:14:17.000000000 +0200 @@ -1,0 +2,117 @@ +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. + +------------------------------------------------------------------- Old: ---- bijiben-3.10.2.tar.xz New: ---- bijiben-3.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bijiben.spec ++++++ --- /var/tmp/diff_new_pack.kdL3rE/_old 2014-05-05 21:14:18.000000000 +0200 +++ /var/tmp/diff_new_pack.kdL3rE/_new 2014-05-05 21:14:18.000000000 +0200 @@ -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(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 ++++++ bijiben-3.10.2.tar.xz -> bijiben-3.12.0.tar.xz ++++++ ++++ 40900 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de