2.6.0 release

f40
Germano Massullo 5 years ago
parent 40fa5f705a
commit 999bb90c2a

1
.gitignore vendored

@ -14,3 +14,4 @@
/desktop-2.5.2.tar.gz
/desktop-2.5.3.tar.gz
/desktop-2.6.0-rc1.tar.gz
/desktop-2.6.0.tar.gz

@ -1,15 +1,14 @@
%global _hardened_build 1
Name: nextcloud-client
Version: 2.6.0.rc1
Release: 0.1%{?dist}
Version: 2.6.0
Release: 1%{?dist}
Summary: The Nextcloud Client
# -libs are LGPLv2+, rest GPLv2
License: LGPLv2+ and GPLv2
Url: https://nextcloud.com/install/#install-clients
#Source0: https://github.com/nextcloud/desktop/archive/desktop-%%{version}.tar.gz
Source0: https://github.com/nextcloud/desktop/archive/desktop-2.6.0-rc1.tar.gz
Source0: https://github.com/nextcloud/desktop/archive/desktop-%%{version}.tar.gz
Source1: nextcloud.appdata.xml
# The patch does 3 things:
# - Depends on system lib for QtSingleApplication and QtLockedFile
@ -133,8 +132,7 @@ The nextcloud desktop client dolphin extension.
%endif
%prep
#%%setup -q -n desktop-%%{version}
%setup -q -n desktop-2.6.0-rc1
%setup -q -n desktop-%%{version}
#rm -rf src/3rdparty/qtlockedfile src/3rdparty/qtsingleapplication
@ -221,6 +219,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/nextcloud.
%endif
%changelog
* Fri Oct 04 2019 Germano Massullo <germano.massullo@gmail.com> - 2.6.0-1
- 2.6.0 release
* Sun Sep 08 2019 Germano Massullo <germano.massullo@gmail.com> - 2.6.0.rc1-0.1
- 2.6.0 RC1

@ -1 +1 @@
SHA512 (desktop-2.6.0-rc1.tar.gz) = 272019c422129ffb870cc007cff0291fb7f6c1a2602bf83672088e0b031cd24e3ad490ffd0045cb81246d41409917ca2550927efe48e5e1b27a96c7c8e290e92
SHA512 (desktop-2.6.0.tar.gz) = 161733540de85c436e204b150fb91b527737fee213e569335248ce7c6e1446497aad5e3fa814b3f98a1ec0cdb94fad64ccc0807eb953a94170f9d40abb478545

Loading…
Cancel
Save