Gwyn Ciesla 5 years ago
parent 876495d0a9
commit 21a7ea5c6c

1
.gitignore vendored

@ -16,3 +16,4 @@
/desktop-2.6.0-rc1.tar.gz
/desktop-2.6.0.tar.gz
/desktop-2.6.1.tar.gz
/desktop-2.6.2.tar.gz

@ -1,14 +1,14 @@
%global _hardened_build 1
Name: nextcloud-client
Version: 2.6.1
Version: 2.6.2
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/v%{version}/desktop-%{version}.tar.gz
Source1: nextcloud.appdata.xml
# The patch does 3 things:
# - Depends on system lib for QtSingleApplication and QtLockedFile
@ -218,6 +218,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/nextcloud.
%endif
%changelog
* Fri Dec 27 2019 Gwyn Ciesla <gwync@protonmail.com> - 2.6.2-1
- 2.6.2
* Wed Nov 06 2019 Germano Massullo <germano.massullo@gmail.com> - 2.6.1-1
- 2.6.1 release
- Replaced Requires:python-caja with Requires:python3-caja in caja subpackage

@ -1 +1 @@
SHA512 (desktop-2.6.1.tar.gz) = dbda59f5ef6f5f85d8344732be4a0b51e51fa9d0180d5b589f79ab6fe1bacf3a63879aee2f297bc76d6257dd830b38c695cf88f98b9e3f788acf9d6b2f11f619
SHA512 (desktop-2.6.2.tar.gz) = b56a7d6751381ffb546b0c8a4b9dbb7991f523ac2ff06dbc87ee36927a4326f57f520ea96a2116ead5d36db6b9900f552834ec9dff8ad5adf80e896829428199

Loading…
Cancel
Save