Hello community,

here is the log from the commit of package gnome-characters for 
openSUSE:Leap:15.2 checked in at 2020-02-27 06:42:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnome-characters (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gnome-characters.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-characters"

Thu Feb 27 06:42:20 2020 rev:17 rq:779572 version:3.32.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gnome-characters/gnome-characters.changes      
2020-01-15 15:04:26.345873136 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.gnome-characters.new.26092/gnome-characters.changes
   2020-02-27 06:42:21.609716684 +0100
@@ -1,0 +2,59 @@
+Tue Apr  9 09:04:09 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.32.1:
+  + SearchProvider: Fix deprecation fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Mar 15 12:51:18 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.32.0:
+  + Update the icon to follow the GNOME 3.32 guidelines.
+  + Remove app menu following GNOME 3.32 guidelines.
+  + Fix various javascript deprecation warnings.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Oct  9 18:07:09 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.30.0:
+  + Re-enable GNOME Shell search provider by default.
+
+-------------------------------------------------------------------
+Sat Aug 18 15:18:25 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.29.91:
+  + Port to modern JavaScript.
+  + build: Drop autotools support.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon May  7 07:43:32 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.28.2:
+  + libgc: Fix crasher with some GCC configurations.
+  + Updated translations.
+- Switch to meson builds system: Add meson and new dependency
+  libunistring-devel BuildRequires.
+
+-------------------------------------------------------------------
+Mon Mar 12 15:33:44 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.28.0:
+  + Character: Avoid critical warning after closing the dialog.
+
+-------------------------------------------------------------------
+Mon Mar  5 19:17:08 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.27.92:
+  + build: Port to meson build system.
+  + libgc: Perform full canonical decomposition for Hangul
+    syllables.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:27:29 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  gnome-characters-3.26.2.tar.xz

New:
----
  gnome-characters-3.32.1.tar.xz

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

Other differences:
------------------
++++++ gnome-characters.spec ++++++
--- /var/tmp/diff_new_pack.IMxFEd/_old  2020-02-27 06:42:22.825719217 +0100
+++ /var/tmp/diff_new_pack.IMxFEd/_new  2020-02-27 06:42:22.825719217 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-characters
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           gnome-characters
-Version:        3.26.2
+Version:        3.32.1
 Release:        0
 Summary:        Character Map
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/GUI/GNOME
-Url:            http://wiki.gnome.org/Design/Apps/CharacterMap
-Source:         
http://download.gnome.org/sources/gnome-characters/3.26/%{name}-%{version}.tar.xz
+URL:            https://wiki.gnome.org/Design/Apps/CharacterMap
+Source0:        
https://download.gnome.org/sources/gnome-characters/3.32/%{name}-%{version}.tar.xz
+
 BuildRequires:  gobject-introspection-devel >= 1.35.9
 BuildRequires:  intltool >= 0.50.1
+BuildRequires:  libunistring-devel
+BuildRequires:  meson
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdk-3.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -35,8 +39,7 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(pango)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# ensure default sections are filled with content
+# Ensure default sections are filled with content
 Recommends:     noto-coloremoji-fonts
 
 %description
@@ -45,32 +48,34 @@
 %package -n gnome-shell-search-provider-gnome-characters
 Summary:        GNOME Characters -- Search Provider for GNOME Shell
 Group:          System/GUI/GNOME
-Supplements:    packageand(gnome-shell:%{name})
 Requires:       %{name} = %{version}
+Supplements:    packageand(gnome-shell:%{name})
 
 %description -n gnome-shell-search-provider-gnome-characters
 This package contains a search provider to enable GNOME Shell to get
 search results from GNOME Characters.
 
 %lang_package
+
 %prep
-%setup -q
+%autosetup
 
 %build
-%configure
-make %{?_smp_mflags}
-%suse_update_desktop_file org.gnome.Characters -r Utilities Utility Settings
+%meson \
+       -Dpangoft2=true \
+       -Dinstalled_tests=false \
+       %{nil}
+%meson_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
+%meson_install
 %find_lang org.gnome.Characters %{name}.lang
+%suse_update_desktop_file org.gnome.Characters -r Utilities Utility Settings
 
 %files
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
 %{_bindir}/gnome-characters
-%{_datadir}/appdata/org.gnome.Characters.appdata.xml
+%{_datadir}/metainfo/org.gnome.Characters.appdata.xml
 %{_datadir}/org.gnome.Characters/
 %dir %{_datadir}/gnome-shell
 %dir %{_datadir}/gnome-shell/search-providers
@@ -82,7 +87,6 @@
 %{_libdir}/org.gnome.Characters/
 
 %files -n gnome-shell-search-provider-gnome-characters
-%defattr(-,root,root)
 
%{_datadir}/gnome-shell/search-providers/org.gnome.Characters.search-provider.ini
 
 %files lang -f %{name}.lang

++++++ gnome-characters-3.26.2.tar.xz -> gnome-characters-3.32.1.tar.xz ++++++
++++ 267912 lines of diff (skipped)


Reply via email to