Hello community, here is the log from the commit of package pcmanfm-qt for openSUSE:Factory checked in at 2015-02-16 21:09:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcmanfm-qt (Old) and /work/SRC/openSUSE:Factory/.pcmanfm-qt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcmanfm-qt" Changes: -------- --- /work/SRC/openSUSE:Factory/pcmanfm-qt/pcmanfm-qt.changes 2015-02-03 11:40:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pcmanfm-qt.new/pcmanfm-qt.changes 2015-02-16 21:09:57.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Feb 9 23:46:52 UTC 2015 - sfal...@opensuse.org + +- New upstream version 0.9.0 +- Added -lang subpackage + +------------------------------------------------------------------- Old: ---- pcmanfm-qt-0.8.0.tar.xz New: ---- pcmanfm-qt-0.9.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcmanfm-qt.spec ++++++ --- /var/tmp/diff_new_pack.9tyXsI/_old 2015-02-16 21:09:58.000000000 +0100 +++ /var/tmp/diff_new_pack.9tyXsI/_new 2015-02-16 21:09:58.000000000 +0100 @@ -17,14 +17,15 @@ Name: pcmanfm-qt -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: File manager and desktop icon manager License: GPL-2.0+ Group: System/GUI/LXDE Url: http://www.lxqt.org -Source: %{name}-%{version}.tar.xz +Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz BuildRequires: cmake +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: pkgconfig(Qt5Core) @@ -45,22 +46,30 @@ %description PCManFM-Qt is the Qt port of the LXDE file manager PCManFM -%package -n libfm-qt5-1 +%package -n libfm-qt5-2 Summary: Libfm-Qt libraries Group: System/Libraries -%description -n libfm-qt5-1 +%description -n libfm-qt5-2 Libfm-Qt is a companion library providing components to build desktop file managers %package -n libfm-qt5-devel Summary: Development files for libfm-qt Group: Development/Libraries/C and C++ -Requires: libfm-qt5-1 >= %{version} +Requires: libfm-qt5-2 >= %{version} Requires: pkg-config %description -n libfm-qt5-devel Libfm-Qt libraries for development +%package -n %{name}-lang +Summary: Translations for pcmanfm-qt +Group: System/GUI/LXDE-Qt +Requires: %{name} = %{version} + +%description -n %{name}-lang +Translation files for pcmanfm-qt + %prep %setup -q @@ -68,7 +77,6 @@ mkdir build pushd build cmake \ - -DUSE_QT5=ON \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ .. %__make %{?_smp_mflags} @@ -78,26 +86,26 @@ pushd build make DESTDIR=$RPM_BUILD_ROOT install popd - +%fdupes -s %{buildroot}%{_datadir} %post %desktop_database_post %postun %desktop_database_postun -%post -n libfm-qt5-1 -p /sbin/ldconfig +%post -n libfm-qt5-2 -p /sbin/ldconfig -%postun -n libfm-qt5-1 -p /sbin/ldconfig +%postun -n libfm-qt5-2 -p /sbin/ldconfig %files %defattr(-,root,root) %doc AUTHORS COPYING +%dir %{_datadir}/pcmanfm-qt %{_bindir}/pcmanfm-qt %{_datadir}/applications/*.desktop -%{_datadir}/pcmanfm-qt %{_datadir}/man/man1/pcmanfm-qt.1.gz -%files -n libfm-qt5-1 +%files -n libfm-qt5-2 %defattr(-,root,root) %{_libdir}/libfm-qt5.so.* %{_datadir}/libfm-qt @@ -108,4 +116,8 @@ %{_libdir}/pkgconfig/libfm-qt5.pc %{_libdir}/libfm-qt5.so +%files -n %{name}-lang +%defattr(-,root,root) +%{_datadir}/pcmanfm-qt/translations + %changelog ++++++ pcmanfm-qt-0.8.0.tar.xz -> pcmanfm-qt-0.9.0.tar.xz ++++++ ++++ 32953 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org