Accepting request 1202452 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/1202452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeal?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2024-09-23 13:22:54 +00:00 committed by Git OBS Bridge
commit 019a883a3c
7 changed files with 34 additions and 18 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v0.7.1</param>
<param name="revision">v0.7.2</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/zealdocs/zeal.git</param>
<param name="changesrevision">7f938cf4e87b22abc5efd4155b78ea8127eefc4b</param></service></servicedata>
<param name="changesrevision">66b30331f84a0081cbaa8955f92c8e42a990a1ca</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e4875c93746a0c7d0d0158211e74523fa8f529109172381a2df863216d4948e
size 786336

3
zeal-0.7.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4ad22788b41f86b5130f78fd185039121d170e57cc8c0b68115df14742a8865
size 786476

View File

@ -1,13 +1,8 @@
---
src/app/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: zeal-0.7.1/src/app/CMakeLists.txt
===================================================================
--- zeal-0.7.1.orig/src/app/CMakeLists.txt
+++ zeal-0.7.1/src/app/CMakeLists.txt
diff --color -ur zeal-0.7.2.orig/src/app/CMakeLists.txt zeal-0.7.2/src/app/CMakeLists.txt
--- zeal-0.7.2.orig/src/app/CMakeLists.txt 2024-09-08 17:33:39.000000000 +0200
+++ zeal-0.7.2/src/app/CMakeLists.txt 2024-09-21 17:32:24.516710104 +0200
@@ -1,4 +1,4 @@
-find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets REQUIRED)
-find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Concurrent WebEngineWidgets Widgets REQUIRED)
+find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Concurrent Network WebChannel WebEngineWidgets Widgets REQUIRED)
if (Qt${QT_VERSION_MAJOR}Widgets_VERSION VERSION_LESS QT_MINIMUM_VERSION)
message(FATAL_ERROR "Qt version >= ${QT_MINIMUM_VERSION} is required.")

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Sep 21 15:26:23 UTC 2024 - andrea.manzini@suse.com
- Update to version 0.7.2:
* docs(readme): fix Telegram link
* feat(ui): add shortcut (Ctrl+B) to toggle sidebar visibility
* chore: fix typos in code comments
* fix(app): do not register protocol handlers on startup
* fix(ui): fix Unix build when X11 is not available
* docs(readme): update license to GPLv3 or later (#1646)
* chore(pkg): remove unused zeal.wxs file
* fix(browser): use button release for forward/back navigation
* refactor(browser): replace WebKit specific CSS rules
* refactor(registry): add missing override specifier
* fix(core): use archive_entry_pathname_utf8
* feat(registry,ui): show docset search keywords/prefixes
* refactor(registry): use class enum for index level
* fix(browser): use default QWebEngineProfile for Qt 6
* fix(ui): use correct QWebEngineProfile when applying font settings
* feat(browser): apply dark mode without restart with Qt 6.7+
-------------------------------------------------------------------
Sat Jul 27 11:45:35 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -19,10 +19,10 @@
%global optflags %{optflags} -Wno-unused-variable
Name: zeal
Version: 0.7.1
Version: 0.7.2
Release: 0
Summary: Offline API documentation browser
License: GPL-3.0-only
License: GPL-3.0-or-later
Group: Development/Tools/Other
URL: https://zealdocs.org
Source0: %{name}-%{version}.tar.xz
@ -49,8 +49,8 @@ BuildRequires: pkgconfig(xcb-keysyms)
Requires: libQt6Sql6 >= 6.2.0
Requires(post): hicolor-icon-theme
Requires(post): update-desktop-files
Requires(postun):hicolor-icon-theme
Requires(postun):update-desktop-files
Requires(postun): hicolor-icon-theme
Requires(postun): update-desktop-files
%description
Zeal is an offline API documentation browser inspired by Dash