Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2016-09-21 18:33:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-terminal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-terminal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes    
2016-07-28 23:45:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes       
2016-09-21 18:33:34.000000000 +0200
@@ -1,0 +2,55 @@
+Mon Sep 19 08:07:09 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep 12 19:30:38 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.92:
+  + search: Always set PCRE2_MULTILINE flag. It's required by vte.
+  + window:
+    - Fix CSD size calculations with long titles.
+    - Make inspector available in non-debug builds.
+  + screen: Add unittest for very long regex match.
+  + client: legacy: Add command line option to show the
+    preferences.
+  + server: Make prefs dialogue an app window.
+  + Updated translations.
+- Drop gnome-terminal-fix-csd-calculation.patch: Fixed upstream
+- Drop gnome-terminal-notebook-avoid-crash-on-tab-DND.patch: It was
+  reverted upstream, and drag and drop of tabs disabled.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+
+-------------------------------------------------------------------
+Thu Aug 18 08:34:10 UTC 2016 - zai...@opensuse.org
+
+- Add gnome-terminal-fix-csd-calculation.patch: Revert window: Fix
+  CSD size calculations with long titles. Taken from upstream git.
+
+-------------------------------------------------------------------
+Tue Aug 16 17:54:41 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.90:
+  + window: Fix CSD size calculations with long titles.
+  + notebook: Make tabs nondetachable.
+  + Revert "notebook: avoid crash on tab DND".
+  + appdata: Use *.metainfo.xml as extension for the nautilus
+    add-on.
+  + appdata: Add kudos for HiDpi, HighContrast and SearchProvider.
+  + all: Remove GRegex use and require PCRE2.
+  + window: Make geometry work better with gtk 3.20.
+  + window: Support animated and touch scrolling.
+  + Add 'Detach Terminal' action to tab context menu.
+  + Add Language headers to po files.
+  + Updated translations.
+- Enable pkconfig(pcre-2.8) BuildRequires: Now mandatory
+  dependency, also drop disabled --with-pcre, no longer needed.
+- Drop gnome-terminal-resize-fix.patch
+  gnome-terminal-profile-editor-initialize-palette.patch: Fixed
+  upstream.
+- Keep gnome-terminal-notebook-avoid-crash-on-tab-DND.patch:
+  Upstream reverted it, but we want it anyway.
+
+-------------------------------------------------------------------

Old:
----
  gnome-terminal-3.20.2.tar.xz
  gnome-terminal-notebook-avoid-crash-on-tab-DND.patch
  gnome-terminal-profile-editor-initialize-palette.patch
  gnome-terminal-resize-fix.patch

New:
----
  gnome-terminal-3.22.0.tar.xz

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

Other differences:
------------------
++++++ gnome-terminal.spec ++++++
--- /var/tmp/diff_new_pack.KHXZow/_old  2016-09-21 18:33:35.000000000 +0200
+++ /var/tmp/diff_new_pack.KHXZow/_new  2016-09-21 18:33:35.000000000 +0200
@@ -17,24 +17,20 @@
 
 
 Name:           gnome-terminal
-Version:        3.20.2
+Version:        3.22.0
 Release:        0
 Summary:        GNOME Terminal
 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.20/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-terminal-resize-fix.patch bgo#760944 
zai...@opensuse.org -- Fix resizing of gnome-terminal, patches from upstream 
bug.
-Patch0:         gnome-terminal-resize-fix.patch
-# PATCH-FIX-UPSTREAM gnome-terminal-profile-editor-initialize-palette.patch 
bgo#768850 zai...@opensuse.org -- profile: editor: Properly initialize the 
first palette color
-Patch1:         gnome-terminal-profile-editor-initialize-palette.patch
-# PATCH-FIX-UPSTREAM gnome-terminal-notebook-avoid-crash-on-tab-DND.patch 
bgo#769161 zai...@opensuse.org -- notebook: avoid crash on tab DND
-Patch2:         gnome-terminal-notebook-avoid-crash-on-tab-DND.patch
+Source:         
http://download.gnome.org/sources/gnome-terminal/3.22/%{name}-%{version}.tar.xz
 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
 BuildRequires:  intltool >= 0.50.0
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.26
 BuildRequires:  yelp-tools
@@ -47,10 +43,9 @@
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.8
 BuildRequires:  pkgconfig(libnautilus-extension) >= 3.0.0
-# Temp disabled as pcre support in vte got disabled, NB when reenabling, make 
sure to remove --without-pcre2 from configure.
-#BuildRequires:  pkgconfig(libpcre2-8) >= 10.00
+BuildRequires:  pkgconfig(libpcre2-8) >= 10.00
 BuildRequires:  pkgconfig(uuid)
-BuildRequires:  pkgconfig(vte-2.91) >= 0.44.2
+BuildRequires:  pkgconfig(vte-2.91) >= 0.46.0
 BuildRequires:  pkgconfig(x11)
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -87,15 +82,13 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 %configure \
     --disable-static \
-    --without-pcre2 \
 %if !0%{?sle_version}
     --disable-migration \
 %endif
@@ -144,7 +137,7 @@
 %files -n nautilus-extension-terminal
 %defattr(-,root,root)
 %{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
-%{_datadir}/appdata/org.gnome.Terminal.Nautilus.appdata.xml
+%{_datadir}/appdata/org.gnome.Terminal.Nautilus.metainfo.xml
 
 %files lang -f %{name}.lang
 

++++++ gnome-terminal-3.20.2.tar.xz -> gnome-terminal-3.22.0.tar.xz ++++++
++++ 73588 lines of diff (skipped)


Reply via email to