Accepting request 523657 from GNOME:Factory

(forwarded request 523513 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/523657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bijiben?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2017-09-13 19:54:27 +00:00 committed by Git OBS Bridge
commit dd2ec71733
4 changed files with 55 additions and 19 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Sep 12 01:53:41 UTC 2017 - zaitor@opensuse.org
- Update to version 3.26.0:
+ Re-enable translations broken in 3.24 cycle.
+ Fixed crash when closing application in an empty note.
+ Fixed title for new Memo notes.
+ Fixed crash when removing Memo notes.
+ Fixed crash when removing Notebooks from trash.
+ Fixed memory leak when releasing Notebooks.
+ Reduced I/O usage when saving window state.
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 11 18:15:54 UTC 2017 - zaitor@opensuse.org
- Update to version 3.24.2:
+ Re-enable translations broken in 3.24 cycle.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 11 08:09:45 UTC 2017 - zaitor@opensuse.org
@ -14,10 +34,34 @@ Fri Aug 11 08:09:45 UTC 2017 - zaitor@opensuse.org
+ Removed warning about .Trash folder missing.
+ Updated translations.
- Drop upstream fixed patches:
+ bijiben-fix-redundant-decls-error.patch.
+ bijiben-fix-missing-break-in-case-statement.patch.
+ bijiben-fix-i586-longint.patch.
+ bijiben-remove-warning-about-Trash-folder.patch.
+ bijiben-memo-provider-crash-opening-memo.patch.
- Stop passing --disable-Werror to configure, no longer needed.
-------------------------------------------------------------------
Sat Jul 29 12:24:07 UTC 2017 - zaitor@opensuse.org
- Add yet a upstream commit to
bijiben-fix-redundant-decls-error.patch: Add a missing include.
- Use sed to replace tracker-sparql-1.0 with tracker-sparql-2.0
BuildRequires.
- Pass --disable-Werror to configure, needed to fix build with new
glib2, add fixme to remove it on next version update.
- Drop post(un) handling: Remove obsolete
glib2_gsettings_schema_post(un), icon_theme_cache_post(un),
desktop_database_post(un) and mime_database_post(un) calls, we
have filetriggers to take care of this now.
-------------------------------------------------------------------
Wed Jul 12 10:22:37 UTC 2017 - zaitor@opensuse.org
- Add bijiben-fix-redundant-decls-error.patch: Fix build with new
version of glib (bgo#783878).
- Following the above, add libtool BuildRequires and pass
autoreconf as the patch touches the buildsystem.
-------------------------------------------------------------------
Fri Jun 16 08:27:09 UTC 2017 - zaitor@opensuse.org

View File

@ -19,14 +19,15 @@
%define with_zeitgeist 0
Name: bijiben
Version: 3.24.1
Version: 3.26.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.24/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/bijiben/3.26/%{name}-%{version}.tar.xz
BuildRequires: intltool >= 0.50.1
BuildRequires: libtool
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(gio-unix-2.0)
@ -38,7 +39,7 @@ BuildRequires: pkgconfig(libecal-1.2)
BuildRequires: pkgconfig(libecal-1.2) >= 3.13.90
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.13.90
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(tracker-sparql-1.0)
BuildRequires: pkgconfig(tracker-sparql-2.0)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.10.0
%if %{with_zeitgeist}
@ -67,11 +68,14 @@ search results from documents.
%lang_package
%prep
%setup -q
sed -i 's:tracker-sparql-1.0:tracker-sparql-2.0:g' configure.ac
%build
autoreconf -fiv
%configure \
--disable-static \
--disable-update-mimedb
--disable-update-mimedb \
%{nil}
make %{?_smp_mflags}
%install
@ -80,18 +84,6 @@ find %{buildroot} -type f -name '*.la' -delete -print
%suse_update_desktop_file org.gnome.bijiben DesktopUtility
%find_lang %{name} %{?no_lang_C}
%post
%glib2_gsettings_schema_post
%icon_theme_cache_post
%desktop_database_post
%mime_database_post
%postun
%glib2_gsettings_schema_postun
%icon_theme_cache_postun
%desktop_database_postun
%mime_database_postun
%files
%defattr(-,root,root)
%doc COPYING