commit ade4a43534c6d0973811bc76ddae274661ac8796 Author: ed Date: Mon Sep 2 14:10:45 2024 +0300 import nextcloud-client-3.13.2-1.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6631df --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/desktop-3.13.2.tar.gz diff --git a/.nextcloud-client.metadata b/.nextcloud-client.metadata new file mode 100644 index 0000000..397a83a --- /dev/null +++ b/.nextcloud-client.metadata @@ -0,0 +1 @@ +edca8a16909af052d3f896dd50283f16b817f82f SOURCES/desktop-3.13.2.tar.gz diff --git a/SOURCES/com.nextcloud.desktopclient.nextcloud.metainfo.xml b/SOURCES/com.nextcloud.desktopclient.nextcloud.metainfo.xml new file mode 100644 index 0000000..4264876 --- /dev/null +++ b/SOURCES/com.nextcloud.desktopclient.nextcloud.metainfo.xml @@ -0,0 +1,23 @@ + + + com.nextcloud.desktopclient.nextcloud + Nextcloud Desktop + GPL-2.0+ + Nextcloud desktop synchronization client + CC0-1.0 + +

The Nextcloud desktop client allows you to keep one or more folders full of +your photos, videos and documents synchronized with your server. Any file you +add, modify or delete in the synced folders on your desktop or laptop will show +up, change or disappear on the server and all other connected devices. Thanks +to the client, you can work with your files even when you are not online!

