Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2019-06-01 09:47:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terminology (Old)
 and      /work/SRC/openSUSE:Factory/.terminology.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terminology"

Sat Jun  1 09:47:44 2019 rev:17 rq:705884 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2018-06-29 
22:29:48.914328224 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new.5148/terminology.changes        
2019-06-01 09:47:46.571359592 +0200
@@ -1,0 +2,40 @@
+Tue May 28 09:14:10 UTC 2019 - Tomas Cech <[email protected]>
+
+- Update to 1.4.1:
+  * Decode pasted string as UTF-8, fixing some characters being skipped
+  * Fix theme to ensure default size is 80x24
+  * Fix focus disappearing after going to Settings and back
+
+  * Release v1.4.0
+  * Add Continuous Integration on every push to the git repository
+  * Add a test framework on escape code parsing and interpreting
+  * Add more than 120 test files
+  * Add support, along with tests, for the following escape codes: DSR-DIR,
+    DSR-KBD, DSR-MSR, DSR-DECCKSR, DSR-OS, DSR-PP, DSR-UDK, DECSCLM, DECBI,
+    DECFI, DECSACE, DECRARA, DECCRARA, DECIC, DECDC, DECCRA, DECST8C, DA3,
+    DECSWBV
+  * Add finer configuration on whether to activate links
+  * Set environment variable WINDOWID
+  * Selections only disappear if the underlaying content changes
+  * When pasting a buffer, skip control characters as a security measure
+  * Fixes, along with tests, on handling the following escape codes: VPR,
+    DECERA, DECFRA, DSR-CPR, DCH, DECALN, DECAWM, IL, DL
+  * Fixes, along with tests, on mouse reporting
+  * Fixes on issues spotted by Coverity
+
+  * Release v1.3.2
+  * Clicking on links works again
+
+  * Release v1.3.1
+  * Add manpages on Terminology's helpers
+  * Do not popup unknown media types (security issue)
+  * Right-click on hyperlinks no longer crashes
+
+  * Release v1.3.0
+  * Hyperlink escape code support
+  * Optimize escape code parsing by improving cell copies
+  * Fix issues about settings panel
+  * Do not pass input when tab selector is up
+  * Escape code fixes
+
+-------------------------------------------------------------------

Old:
----
  terminology-1.2.1.tar.xz

New:
----
  terminology-1.4.1.tar.xz

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

Other differences:
------------------
++++++ terminology.spec ++++++
--- /var/tmp/diff_new_pack.HNQUkF/_old  2019-06-01 09:47:47.179359384 +0200
+++ /var/tmp/diff_new_pack.HNQUkF/_new  2019-06-01 09:47:47.183359383 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,7 +23,7 @@
 %define e_branding_version 0.1
 %endif
 Name:           terminology
-Version:        1.2.1
+Version:        1.4.1
 Release:        0
 Summary:        EFL based terminal emulator
 License:        BSD-2-Clause AND OFL-1.1
@@ -117,23 +117,6 @@
 %install
 %meson_install
 
-# convert icons to hicolor
-_file=%{buildroot}%{_datadir}/icons/%{name}.png
-_width=$(identify -format %w $_file)
-_height=$(identify -format %h $_file)
-if [ "$_width" -eq $_height ]; then
-    ls %{_datadir}/icons/hicolor | grep '[0-9]x[0-9]' | sort -n | while read 
_size; do
-      if [ "$_width" -ge ${_size%x*} ]; then
-        mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${_size}/apps
-        convert -strip \
-          $_file -resize $_size \
-          %{buildroot}%{_datadir}/icons/hicolor/${_size}/apps/${_file##*/}
-      fi
-    done
-else
-    install -Dm0644 $_file %{buildroot}%{_datadir}/pixmaps/${_file##*/}
-fi
-rm %{buildroot}%{_datadir}/icons/%{name}.png
 sed -i 's/.png[[:blank:]]*$//' 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 # make 2 copys of default for branding
@@ -164,7 +147,8 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.??g
-%{_mandir}/man?/terminology.?.?z
+%{_mandir}/man?/terminology*.?z
+%{_mandir}/man?/ty*.?z
 %exclude %{_datadir}/%{name}/themes/*
 
 %files theme-upstream

++++++ terminology-1.2.1.tar.xz -> terminology-1.4.1.tar.xz ++++++
++++ 28918 lines of diff (skipped)


Reply via email to