#1 Update to 3.2.0
Merged 5 years ago by cicku. Opened 5 years ago by zsun.
rpms/ zsun/libqtxdg master  into  master

file modified
+11 -7
@@ -1,10 +1,11 @@ 

  Name:           libqtxdg

  Summary:        QtXdg, a Qt5 implementation of XDG standards

- Version:        2.0.0

- Release:        15%{?dist}

+ Version:        3.2.0

+ Release:        1%{?dist}

  License:        LGPLv2+

- URL:            https://github.com/lxde/libqtxdg

- Source0:        http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz

+ URL:            http://lxqt.org

+ # Source0:        http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz

+ Source0:        https://github.com/lxqt/libqtxdg/archive/%{version}/%{name}-%{version}.tar.gz

  

  BuildRequires:  gcc-c++

  BuildRequires:  %{?fedora:cmake}%{!?fedora:cmake3} >= 3.0
@@ -50,8 +51,8 @@ 

  %files

  %doc AUTHORS

  %license COPYING

- %{_libdir}/libQt5Xdg.so.2*

- %{_libdir}/libQt5XdgIconLoader.so.2*

+ %{_libdir}/libQt5Xdg.so.3*

+ %{_libdir}/libQt5XdgIconLoader.so.3*

  

  %files devel

  %{_libdir}/libQt5Xdg.so
@@ -62,8 +63,11 @@ 

  %{_includedir}/qt5xdgiconloader/

  %{_datadir}/cmake/qt5xdg/

  %{_datadir}/cmake/qt5xdgiconloader/

- 

+ %{_qt5_archdatadir}/plugins/iconengines/libQt5XdgIconPlugin.so

  %changelog

+ * Fri Aug 03 2018 Zamir SUN <zsun@fedoraproject.org> - 3.2.0-1

+ - Update to 3.2.0

+ 

  * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-15

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

This solves bug 1520064.
And this is now blocking the update of LxQT and DeepinDE in Fedora.

I am willing to be the co-maintainer for this package.

Pull-Request has been merged by cicku

5 years ago