Accepting request 1199501 from security
OBS-URL: https://build.opensuse.org/request/show/1199501 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xca?expand=0&rev=11
This commit is contained in:
commit
8ebd2ca760
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55a39f22eabadcce4532ebfcf07f796372bdb0d323720db6b6e0deaf267b1709
|
||||
size 1870446
|
3
xca-2.7.0.tar.gz
Normal file
3
xca-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15ff6fbe4c004ac2ad18885ab35ae6940364a8246d5fe8562a41312fe45ec15e
|
||||
size 1888329
|
@ -1,7 +1,7 @@
|
||||
Index: xca-2.6.0/misc/xca.desktop
|
||||
Index: xca-2.7.0/misc/xca.desktop
|
||||
===================================================================
|
||||
--- xca-2.6.0.orig/misc/xca.desktop
|
||||
+++ xca-2.6.0/misc/xca.desktop
|
||||
--- xca-2.7.0.orig/misc/xca.desktop
|
||||
+++ xca-2.7.0/misc/xca.desktop
|
||||
@@ -15,5 +15,5 @@ Comment[it]=Interfaccia grafica per gene
|
||||
Exec=xca %F
|
||||
Icon=de.hohnstaedt.xca
|
||||
|
11
xca.changes
11
xca.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 09:04:30 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- version update to 2.7.0
|
||||
* Database Schema changed and is not backwards-compatible. Backup your database.
|
||||
* Drivers for SQL Servers must be installed separately since 2.5.0
|
||||
* full changelog at https://hohnstaedt.de/xca-doc/html/changelog.html#xca-2-7-0-tue-aug-27-2024
|
||||
|
||||
- switched to QT6
|
||||
- added fdupes to handle duplicate files during package build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 13:18:04 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
23
xca.spec
23
xca.spec
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: xca
|
||||
Version: 2.6.0
|
||||
Version: 2.7.0
|
||||
Release: 0
|
||||
Summary: An RSA key and certificate management tool
|
||||
License: BSD-3-Clause
|
||||
@ -28,22 +28,24 @@ URL: https://www.hohnstaedt.de/xca/
|
||||
Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: %{name}-desktop.patch
|
||||
%if 0%{?suse_version} <= 1600
|
||||
BuildRequires: gcc12
|
||||
BuildRequires: gcc12-c++
|
||||
BuildRequires: gcc12
|
||||
BuildRequires: gcc12-c++
|
||||
%else
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libqt5-linguist
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Help)
|
||||
BuildRequires: pkgconfig(Qt5Sql)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt6Test)
|
||||
BuildRequires: pkgconfig(Qt6Gui)
|
||||
BuildRequires: pkgconfig(Qt6Help)
|
||||
BuildRequires: pkgconfig(Qt6Linguist)
|
||||
BuildRequires: pkgconfig(Qt6Sql)
|
||||
BuildRequires: pkgconfig(Qt6Widgets)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
#Requires: libQt5Sql5-sqlite
|
||||
|
||||
@ -97,6 +99,7 @@ export CXX=g++-12
|
||||
%install
|
||||
%cmake_install
|
||||
%suse_update_desktop_file -i %{name} DesktopUtility
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%files
|
||||
%doc AUTHORS changelog VERSION.txt
|
||||
|
Loading…
Reference in New Issue
Block a user