+
+ + + The options dialog + https://nextcloud.com/wp-content/uploads/2022/04/linux.png + + + https://nextcloud.com + +
diff --git a/SPECS/nextcloud-client.spec b/SPECS/nextcloud-client.spec new file mode 100644 index 0000000..92f457d --- /dev/null +++ b/SPECS/nextcloud-client.spec @@ -0,0 +1,662 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +%if 0%{?el8} +%undefine __cmake_in_source_build +%undefine _cmake_skip_rpath +%endif + +Name: nextcloud-client +Version: 3.13.2 +Release: %autorelease +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/v%{version}/desktop-%{version}.tar.gz +Source1: com.nextcloud.desktopclient.nextcloud.metainfo.xml + +%if 0%{?fedora} >= 39 +ExcludeArch: %{ix86} +%endif + +%if 0%{?rhel} +BuildRequires: rpmautospec-rpm-macros +BuildRequires: policycoreutils +%endif + +BuildRequires: check +BuildRequires: chrpath +BuildRequires: cmake +BuildRequires: desktop-file-utils +BuildRequires: doxygen +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: inotify-tools-devel +BuildRequires: libcloudproviders-devel +BuildRequires: libappstream-glib +BuildRequires: neon-devel +BuildRequires: openssl-devel +BuildRequires: pkgconfig(dbus-1) +BuildRequires: python3-sphinx +BuildRequires: qtlockedfile-qt5-devel +BuildRequires: qtkeychain-qt5-devel +BuildRequires: qtsingleapplication-qt5-devel +BuildRequires: qt5-qtbase +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtbase-private-devel +BuildRequires: qt5-qtbase-gui +BuildRequires: qt5-qtwebkit-devel +BuildRequires: qt5-qtxmlpatterns-devel +BuildRequires: qt5-qttools +BuildRequires: qt5-qttools-devel +BuildRequires: qt5-qtquickcontrols2-devel +BuildRequires: qt5-qtwebengine-devel +BuildRequires: qt5-qtwebsockets-devel +BuildRequires: qt5-qtsvg-devel +BuildRequires: extra-cmake-modules +BuildRequires: inkscape +# Plasma 5 Dolphin integration +%if 0%{?fedora} >= 24 || 0%{?rhel} > 7 +BuildRequires: kf5-kio-devel +BuildRequires: kf5-karchive-devel +BuildRequires: kf5-kcoreaddons-devel +BuildRequires: kf5-rpm-macros +%endif +BuildRequires: sqlite-devel +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +%if 0%{?fedora} && 0%{?fedora} < 33 +# concerning libgnome-keyring read https://bugzilla.redhat.com/show_bug.cgi?id=1652973 +Requires: libgnome-keyring +%endif +Requires: qt5-qtquickcontrols + +Provides: mirall = %{version}-%{release} +Obsoletes: mirall < 1.8.0 + +# Read https://bugzilla.redhat.com/show_bug.cgi?id=1651261 +ExcludeArch: ppc64 ppc64le s390x + +%description +Nextcloud-client enables you to connect to your private Nextcloud Server. +With it you can create folders in your home directory, and keep the contents +of those folders synced with your Nextcloud server. Simply copy a file into +the directory and the Nextcloud Client does the rest. + + +%package libs +Summary: Common files for nextcloud-client +License: LGPLv2+ +Provides: mirall-common = %{version}-%{release} +Obsoletes: mirall-common < 1.8.0 +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description libs +Provides common files for nextcloud-client such as the +configuration file that determines the excluded files in a sync. + + +%package devel +Summary: Development files for nextcloud-client +License: LGPLv2+ +Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} +Provides: %{name}-static = %{version}-%{release} +Provides: mirall-devel = %{version}-%{release} +Obsoletes: mirall-devel < 1.8.0 + +%description devel +Development headers for use of the nextcloud-client library + +%package nautilus +Summary: nextcloud client nautilus extension +Supplements: (nextcloud-client and nautilus) +Requires: nautilus +Requires: nautilus-python +Requires: %{name}%{?_isa} = %{version}-%{release} +Provides: mirall-nautilus = %{version}-%{release} +Obsoletes: mirall-nautilus < 1.8.0 + +%description nautilus +The nextcloud desktop client nautilus extension. + +%if 0%{?fedora} +# Only Fedora has Cinnamon, so there is no need for Nemo extension on EPEL +%package nemo +Summary: Nemo overlay icons +Supplements: (nextcloud-client and nemo) +Requires: nemo +Requires: nemo-python +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description nemo +This package provides overlay icons to visualize the sync state +in the nemo file manager. + +# Only Fedora has Mate, so there is no need for Caja extension on EPEL +%package caja +Summary: Caja overlay icons +Supplements: (nextcloud-client and caja) +Requires: caja +Requires: python3-caja +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description caja +This package provides overlay icons to visualize the sync state +in the caja file manager. +%endif + +%if 0%{?fedora} || 0%{?rhel} > 7 +%package dolphin +Summary: Dolphin overlay icons +Supplements: (nextcloud-client and dolphin) +Requires: dolphin +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description dolphin +The nextcloud desktop client dolphin extension. +%endif + +%prep +%setup -n desktop-%{version} + +# change compiler flag +sed -i 's/-fPIE/-fPIC/g' src/gui/CMakeLists.txt +sed -i 's/-fPIE/-fPIC/g' src/cmd/CMakeLists.txt + +%build +%cmake_kf5 \ + -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \ + -DNO_SHIBBOLETH=1 \ + -DBUILD_UPDATER=False + +%cmake_build + +%install +%cmake_install + +%find_lang client --with-qt +mkdir -p %{buildroot}%{_datadir}/metainfo/ +install -pm 644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/com.nextcloud.desktopclient.nextcloud.metainfo.xml + + +# for distros that do not have KDE Plasma 5 +%if 0%{?fedora} < 24 && 0%{?rhel} <= 7 +rm -f %{buildroot}%{_libdir}/libnextclouddolphinpluginhelper.so +rm -f %{buildroot}%{_kf5_plugindir}/overlayicon/nextclouddolphinoverlayplugin.so +rm -f %{buildroot}%{_qt5_plugindir}/nextclouddolphinactionplugin.so +rm -f %{buildroot}%{_kf5_datadir}/kservices5/nextclouddolphinactionplugin.desktop +%endif + + +%if 0%{?rhel} +# Only Fedora has Cinnamon, so there is no need for Nemo extension on EPEL +rm -rf %{buildroot}%{_datadir}/nemo-python/ +# Only Fedora has Mate, so there is no need for Caja extension on EPEL +rm -rf %{buildroot}%{_datadir}/caja-python/ +%endif + +%post +%if 0%{?rhel} +setsebool -P selinuxuser_execmod=on +%endif + +%postun +%if 0%{?rhel} +setsebool -P selinuxuser_execmod=off +%endif + +%check +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/com.nextcloud.desktopclient.nextcloud.metainfo.xml + +%ldconfig_scriptlets libs + +%if 0%{?fedora} >= 24 || 0%{?rhel} > 7 +%ldconfig_scriptlets dolphin +%endif + +%files -f client.lang +%{_bindir}/nextcloud +%{_bindir}/nextcloudcmd +%{_datadir}/mime/packages/nextcloud.xml +%{_datadir}/applications/com.nextcloud.desktopclient.nextcloud.desktop +%{_datadir}/icons/hicolor/*/apps/* +%{_datadir}/metainfo/com.nextcloud.desktopclient.nextcloud.metainfo.xml +%{_datadir}/dbus-1/services/com.nextcloudgmbh.Nextcloud.service +%{_datadir}/cloud-providers/com.nextcloudgmbh.Nextcloud.ini + +%files libs +%{_libdir}/libnextcloudsync.so.0 +%{_libdir}/libnextcloudsync.so.%{version} +%{_libdir}/libnextcloud_csync.so* +%doc README.md +%config %{_sysconfdir}/Nextcloud/sync-exclude.lst +%dir %{_sysconfdir}/Nextcloud + +%files devel +%{_includedir}/nextcloudsync/ +%{_libdir}/libnextcloudsync.so +%{_libdir}/nextcloudsync_vfs_suffix.so +%{_libdir}/nextcloudsync_vfs_xattr.so + +%files nautilus +%{_datadir}/nautilus-python/extensions/* + +%if 0%{?fedora} +# Only Fedora has Cinnamon, so there is no need for Nemo extension on EPEL +%files nemo +%{_datadir}/nemo-python/extensions/* + +# Only Fedora has Mate, so there is no need for Caja extension on EPEL +%files caja +%{_datadir}/caja-python/extensions/* +%endif + +%if 0%{?fedora} || 0%{?rhel} > 7 +%files dolphin +%{_libdir}/libnextclouddolphinpluginhelper.so +%{_kf5_plugindir}/overlayicon/nextclouddolphinoverlayplugin.so +%{_kf5_plugindir}/kfileitemaction/nextclouddolphinactionplugin.so +%endif + +%changelog +* Mon Sep 02 2024 Eduard Basov - 3.13.2-1 +- Rebuilt for MSVSphere 9.4 + +## START: Generated by rpmautospec +* Sat Jul 13 2024 Mukundan Ragavan - 3.13.2-1 +- Update to v3.13.2 + +* Fri Jul 05 2024 Mukundan Ragavan - 3.13.1-3 +- Add openssl-devel-engine as BR; close #rhbz 2295633 + +* Fri Jul 05 2024 Mukundan Ragavan - 3.13.1-2 +- Update to v3.13.1; close #rhbz 2295633 + +* Fri Jul 05 2024 Mukundan Ragavan - 3.13.1-1 +- Update to v3.13.1; close #rhbz 2295633 + +* Thu May 23 2024 Mukundan Ragavan - 3.13.0-1 +- Update to v3.13.0 + +* Thu May 09 2024 Mukundan Ragavan - 3.12.5-1 +- Update to v3.12.5 + +* Sat Mar 30 2024 Mukundan Ragavan - 3.12.3-1 +- Update to v3.12.3 + +* Sat Mar 09 2024 Mukundan Ragavan - 3.12.1-1 +- Update to v3.12.1 + +* Sat Jan 27 2024 Mukundan Ragavan - 3.11.1-1 +- Update to v3.11.1 + +* Thu Jan 25 2024 Fedora Release Engineering - 3.11.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 3.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Dec 14 2023 Mukundan Ragavan - 3.11.0-1 +- Update to v3.11.0 + +* Thu Nov 16 2023 Mukundan Ragavan - 3.10.1-1 +- Update to v3.10.1 + +* Tue Oct 17 2023 Mukundan Ragavan - 3.10.0-1 +- Update to v3.10.0 + +* Thu Aug 31 2023 Mukundan Ragavan - 3.9.3-1 +- Update to v3.9.3 + +* Sun Aug 13 2023 Mukundan Ragavan - 3.9.2-1 +- Update to v3.9.2 + +* Tue Aug 08 2023 Mukundan Ragavan - 3.9.1-2 +- drop i686 on F39+; inkscape (which is needed) dropped it on F39+ + +* Sun Aug 06 2023 Mukundan Ragavan - 3.9.1-1 +- Update to v3.9.1 + +* Thu Jul 20 2023 Fedora Release Engineering - 3.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sun Jun 18 2023 Mukundan Ragavan - 3.9.0-1 +- Update to v3.9.0 + +* Wed May 24 2023 Mukundan Ragavan - 3.8.2-1 +- Update to v3.8.2 + +* Fri Apr 21 2023 Mukundan Ragavan - 3.8.1-1 +- Update to v3.8.1 + +* Sun Apr 16 2023 Mukundan Ragavan - 3.8.0-1 +- Update to v3.8.0 + +* Sat Mar 11 2023 Mukundan Ragavan - 3.7.4-1 +- Update to v3.7.4 + +* Sun Feb 12 2023 Mukundan Ragavan - 3.7.3-1 +- Update to v3.7.3 + +* Fri Jan 27 2023 Justin Zobel - 3.6.6-2 +- Disable automatic update check + +* Sat Jan 21 2023 Mukundan Ragavan - 3.6.6-1 +- Update to v3.6.6 + +* Thu Jan 19 2023 Fedora Release Engineering - 3.6.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Dec 26 2022 Klaas Demter - 3.6.4-3 +- Fix main window and drop qt patch + +* Mon Dec 26 2022 Steven A. Falco - 3.6.4-2 +- Typo in xcb_3.6.4.patch + +* Sun Dec 25 2022 Mukundan Ragavan - 3.6.4-1 +- Update to v3.6.4 + +* Thu Nov 24 2022 Mukundan Ragavan - 3.6.2-1 +- update to v3.6.2 + +* Thu Oct 20 2022 Mukundan Ragavan - 3.6.1-1 +- update to v3.6.1 + +* Sun Oct 09 2022 Mukundan Ragavan - 3.6.0-3 +- Add upstream patch to support nautilus 43; fixes bz#2131796 + +* Mon Sep 19 2022 Mukundan Ragavan - 3.6.0-2 +- update spec file to handle EL selinux reqs + +* Thu Sep 15 2022 Mukundan Ragavan - 3.6.0-1 +- update to v3.6.0 + +* Fri Aug 05 2022 Mukundan Ragavan - 3.5.4-1 +- update to v3.5.4 + +* Sun Jul 31 2022 Mukundan Ragavan - 3.5.3-1 +- Update to v3.5.3 + +* Fri Jul 22 2022 Fedora Release Engineering - 3.5.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jul 15 2022 AsciiWolf - 3.5.2-3 +- Fix AppStream metadata + +* Thu Jul 14 2022 Jan Grulich - 3.5.2-2 +- Rebuild (qt5) + +* Thu Jul 07 2022 Mukundan Ragavan - 3.5.2-1 +- update to v3.5.2 + +* Tue Jun 28 2022 Maxwell G - 3.5.1-2 +- Add boolean `Supplements` to file manager add-on subpackages. + +* Sat May 28 2022 Mukundan Ragavan - 3.5.1-1 +- Update to v3.5.1; drop gcc-12 patch + +* Tue May 17 2022 Jan Grulich - 3.4.4-4 +- Rebuild (qt5) + +* Thu Mar 31 2022 Mukundan Ragavan - 3.4.4-3 +- rebuild/qt5 + +* Thu Mar 24 2022 Mukundan Ragavan - 3.4.4-2 +- add patch file for v3.4.4 + +* Thu Mar 24 2022 Mukundan Ragavan - 3.4.4-1 +- Update to version 3.4.4 + +* Tue Mar 08 2022 Jan Grulich - 3.4.2-2 +- Rebuild (qt5) + +* Tue Feb 01 2022 Michel Alexandre Salim - 3.4.2-1 +- Update to 3.4.2 + +* Thu Jan 20 2022 Fedora Release Engineering - 3.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sat Jan 15 2022 Michel Alexandre Salim - 3.4.1-1 +- Update to 3.4.1 + +* Sun Oct 31 2021 Mukundan Ragavan - 3.3.6-1 +- Update to 3.3.6 + +* Sat Oct 02 2021 Mukundan Ragavan - 3.3.5-1 +- Update to 3.3.5 + +* Tue Sep 21 2021 Mukundan Ragavan - 3.3.4-1 +- Update to 3.3.4 + +* Tue Sep 14 2021 Sahana Prasad - 3.3.3-2 +- Rebuilt with OpenSSL 3.0.0 + +* Sat Sep 04 2021 Mukundan Ragavan - 3.3.3-1 +- Update to 3.3.3 + +* Wed Sep 01 2021 Mukundan Ragavan - 3.3.2-1 +- Update to 3.3.2 + +* Fri Aug 13 2021 Mukundan Ragavan - 3.3.1-1 +- Update to 3.3.1 + +* Sat Jul 31 2021 Mukundan Ragavan - 3.3.0-1 +- Update to 3.3.0 + +* Thu Jul 22 2021 Fedora Release Engineering - 3.2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jul 17 2021 Michel Alexandre Salim - 3.2.4-2 +- Don't ship Nemo subpackage on EPEL +- Clean up to remove check for Fedora >= 24 +- Remove _hardened_build declaration, no longer needed since F23 + https://fedoraproject.org/wiki/Changes/Harden_All_Packages + +* Wed Jul 07 2021 Mukundan Ragavan - 3.2.4-1 +- Update to 3.2.4 + +* Thu Jun 24 2021 Mukundan Ragavan - 3.2.3-1 +- Update to 3.2.3 +- Add inkscape as buildrequires + +* Mon Jun 14 2021 Mukundan Ragavan - 3.2.2-2 +- Fix patch + +* Sat Jun 05 2021 Mukundan Ragavan - 3.2.2-1 +- Update to 3.2.2 + +* Mon May 03 2021 Mukundan Ragavan - 3.2.1-2 +- Replace picpie patch with sed (fixes FTBFS) + +* Sat May 01 2021 Germano Massullo - 3.2.1-1 +- 3.2.1 release + +* Sat May 01 2021 Germano Massullo - 3.2.0-2 +- added xcb.patch that fixes GNOME quirks on Wayland sessions. Read https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3BVLBS4B3XHJEXFVGD7RK2ZMXZG6JQZT/ + +* Thu Apr 08 2021 Mukundan Ragavan - 3.2.0-1 +- Update to 3.2.0 + +* Thu Mar 11 2021 Mukundan Ragavan - 3.1.3-1 +- Update to 3.1.3 + +* Tue Jan 26 2021 Fedora Release Engineering - 3.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Dec 23 2020 Mukundan Ragavan - 3.1.1-1 +- Update to 3.1.1 + +* Tue Dec 22 2020 Mukundan Ragavan - 3.1.0-1 +- Update to 3.1.0 +- Add qtbase-private as buildrequires + +* Fri Oct 30 2020 Mukundan Ragavan - 3.0.3-1 +- Update to 3.0.3 + +* Fri Oct 02 2020 Jeff Law - 3.0.2-2 +- Use -fPIC rather than -fPIE. Re-enable LTO. + +* Sat Sep 26 2020 Mukundan Ragavan - 3.0.2-1 +- Update to 3.0.2 + +* Thu Sep 10 2020 Nick Bebout - 3.0.1-2 +- Disable LTO + +* Sat Sep 05 2020 Mukundan Ragavan - 3.0.1-1 +- Update to 3.0.1 +- Drop upstreamed patches + +* Mon Aug 31 2020 Michel Alexandre Salim - 2.6.5-9 +- Only require libgnome-keyring on Fedora (not EPEL). EPEL8 is getting qtkeychain 0.10.0 + +* Mon Aug 24 2020 Rex Dieter - 2.6.5-8 +- %%check: verify correct rpath/runpath + +* Mon Aug 24 2020 Rex Dieter - 2.6.5-7 +- restore use of %%cmake_kf5, explicitly undefine _cmake_skip_rpath (#1871655) + +* Tue Aug 04 2020 Mukundan Ragavan - 2.6.5-6 +- Change cmake macros to fix FTBFS + +* Sat Aug 01 2020 Fedora Release Engineering - 2.6.5-5 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 2.6.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 15 2020 Gwyn Ciesla - 2.6.5-3 +- Require libgnome-keyring only for <=f32 + +* Tue Jul 14 2020 Gwyn Ciesla - 2.6.5-2 +- Reinstate libgnome-keyring requires. + +* Fri Jul 10 2020 Gwyn Ciesla - 2.6.5-1 +- 2.6.5 + +* Thu Jun 18 2020 Mukundan Ragavan - 2.6.4-5 +- Drop requires on libgnome-keyring (not needed with qtkeychain >= 0.10.0) + +* Mon Apr 27 2020 Germano Massullo - 2.6.4-4 +- Added Requires: libgnome-keyring Read https://bugzilla.redhat.com/show_bug.cgi?id=1652973 + +* Sun Apr 12 2020 Tim Klocke - 2.6.4-3 +- Fixed autostart when using libcloudproviders +- Fixed recently changed files in libcloudproviders support + +* Sun Apr 05 2020 Germano Massullo - 2.6.4-2 +- Added libcloudproviders support. Thanks to Tim Klocke +- Added BuildRequires: libcloudproviders-devel BuildRequires: pkgconfig(dbus-1) + +* Thu Mar 05 2020 Gwyn Ciesla - 2.6.4-1 +- 2.6.4 + +* Mon Feb 17 2020 Mukundan Ragavan - 2.6.3-1 +- Update to 2.6.3 + +* Wed Jan 29 2020 Fedora Release Engineering - 2.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 27 2019 Gwyn Ciesla - 2.6.2-1 +- 2.6.2 + +* Wed Nov 06 2019 Germano Massullo - 2.6.1-1 +- 2.6.1 release +- Replaced Requires:python-caja with Requires:python3-caja in caja subpackage + +* Fri Oct 04 2019 Germano Massullo - 2.6.0-1 +- 2.6.0 release + +* Sun Sep 08 2019 Germano Massullo - 2.6.0.rc1-0.1 +- 2.6.0 RC1 + +* Wed Aug 28 2019 Germano Massullo - 2.5.3-1 +- 2.5.3 release +- drop the icon patch because it has been fixed upstream. + +* Thu Jul 25 2019 Fedora Release Engineering - 2.5.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 10 2019 Germano Massullo - 2.5.2-2 +- added issue_1000.patch + +* Thu Apr 11 2019 Germano Massullo - 2.5.2-1 +- 2.5.2 release +- Changed python2-sphinx requirement to python3-sphinx + +* Fri Feb 01 2019 Fedora Release Engineering - 2.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 09 2019 Germano Massullo - 2.5.1-1 +- 2.5.1 release + +* Mon Nov 19 2018 Germano Massullo - 2.5.0-2 +- added ExcludeArch: ppc64, ppc64le, s390. Read https://bugzilla.redhat.com/show_bug.cgi?id=1651261 + +* Thu Nov 15 2018 Germano Massullo - 2.5.0-1 +- 2.5.0 release + +* Wed Aug 15 2018 Germano Massullo - 2.5.0-0.1 +- 2.5.0 beta 1 + +* Fri Jul 13 2018 Fedora Release Engineering - 2.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Feb 13 2018 Germano Massullo - 2.4.0-1 +- 2.4.0 release +- Updated syslibs patch, thanks to Robert-André Mauchin +- Added comment to syslibs patch, thanks to Robert-André Mauchin +- updated nextcloud client theming to 2.3.3 + +* Thu Feb 08 2018 Fedora Release Engineering - 2.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Sep 18 2017 Nick Bebout - 2.3.3-2 +- Change to BR python2-sphinx instead of python-sphinx + +* Mon Sep 11 2017 Nick Bebout - 2.3.3-1 +- update to 2.3.3 + +* Thu Aug 03 2017 Fedora Release Engineering - 2.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 2.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 04 2017 Germano Massullo - 2.3.2-2 +- added macros to build Caja subpackage only in Fedora, not EPEL (Mate is Fedora only) +- added macro to build Dolphin (Plasma 5) subpackage only in Fedora >= 24 && EPEL > 7 (EPEL7 ships KDE 4) + +* Sat Jun 03 2017 Germano Massullo - 2.3.2-1 +- Removed no longer necessary OpenSSL patch +- 2.3.2 release +- Remove caja extension hack. Included in upstream + +* Mon May 15 2017 Fedora Release Engineering - 2.2.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 2.2.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Jan 11 2017 Kalev Lember - 2.2.4-8 +- Fix appdata file name to match with desktop file name +* Mon Jan 02 2017 Claudio Rodrigo Pereyra Diaz - 2.2.4-7 +- Add caja extension +* Mon Jan 02 2017 Timotheus Pokorra - 2.2.4-6 +- Fix the desktop icon (#1409252) +* Thu Dec 08 2016 Timotheus Pokorra - 2.2.4-5 +- Epel7: drop dolphin files since they are not included in build for Epel7 +* Wed Nov 23 2016 Nick Bebout - 2.2.4-4 +- Update for review +* Wed Nov 02 2016 Germano Massullo 2.2.4-3 +- First release + +## END: Generated by rpmautospec