Hello community,

here is the log from the commit of package bijiben for openSUSE:Factory checked 
in at 2018-03-14 19:22:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bijiben (Old)
 and      /work/SRC/openSUSE:Factory/.bijiben.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bijiben"

Wed Mar 14 19:22:42 2018 rev:37 rq:584661 version:3.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bijiben/bijiben.changes  2018-02-25 
12:17:10.182834152 +0100
+++ /work/SRC/openSUSE:Factory/.bijiben.new/bijiben.changes     2018-03-14 
19:22:42.643991060 +0100
@@ -1,0 +2,104 @@
+Mon Mar  5 19:29:06 UTC 2018 - [email protected]
+
+- Update to version 3.28.0:
+  + Meson port.
+  + Gettext port.
+  + Add shortcuts window.
+  + Remember last application view style.
+  + Add flatpak support.
+  + Fix back button in trash view.
+  + Fix crash when running X11 instead of Wayland.
+  + Improve window geometry state.
+  + Improve notes import on startup.
+  + Improve import dialog.
+  + Set default application icon.
+  + Use g_auto*.
+  + Widgets migration to GtkBuilder.
+  + Code clean up.
+  + Disable Zeitgeist support by default.
+  + Adopt #pragma once.
+  + Add support for Tracker2.
+  + Fix owncloud saving issue.
+  + Improve list view.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:23:29 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Mon Feb 26 03:27:50 UTC 2018 - [email protected]
+
+- Update to version 3.27.90:
+  + Fixes:
+    - Saving title.
+    - Back button in trash view.
+    - Owncloud saving issue.
+  + Improve list view.
+  + Add flatpak support.
+  + Updated translations.
+- Update Url tag to https://wiki.gnome.org/Notes: current Notes'
+  (formely Bijiben) web page.
+
+-------------------------------------------------------------------
+Mon Feb 26 03:27:04 UTC 2018 - [email protected]
+
+- Update to version 3.27.4:
+  + Improve window geometry state.
+  + Set default application icon.
+  + Fix crash when running X11 instead of Wayland.
+  + Improve notes import on startup.
+  + Add shortcuts window.
+  + More code clean up.
+  + More widgets migrated to GtkBuilder.
+  + Disable Zeitgeist support by default.
+  + Adopt #pragma once.
+  + Updated translations.
+- Minor spec modernizing.
+
+-------------------------------------------------------------------
+Mon Feb 26 03:27:03 UTC 2018 - [email protected]
+
+- Update to version 3.27.3:
+  + More widgets migrated to GtkBuilder.
+  + Remember last application view style.
+  + Updated translations.
+- Remove sed command as version bumping is fixed upstream now.
+
+-------------------------------------------------------------------
+Mon Feb 26 03:27:02 UTC 2018 - [email protected]
+
+- Update to version 3.27.2:
+  + Fixed missing Unicode strings.
+  + Improve:
+    - Adherence to GNOME code standards.
+    - Import dialog.
+  + Widgets migration to GtkBuilder.
+  + Updated translations.
+- Update sed command to bump the version from 3.27.1 to 3.27.2 in
+  meson.build file.
+- Rename meson parameters: enable-update-mimed to update-mimed and
+  enable-zeitgeist to zeitgeist : following upstream renaming.
+
+-------------------------------------------------------------------
+Mon Feb 26 03:27:01 UTC 2018 - [email protected]
+
+- Update to version 3.27.1:
+  + Meson and Gettext port.
+  + Add translator comments to .desktop file and support for
+    Tracker2.
+  + Updated translations.
+- Add meson BuildRequires and drop autoreconf and switch configure,
+  make and make_install macros to meson, meson_build and
+  meson_install following upstream switch to Meson build system.
+- Switch intltool BuildRequires to gettext following upstream port.
+- Add missing conditional macro of zeitgeist to %build section.
+- Drop sed command that replace tracker-sparql version once the
+  problem has been fixed with the meson port, and add temporary
+  command to replace version 3.26.1 to 3.27.1 in meson.build file.
+- Add fdupes to remove some duplicates under /usr/share.
+- Drop libtool since it's not needed/used.
+- Update Url to https://wiki.gnome.org/Apps/Bijiben.
+
+-------------------------------------------------------------------

