Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lagrange for openSUSE:Factory 
checked in at 2021-08-18 08:55:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lagrange (Old)
 and      /work/SRC/openSUSE:Factory/.lagrange.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lagrange"

Wed Aug 18 08:55:38 2021 rev:21 rq:912260 version:1.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/lagrange/lagrange.changes        2021-08-04 
22:29:28.817758408 +0200
+++ /work/SRC/openSUSE:Factory/.lagrange.new.1899/lagrange.changes      
2021-08-18 08:56:17.658947927 +0200
@@ -1,0 +2,26 @@
+Sun Aug 15 11:46:07 UTC 2021 - Adam Mizerski <a...@mizerski.pl>
+
+- Added patch lagrange-1.6.3-Updated-AppData.patch
+  (on git this was released as a version 1.6.3-1)
+
+-------------------------------------------------------------------
+Sun Aug 15 09:55:50 UTC 2021 - Adam Mizerski <a...@mizerski.pl>
+
+- update to 1.6.3
+  - Select all text in an input field using Shift+Ctrl+A.
+  - Input fields do not lose focus when the window becomes inactive, making it
+    easier to resume input afterwards.
+  - Fixed delay after switching to split view mode.
+  - Fixed what gets drawn in an empty tab, before a document is available for
+    rendering (e.g., after switching to split view mode).
+  - Fixed highlighting the domain name in URL input fields.
+  - Fixed hiding the Gemini URL scheme in input fields when the window is
+    narrow.
+  - Fixed the line break key modifier inadvertently affecting URL input fields,
+    where line breaks are not allowed.
+  - Fixed the line break key modifier affecting the upload dialog's text field.
+  - Fixed a potential hang when closing a socket before the connection is fully
+    opened.
+  - Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  lagrange-1.6.2.tar.gz

New:
----
  lagrange-1.6.3-Updated-AppData.patch
  lagrange-1.6.3.tar.gz

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

Other differences:
------------------
++++++ lagrange.spec ++++++
--- /var/tmp/diff_new_pack.cOVc9D/_old  2021-08-18 08:56:18.934946427 +0200
+++ /var/tmp/diff_new_pack.cOVc9D/_new  2021-08-18 08:56:18.938946422 +0200
@@ -18,12 +18,13 @@
 
 %define app_id fi.skyjake.Lagrange
 Name:           lagrange
-Version:        1.6.2
+Version:        1.6.3
 Release:        0
 Summary:        Desktop GUI client for browsing Geminispace
 License:        BSD-2-Clause
 URL:            https://gmi.skyjake.fi/lagrange
 Source0:        
https://git.skyjake.fi/skyjake/lagrange/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Patch0:         lagrange-1.6.3-Updated-AppData.patch
 BuildRequires:  cmake
 BuildRequires:  libunistring-devel
 BuildRequires:  pkgconfig
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake -DTFDN_ENABLE_SSE41=NO

++++++ lagrange-1.6.3-Updated-AppData.patch ++++++
>From aa241321bb9805398b369dfd9555375be692b4c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= <jaakko.kera...@iki.fi>
Date: Sun, 15 Aug 2021 12:49:48 +0300
Subject: [PATCH] Updated AppData

---
 res/fi.skyjake.Lagrange.appdata.xml | 34 +++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/res/fi.skyjake.Lagrange.appdata.xml 
b/res/fi.skyjake.Lagrange.appdata.xml
index 1db2717c..0259aa1e 100644
--- a/res/fi.skyjake.Lagrange.appdata.xml
+++ b/res/fi.skyjake.Lagrange.appdata.xml
@@ -45,6 +45,40 @@
     <update_contact>jaakko.kera...@iki.fi</update_contact>
 
     <releases>
+        <release version="1.6.3" date="2021-08-15">
+            <description>
+                <p>Version 1.6 adds support for bidirectional text and complex 
scripts,
+                    right-to-left paragraph layout, uploads using the Titan 
protocol,
+                    and has an improved mechanism for tracking trust in server
+                    certificates. Page contents can be fully cached in memory 
for more
+                    efficient backward navigation. There are also UI 
improvements like
+                    a reorganized Preferences and a setting for smooth 
scrolling
+                    speed.</p>
+                <p>Changes and fixes in v1.6.3:</p>
+                <ul>
+                    <li>Select all text in an input field using 
Shift+Ctrl+A.</li>
+                    <li>Input fields do not lose focus when the window becomes
+                        inactive, making it easier to resume input 
afterwards.</li>
+                    <li>Fixed delay after switching to split view mode.</li>
+                    <li>Fixed what gets drawn in an empty tab, before a 
document is
+                        available for rendering (e.g., after switching to 
split view
+                        mode).</li>
+                    <li>Fixed highlighting the domain name in URL input 
fields.</li>
+                    <li>Fixed hiding the Gemini URL scheme in input fields 
when the
+                        window is narrow.</li>
+                    <li>Fixed the line break key modifier inadvertently 
affecting URL
+                        input fields, where line breaks are not allowed.</li>
+                    <li>Fixed the line break key modifier affecting the upload 
dialog's
+                        text field.</li>
+                    <li>Fixed a potential hang when closing a socket before the
+                        connection is fully opened.</li>
+                    <li>Updated translations.</li>                    
+                </ul>
+                <p>The full release notes can be viewed inside the app by 
opening
+                    the "about:version" page.</p>
+            </description>
+            <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.3</url>
+        </release>        
         <release version="1.6.2" date="2021-08-03">
             <description>
                 <p>Version 1.6 adds support for bidirectional text and complex 
scripts,
++++++ lagrange-1.6.2.tar.gz -> lagrange-1.6.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/lagrange/lagrange-1.6.2.tar.gz 
/work/SRC/openSUSE:Factory/.lagrange.new.1899/lagrange-1.6.3.tar.gz differ: 
char 5, line 1

Reply via email to