From d5e0d65c4bfb2193d2489c8bbc18ba55f353ccec7f85163c8e55e5e442028adc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 31 Aug 2017 07:46:03 +0000 Subject: [PATCH 1/3] Accepting request 519779 from GNOME:Next Resub, now with less werror OBS-URL: https://build.opensuse.org/request/show/519779 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=72 --- bijiben.changes | 24 ++++++++++++++++++++++++ bijiben.spec | 20 ++++++-------------- 2 files changed, 30 insertions(+), 14 deletions(-) diff --git a/bijiben.changes b/bijiben.changes index c76e77b..fedc1d6 100644 --- a/bijiben.changes +++ b/bijiben.changes @@ -14,10 +14,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 diff --git a/bijiben.spec b/bijiben.spec index bcbe557..cfe4a58 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -27,6 +27,7 @@ Group: Productivity/Text/Editors Url: https://live.gnome.org/Bijiben Source: http://download.gnome.org/sources/bijiben/3.24/%{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 From c7b91a4788bcdfeeb4ba8a160d704ad07cce8a864119493c9f4ea8dedf149635 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 11 Sep 2017 18:29:14 +0000 Subject: [PATCH 2/3] Accepting request 523369 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/523369 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=73 --- bijiben-3.24.1.tar.xz | 3 --- bijiben-3.24.2.tar.xz | 3 +++ bijiben.changes | 7 +++++++ bijiben.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 bijiben-3.24.1.tar.xz create mode 100644 bijiben-3.24.2.tar.xz diff --git a/bijiben-3.24.1.tar.xz b/bijiben-3.24.1.tar.xz deleted file mode 100644 index 039d58e..0000000 --- a/bijiben-3.24.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2602fc3f8ce5c39813b4273ceed7bdb014b1cf1fa82a6757fc25e5078be4f741 -size 837840 diff --git a/bijiben-3.24.2.tar.xz b/bijiben-3.24.2.tar.xz new file mode 100644 index 0000000..af3e7f9 --- /dev/null +++ b/bijiben-3.24.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14687441988948c5a98ecc3810476519494d2c1838afefd5f016a96fc3d99a6e +size 843548 diff --git a/bijiben.changes b/bijiben.changes index fedc1d6..48fe8ea 100644 --- a/bijiben.changes +++ b/bijiben.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/bijiben.spec b/bijiben.spec index cfe4a58..5a1899d 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -19,7 +19,7 @@ %define with_zeitgeist 0 Name: bijiben -Version: 3.24.1 +Version: 3.24.2 Release: 0 Summary: Note editor for GNOME License: GPL-3.0+ and CC-BY-SA-3.0 From 5b203b54b8bfe251ca627fe9f38a37b168239aca6d7d63d747e8adac457e48c8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2017 11:04:24 +0000 Subject: [PATCH 3/3] Accepting request 523513 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/523513 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=74 --- bijiben-3.24.2.tar.xz | 3 --- bijiben-3.26.0.tar.xz | 3 +++ bijiben.changes | 13 +++++++++++++ bijiben.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 bijiben-3.24.2.tar.xz create mode 100644 bijiben-3.26.0.tar.xz diff --git a/bijiben-3.24.2.tar.xz b/bijiben-3.24.2.tar.xz deleted file mode 100644 index af3e7f9..0000000 --- a/bijiben-3.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14687441988948c5a98ecc3810476519494d2c1838afefd5f016a96fc3d99a6e -size 843548 diff --git a/bijiben-3.26.0.tar.xz b/bijiben-3.26.0.tar.xz new file mode 100644 index 0000000..cc8ff8b --- /dev/null +++ b/bijiben-3.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72919f30452df4a66164365989610e0c3b54516ff8a83b3483fa370df39ec652 +size 845612 diff --git a/bijiben.changes b/bijiben.changes index 48fe8ea..63bb6f7 100644 --- a/bijiben.changes +++ b/bijiben.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/bijiben.spec b/bijiben.spec index 5a1899d..605da7a 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -19,13 +19,13 @@ %define with_zeitgeist 0 Name: bijiben -Version: 3.24.2 +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