Hello community, here is the log from the commit of package mate-user-share for openSUSE:Factory checked in at 2015-07-02 22:48:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-user-share (Old) and /work/SRC/openSUSE:Factory/.mate-user-share.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-user-share" Changes: -------- --- /work/SRC/openSUSE:Factory/mate-user-share/mate-user-share.changes 2014-03-22 18:02:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mate-user-share.new/mate-user-share.changes 2015-07-03 00:10:07.000000000 +0200 @@ -1,0 +2,23 @@ +Wed May 6 20:14:43 UTC 2015 - [email protected] + +- Update to 1.10.0 (changes since 1.9.0): + * Add missing variable type in user_share.c. + * Fix logic flow (out-of-bounds array access if bluetooth is + disabled). + * Fix memory leak. + * Gtk3: Fix UI load. + * Add user-share caja extension ini file. + * Rename extension lib to libcaja-user-share. + * Fix Glib >= 2.43 compatibility. + * [obexftp] Fix spacing a bit. + * Update translations. +- Spec cleanup. + +------------------------------------------------------------------- +Sun Nov 23 16:55:06 UTC 2014 - [email protected] + +- Update to version 1.9.0 (unstable) + + Add GTK3 support +- Bump version requirements + +------------------------------------------------------------------- Old: ---- mate-user-share-1.8.0.tar.xz New: ---- mate-user-share-1.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-user-share.spec ++++++ --- /var/tmp/diff_new_pack.bdnOtp/_old 2015-07-03 00:10:07.000000000 +0200 +++ /var/tmp/diff_new_pack.bdnOtp/_new 2015-07-03 00:10:07.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for mate-user-share +# spec file for package mate-user-share # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,87 +13,86 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +%define _version 1.10 Name: mate-user-share -Version: 1.8.0 +Version: 1.10.0 Release: 0 -License: GPL-2.0+ Summary: MATE Desktop file sharing for the masses -Url: http://mate-desktop.org +License: GPL-2.0+ Group: System/GUI/Other -Source: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz -Requires: apache2-mod_dnssd -Recommends: %{name}-lang -%glib2_gsettings_schema_requires - +Url: http://mate-desktop.org +Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: apache2-devel BuildRequires: gnome-doc-utils BuildRequires: hicolor-icon-theme -BuildRequires: mate-common +BuildRequires: mate-common >= 1.9.0 +BuildRequires: update-desktop-files +BuildRequires: yelp-tools BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(libcaja-extension) >= 1.8.0 -BuildRequires: pkgconfig(libnotify) -BuildRequires: pkgconfig(libcanberra-gtk) BuildRequires: pkgconfig(gdk-x11-2.0) BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(libcaja-extension) >= 1.9.0 +BuildRequires: pkgconfig(libcanberra-gtk) +BuildRequires: pkgconfig(libnotify) #BuildRequires: pkgconfig(mate-bluetooth-1.0) BuildRequires: pkgconfig(unique-1.0) -BuildRequires: update-desktop-files -BuildRequires: yelp-tools - -%lang_package +Requires: apache2-mod_dnssd +Recommends: %{name}-lang = %{version} +%glib2_gsettings_schema_requires %description -This package provides file sharing for the masses. +mate-user-share is a small package that binds together various +free software projects to bring easy to use user-level file sharing +to the masses. + +%lang_package %prep %setup -q %build -# Disable bluetooth support; mate-user-share has not been ported to bluez5 -# We will reenable it one time it's done -%configure --libexecdir=%{_libexecdir}/%{name} --disable-bluetooth +%configure \ + --libexecdir=%{_libexecdir}/%{name} make %{?_smp_mflags} %install -%makeinstall +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %suse_update_desktop_file %{name}-properties -# wipe old MateConf stuff + if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then rm -rf %{buildroot}%{_datadir}/MateConf/ fi -# Remove bluetooth stuff -rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/mate-user-share-obexftp.desktop -rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/mate-user-share-obexpush.desktop -# Remove static lib -rm %{buildroot}%{_libdir}/caja/extensions-2.0/libcaja-share-extension.la + %post -%icon_theme_cache_post %desktop_database_post +%icon_theme_cache_post %glib2_gsettings_schema_post %postun -%icon_theme_cache_postun %desktop_database_postun +%icon_theme_cache_postun %glib2_gsettings_schema_postun %files -%defattr(-,root,root,-) -%doc ChangeLog README COPYING -#%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-user-share-obexftp.desktop -#%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-user-share-obexpush.desktop -%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-user-share-webdav.desktop +%defattr(-,root,root) +%doc COPYING NEWS README +%config %{_sysconfdir}/xdg/autostart/mate-user-share-*.desktop %{_bindir}/mate-file-share-properties -%{_mandir}/man1/mate-file-share-properties.1.gz +%{_mandir}/man?/mate-file-share-properties.?%{?ext_man} %{_libexecdir}/%{name}/ -%{_libdir}/caja/extensions-2.0/libcaja-share-extension.so +%{_libdir}/caja/extensions-2.0/libcaja-user-share.so %{_datadir}/%{name}/ +%{_datadir}/caja/extensions/libcaja-user-share.caja-extension %{_datadir}/applications/mate-user-share-properties.desktop -%{_datadir}/icons/hicolor/ +%{_datadir}/icons/hicolor/*/apps/mate-obex-server.png %{_datadir}/glib-2.0/schemas/org.mate.FileSharing.gschema.xml %files lang -f %{name}.lang -%defattr(-,root,root,-) +%defattr(-,root,root) %changelog ++++++ mate-user-share-1.8.0.tar.xz -> mate-user-share-1.10.0.tar.xz ++++++ ++++ 5806 lines of diff (skipped)
