dooble 2022.12.25-1 (znver1;x86_64;aarch64) 2023-17075
9999
| Status | published | ||||||
| Submitter | bero [@T] lindev.ch | ||||||
| Platform | rolling | ||||||
| Repository | main | ||||||
| URL | https://abf.openmandriva.org/build_lists/284507 | ||||||
| Packages |
|
||||||
| Build Date | 2023-01-07 23:57:31 +0000 UTC | ||||||
| Last Updated | 2023-01-12 01:10:20.414631493 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary b6470e85310e85311bd4709b08dbf67efb46eb28
commit b6470e85310e85311bd4709b08dbf67efb46eb28
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Sun Jan 8 00:40:13 2023 +0100
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Sun Jan 8 00:40:13 2023 +0100
2022.12.25
---
.abf.yml | 2 +-
dooble-2022.06.15-prepend-https.patch | 15 ---------------
dooble.spec | 5 ++---
3 files changed, 3 insertions(+), 19 deletions(-)
delete mode 100644 dooble-2022.06.15-prepend-https.patch
diff --git a/.abf.yml b/.abf.yml
index 8eabbed..781d014 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- 2022.11.15.tar.gz: cce732e7ee786322c0e30ea3649bcab67e354d27
+ 2022.12.25.tar.gz: 3334b5979364cf5a09ee7673142bdf4094bc2d0b
diff --git a/dooble-2022.06.15-prepend-https.patch b/dooble-2022.06.15-prepend-https.patch
deleted file mode 100644
index e34e767..0000000
--- a/dooble-2022.06.15-prepend-https.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -up dooble-2022.06.15/Source/dooble_address_widget.cc.omv~ dooble-2022.06.15/Source/dooble_address_widget.cc
---- dooble-2022.06.15/Source/dooble_address_widget.cc.omv~ 2022-09-14 19:13:31.249687232 +0200
-+++ dooble-2022.06.15/Source/dooble_address_widget.cc 2022-09-14 19:15:56.506017105 +0200
-@@ -515,7 +515,10 @@ void dooble_address_widget::slot_populat
- void dooble_address_widget::slot_return_pressed(void)
- {
- m_completer->popup()->setVisible(false);
-- setText(text());
-+ QString s = text();
-+ if(!s.contains(":") && !s.startsWith('/') && s.contains('.') && !s.contains(' '))
-+ s.prepend("https://");
-+ setText(s);
- }
-
- void dooble_address_widget::slot_settings_applied(void)
diff --git a/dooble.spec b/dooble.spec
index fb522a6..4ca8351 100644
--- a/dooble.spec
+++ b/dooble.spec
@@ -1,10 +1,9 @@
%global debug_package %{nil}
Name: dooble
-Version: 2022.11.15
-Release: 2
+Version: 2022.12.25
+Release: 1
Source0: https://github.com/textbrowser/dooble/archive/refs/tags/%{version}.tar.gz
-Patch1: dooble-2022.06.15-prepend-https.patch
Summary: Simple lightweight web browser
URL: https://textbrowser.github.io/dooble
License: MIT
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1190d 16hrs |
| benbullard79 [@T] cox.net | No Comment. | 1187d 12hrs |
| benbullard79 [@T] cox.net | No Comment. | 1187d 11hrs |