Old:
----
  bijiben-3.26.2.tar.xz

New:
----
  bijiben-3.28.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bijiben.spec ++++++
--- /var/tmp/diff_new_pack.KVkLZY/_old  2018-03-14 19:22:44.023942067 +0100
+++ /var/tmp/diff_new_pack.KVkLZY/_new  2018-03-14 19:22:44.031941783 +0100
@@ -17,42 +17,42 @@
 
 
 %define with_zeitgeist 0
-
 Name:           bijiben
-Version:        3.26.2
+Version:        3.28.0
 Release:        0
 Summary:        Note editor for GNOME
-License:        GPL-3.0+ and CC-BY-SA-3.0
+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.26/%{name}-%{version}.tar.xz
-BuildRequires:  intltool >= 0.50.1
+URL:            https://wiki.gnome.org/Apps/Bijiben
+Source:         
http://download.gnome.org/sources/bijiben/3.28/%{name}-%{version}.tar.xz
+BuildRequires:  fdupes
+BuildRequires:  gettext
+BuildRequires:  meson
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 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.11.4
-BuildRequires:  pkgconfig(libecal-1.2)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.3
 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-2.0)
 BuildRequires:  pkgconfig(uuid)
 BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.10.0
+Recommends:     %{name}-lang
 %if %{with_zeitgeist}
 BuildRequires:  pkgconfig(zeitgeist-2.0)
 %endif
-Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Bijiben is a note editor designed to remain simple to use.
 
 %package -n gnome-shell-search-provider-%{name}
 Summary:        Note editor for GNOME -- Search Provider for GNOME Shell
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Office/Other
 Requires:       %{name} = %{version}
 Requires:       gnome-shell
@@ -65,47 +65,51 @@
 search results from documents.
 
 %lang_package
+
 %prep
 %setup -q
 
 %build
-%configure \
-    --disable-static \
-    --disable-update-mimedb \
-    --disable-Werror \
+%meson \
+    -Dstatic=false \
+    -Dupdate-mimed=false \
+%if %{with_zeitgeist}
+    -Dzeitgeist=true \
+%else
+    -Dzeitgeist=false \
+%endif
     %{nil}
-make %{?_smp_mflags}
+%meson_build
 
 %install
-%make_install
-if [ -f %{buildroot}%{_datadir}/metainfo/org.gnome.bijiben.appdata.xml ]; then
-  rm -r %{buildroot}%{_datadir}/appdata/
-fi
-find %{buildroot} -type f -name '*.la' -delete -print
+%meson_install
 %suse_update_desktop_file org.gnome.bijiben DesktopUtility
+%fdupes -s %{buildroot}%{_datadir}
 %find_lang %{name} %{?no_lang_C}
 
 %files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
+%doc AUTHORS NEWS README TODO
+%dir %{_datadir}/help
+%dir %{_datadir}/help/C
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/applications/org.gnome.bijiben.desktop
 %{_datadir}/%{name}/
-%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.bijiben.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.bijiben.enums.xml
 %{_datadir}/icons/hicolor/*/apps/org.gnome.bijiben*
 %{_datadir}/mime/packages/org.gnome.bijiben.xml
-%dir %{_datadir}/metainfo
+%dir %{_datadir}/metainfo/
 %{_datadir}/metainfo/org.gnome.bijiben.appdata.xml
 
-%files lang -f %{name}.lang
-
 %files -n gnome-shell-search-provider-%{name}
-%defattr(-,root,root)
 %{_datadir}/dbus-1/services/org.gnome.bijiben.SearchProvider.service
 %dir %{_datadir}/gnome-shell
 %dir %{_datadir}/gnome-shell/search-providers
 %{_datadir}/gnome-shell/search-providers/org.gnome.bijiben-search-provider.ini
 %{_libexecdir}/%{name}-shell-search-provider
 
+%files lang -f %{name}.lang
+
 %changelog

++++++ bijiben-3.26.2.tar.xz -> bijiben-3.28.0.tar.xz ++++++
++++ 141386 lines of diff (skipped)


Reply via email to