Hello community,

here is the log from the commit of package gnome-todo for openSUSE:Factory 
checked in at 2017-09-13 21:44:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-todo (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-todo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-todo"

Wed Sep 13 21:44:52 2017 rev:10 rq:522442 version:3.25.90

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-todo/gnome-todo.changes    2017-06-13 
16:09:46.256593095 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-todo.new/gnome-todo.changes       
2017-09-13 21:44:54.511167765 +0200
@@ -1,0 +2,42 @@
+Fri Sep  8 16:06:24 UTC 2017 - [email protected]
+
+- Update descriptions.
+
+-------------------------------------------------------------------
+Mon Aug 14 17:02:04 UTC 2017 - [email protected]
+
+- Update to version 3.25.90:
+  + Move to Meson build system.
+  + Fix Flatpak build.
+  + Introduce Todoist integration.
+  + Updated translations.
+- Add meson BuildRequires and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson build system.
+- Add gtk-doc BuildRequires and pass Denable-gtk-doc=true to meson.
+- Drop obsolete post(un) handling, file-trigger takes care of this
+  now. Following macros removed: glib2_gsettings_schema_post(un),
+  desktop_database_post(un) and icon_theme_cache_post(un).
+- Add pkgconfig(rest-0.7) & pkgconfig(json-glib-1.0) BuildRequires:
+  New dependencies.
+
+-------------------------------------------------------------------
+Tue Jun 20 12:00:55 UTC 2017 - [email protected]
+
+- Update to version 3.25.3:
+  + Improve Scheduled panel's date headers.
+  + Allow pass an emit-error-message callback.
+  + Allow control-click for selection mode.
+  + Many improvements to Todo.txt plugin.
+  + Add Meson build system files.
+  + Plug memory leaks.
+  + Add skeleton for Todoist plugin.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Jun  9 08:07:31 UTC 2017 - [email protected]
+
+- Update to version 3.25.1:
+  + No changes.
+
+-------------------------------------------------------------------

Old:
----
  gnome-todo-3.24.2.tar.xz

New:
----
  gnome-todo-3.25.90.tar.xz

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

Other differences:
------------------
++++++ gnome-todo.spec ++++++
--- /var/tmp/diff_new_pack.F6KQJO/_old  2017-09-13 21:44:55.427038909 +0200
+++ /var/tmp/diff_new_pack.F6KQJO/_new  2017-09-13 21:44:55.427038909 +0200
@@ -18,48 +18,52 @@
 
 
 Name:           gnome-todo
-Version:        3.24.2
+Version:        3.25.90
 Release:        0
 Summary:        Personal task manager for GNOME
 License:        GPL-3.0+
 Group:          Productivity/Text/Editors
 Url:            https://git.gnome.org/browse/gnome-todo/
-Source0:        
http://download.gnome.org/sources/gnome-todo/3.24/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gnome-todo/3.25/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel >= 1.42.0
+BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gio-2.0) >= 2.43.4
 BuildRequires:  pkgconfig(glib-2.0) >= 2.43.4
 BuildRequires:  pkgconfig(gmodule-export-2.0)
 BuildRequires:  pkgconfig(goa-1.0) >= 3.2.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
+BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libecal-1.2) >= 3.13.90
 BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.17.1
 BuildRequires:  pkgconfig(libedataserverui-1.2) >= 3.17.1
 BuildRequires:  pkgconfig(libical) >= 0.43
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.17
+BuildRequires:  pkgconfig(rest-0.7)
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-GNOME To Do is a small application to manage your personal tasks. It
+GNOME To Do is a application to manage your personal tasks. It
 uses GNOME technologies, and so it has complete integration with the
 GNOME desktop environment.
 
 %package -n typelib-1_0-Gtd-1_0
-Summary:        Personal task manager for GNOME -- Introspection bindings
+Summary:        Introspection bindings for gnome-todo's library
 Group:          System/Libraries
 
 %description -n typelib-1_0-Gtd-1_0
-GNOME To Do is a small application to manage your personal tasks. It
+GNOME To Do is a application to manage your personal tasks. It
 uses GNOME technologies, and so it has complete integration with the
 GNOME desktop environment.
 
 %package devel
-Summary:        Personal task manager for GNOME -- Development files
+Summary:        Development files for the GNOME task manager
 Group:          Development/Languages/C and C++
 
 %description devel
-GNOME To Do is a small application to manage your personal tasks. It
+GNOME To Do is a application to manage your personal tasks. It
 uses GNOME technologies, and so it has complete integration with the
 GNOME desktop environment.
 
@@ -68,37 +72,29 @@
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson \
+       -Denable-gtk-doc=true \
+       %{nil}
+%meson_build
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
+%meson_install
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 %suse_update_desktop_file -r org.gnome.Todo Office ProjectManagement
 %find_lang %{name} %{?no_lang_C}
 
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %defattr(-,root,root)
 %doc README COPYING AUTHORS NEWS
 %{_bindir}/%{name}
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.gnome.Todo.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.gnome.Todo.metainfo.xml
 %{_datadir}/applications/org.gnome.Todo.desktop
 %{_datadir}/dbus-1/services/org.gnome.Todo.service
 %{_datadir}/glib-2.0/schemas/org.gnome.todo.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.todo.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.gnome.todo.txt.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.todo.background.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.todo.txt.gschema.xml
 %dir %{_datadir}/%{name}
 %{_datadir}/gnome-todo/org.gnome.Todo.Autostart.desktop
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Todo*

++++++ gnome-todo-3.24.2.tar.xz -> gnome-todo-3.25.90.tar.xz ++++++
++++ 98808 lines of diff (skipped)


Reply via email to