Hello community, here is the log from the commit of package nitroshare for openSUSE:Factory checked in at 2016-07-14 09:49:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nitroshare (Old) and /work/SRC/openSUSE:Factory/.nitroshare.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nitroshare" Changes: -------- --- /work/SRC/openSUSE:Factory/nitroshare/nitroshare.changes 2016-02-17 12:16:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.nitroshare.new/nitroshare.changes 2016-07-14 09:49:45.000000000 +0200 @@ -1,0 +2,10 @@ +Tue Jul 12 11:21:46 UTC 2016 - [email protected] + +- Update to version 0.3.2: + * Local HTTP API. + * Nautilus extension. + * Support for TLS encryption. + * Option for starting at login. + * Runtime detection of Unity. + +------------------------------------------------------------------- Old: ---- nitroshare-0.3.1.tar.gz nitroshare-0.3.1.tar.gz.asc New: ---- nitroshare-0.3.2.tar.gz nitroshare-0.3.2.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nitroshare.spec ++++++ --- /var/tmp/diff_new_pack.NkmRhg/_old 2016-07-14 09:49:47.000000000 +0200 +++ /var/tmp/diff_new_pack.NkmRhg/_new 2016-07-14 09:49:47.000000000 +0200 @@ -18,7 +18,7 @@ %define _version 0.3 Name: nitroshare -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Network file transfer application License: MIT @@ -29,8 +29,10 @@ Source2: %{name}.keyring BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: gobject-introspection-devel BuildRequires: hicolor-icon-theme -BuildRequires: pkg-config +BuildRequires: libqt5-linguist-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Gui) >= 5.1 BuildRequires: pkgconfig(Qt5Network) >= 5.1 @@ -49,6 +51,20 @@ * Simple and intuitive user interface. * Transfer entire directories. +%package -n nautilus-extension-%{name} +Summary: NitroShare integrated into Nautilus +Group: Productivity/File utilities +Requires: %{name} = %{version} +Requires: nautilus +Requires: python-nautilus +Supplements: packageand(nautilus:%{name}) + +%description -n nautilus-extension-%{name} +A cross-platform network file transfer application designed to make +transferring any file to any device as painless as possible. + +This package integrates NitroShare seamlessly into Nautilus. + %prep %setup -q @@ -85,4 +101,11 @@ %{_datadir}/icons/*/*/*/%{name}* %{_mandir}/man?/%{name}.?%{?ext_man} +%files -n nautilus-extension-%{name} +%defattr(-,root,root) +%doc LICENSE.txt +%dir %{_datadir}/nautilus-python/ +%dir %{_datadir}/nautilus-python/extensions/ +%{_datadir}/nautilus-python/extensions/%{name}.py + %changelog ++++++ nitroshare-0.3.1.tar.gz -> nitroshare-0.3.2.tar.gz ++++++ ++++ 4772 lines of diff (skipped)
