Hello community, here is the log from the commit of package gnome-terminal for openSUSE:Factory checked in at 2017-12-15 14:01:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-terminal (Old) and /work/SRC/openSUSE:Factory/.gnome-terminal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-terminal" Fri Dec 15 14:01:34 2017 rev:113 rq:556571 version:3.26.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes 2017-11-03 19:06:41.234808930 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes 2017-12-15 14:01:35.735593387 +0100 @@ -1,0 +2,12 @@ +Mon Nov 20 21:42:53 UTC 2017 - zai...@opensuse.org + +- Add gnome-terminal-nb-translation.patch: Add updated Norwegian + bokmål translation. +- Run spec-cleaner, modernize spec, use autosetup and make_build + macros. +- Stop handling glib2_gsettings_schema_post(un) and + desktop_database_post(un) in post(un), we have file-triggers + taking care of this for us now. +- Stop passing no longer needed suse_update_desktop_file macro. + +------------------------------------------------------------------- New: ---- gnome-terminal-nb-translation.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-terminal.spec ++++++ --- /var/tmp/diff_new_pack.8qam2c/_old 2017-12-15 14:01:36.367562880 +0100 +++ /var/tmp/diff_new_pack.8qam2c/_new 2017-12-15 14:01:36.367562880 +0100 @@ -23,7 +23,9 @@ License: GPL-3.0+ and LGPL-2.1+ Group: System/X11/Terminals Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-terminal/3.26/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-terminal/3.26/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gnome-terminal-nb-translation.patch zai...@opensuse.org -- Add updated Norwegian bokmål translation +Patch0: gnome-terminal-nb-translation.patch BuildRequires: fdupes # Needed for search provider. It should not be needed in my opionion, we have to take this up with upstream, or just provide search provider interface definition file as source. BuildRequires: gnome-shell @@ -48,7 +50,6 @@ BuildRequires: pkgconfig(vte-2.91) >= 0.50.2 BuildRequires: pkgconfig(x11) Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(pre): filesystem %if 0%{?sle_version} Requires(pre): gconf2 @@ -80,8 +81,10 @@ arbitrary folders. %lang_package + %prep -%setup -q +%autosetup -p1 + %if !0%{?is_opensuse} translation-update-upstream %endif @@ -94,25 +97,16 @@ %endif --with-gtk=3.0 \ --with-nautilus-extension -make %{?_smp_mflags} +%make_build %install %make_install + find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print -%suse_update_desktop_file org.gnome.Terminal %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot} -%post -%glib2_gsettings_schema_post -%desktop_database_post - -%postun -%glib2_gsettings_schema_postun -%desktop_database_postun - %files -%defattr (-, root, root) %doc AUTHORS COPYING ChangeLog NEWS %doc %{_datadir}/help/C/%{name}/ %{_bindir}/gnome-terminal @@ -128,11 +122,11 @@ %{_userunitdir}/gnome-terminal-server.service %files -n gnome-shell-search-provider-gnome-terminal -%defattr (-, root, root) +%dir %{_datadir}/gnome-shell +%dir %{_datadir}/gnome-shell/search-providers %{_datadir}/gnome-shell/search-providers/gnome-terminal-search-provider.ini %files -n nautilus-extension-terminal -%defattr(-,root,root) %{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so %{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml ++++++ gnome-terminal-nb-translation.patch ++++++ ++++ 930 lines (skipped)