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:
commit
019a883a3c
2
_service
2
_service
@ -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>
|
||||
|
@ -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>
|
@ -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
3
zeal-0.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4ad22788b41f86b5130f78fd185039121d170e57cc8c0b68115df14742a8865
|
||||
size 786476
|
@ -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.")
|
||||
|
21
zeal.changes
21
zeal.changes
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user