Hello community, here is the log from the commit of package gnome-user-share for openSUSE:Factory checked in at 2012-10-04 18:40:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-user-share (Old) and /work/SRC/openSUSE:Factory/.gnome-user-share.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-user-share", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-user-share/gnome-user-share.changes 2012-03-29 13:57:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-user-share.new/gnome-user-share.changes 2012-10-04 18:40:30.000000000 +0200 @@ -1,0 +2,21 @@ +Tue Sep 25 10:33:08 UTC 2012 - [email protected] + +- Update to version 3.0.4: + + Hide the share bar when Bluetooth is disabled + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 24 19:42:23 UTC 2012 - [email protected] + +- Update to version 3.0.3: + + Remove markup from translatable strings + + Update the appearance of the info bar + + Make gnome-shell pick up the program's name + + Port to GSettings +- Replace gnome-doc-utils-devel BuildRequires with yelp-tools, + following upstreams changes. +- Drop pkgconfig(gconf-2.0) BuildRequires: no longer needed after + the port to GSettings. +- Replace gconf_* schema handling with glib2_* variants. + +------------------------------------------------------------------- Old: ---- gnome-user-share-3.0.2.tar.xz New: ---- gnome-user-share-3.0.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-user-share.spec ++++++ --- /var/tmp/diff_new_pack.hVtlkG/_old 2012-10-04 18:40:31.000000000 +0200 +++ /var/tmp/diff_new_pack.hVtlkG/_new 2012-10-04 18:40:31.000000000 +0200 @@ -17,23 +17,22 @@ Name: gnome-user-share +Version: 3.0.4 +Release: 0 Summary: GNOME user file sharing License: GPL-2.0+ Group: Productivity/Networking/File-Sharing -Version: 3.0.2 -Release: 0 +Url: http://www.gnome.org/ Source: http://download.gnome.org/sources/gnome-user-share/3.0/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE gnome-user-share-soft-dep-apache.patch [email protected] -- Hide apache option in the UI if it's not available -Patch3: gnome-user-share-soft-dep-apache.patch -Url: http://www.gnome.org/ +Patch0: gnome-user-share-soft-dep-apache.patch BuildRequires: fdupes -BuildRequires: gnome-doc-utils-devel BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: update-desktop-files +BuildRequires: yelp-tools BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.28 BuildRequires: pkgconfig(gnome-bluetooth-1.0) BuildRequires: pkgconfig(gtk+-3.0) @@ -42,11 +41,11 @@ BuildRequires: pkgconfig(libnotify) Requires: obex-data-server Recommends: %{name}-lang +Suggests: apache2-mod_dnssd Suggests: apache2-prefork Suggests: apache2-worker -Suggests: apache2-mod_dnssd BuildRoot: %{_tmppath}/%{name}-%{version}-build -%gconf_schemas_prereq +%glib2_gsettings_schema_requires %description gnome-user-share is a small package that binds together various free @@ -65,7 +64,7 @@ %prep %setup -q translation-update-upstream -%patch3 -p1 +%patch0 -p1 %build %configure \ @@ -73,12 +72,12 @@ --disable-schemas-install \ --disable-scrollkeeper \ --libexecdir=%{_libexecdir}/gnome-user-share -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall +%make_install %if 0%{?suse_version} <= 1120 -%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* +rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* %endif find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print # X-GNOME-NetworkSettings is okay upstream, but it makes the item appear misplaced with our menu structure @@ -86,42 +85,33 @@ %suse_update_desktop_file -r gnome-user-share-properties GNOME System X-SuSE-ControlCenter-Personal %suse_update_desktop_file gnome-user-share %find_lang %{name} %{?no_lang_C} -%find_gconf_schemas -%fdupes $RPM_BUILD_ROOT +%fdupes %{buildroot} %clean -rm -rf $RPM_BUILD_ROOT - -%pre -f %{name}.schemas_pre +rm -rf %{buildroot} %post +%glib2_gsettings_schema_post %desktop_database_post %icon_theme_cache_post -%posttrans -f %{name}.schemas_posttrans - -%preun -f %{name}.schemas_preun - %postun +%glib2_gsettings_schema_postun %desktop_database_postun %icon_theme_cache_postun -%files -f %{name}.schemas_list +%files %defattr(-,root,root,-) %doc README COPYING NEWS -%dir %{_datadir}/gnome/ -%dir %{_datadir}/gnome/help/ -%dir %{_datadir}/gnome/help/%{name}/ -%doc %{_datadir}/gnome/help/%{name}/C/ -%dir %{_datadir}/omf/ -%dir %{_datadir}/omf/%{name}/ -%doc %{_datadir}/omf/%{name}/%{name}-C.omf +%doc %{_datadir}/help/C/%{name}/ %{_bindir}/* %{_libexecdir}/gnome-user-share %{_datadir}/applications/* %{_datadir}/gnome-user-share %{_libdir}/nautilus/extensions-3.0/libnautilus-share-extension.so %{_sysconfdir}/xdg/autostart/gnome-user-share.desktop +%{_datadir}/GConf/gsettings/gnome-user-share.convert +%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml %{_datadir}/icons/hicolor/*/apps/gnome-obex-server.png %files lang -f %{name}.lang ++++++ gnome-user-share-soft-dep-apache.patch ++++++ --- /var/tmp/diff_new_pack.hVtlkG/_old 2012-10-04 18:40:31.000000000 +0200 +++ /var/tmp/diff_new_pack.hVtlkG/_new 2012-10-04 18:40:31.000000000 +0200 @@ -1,10 +1,10 @@ -Index: gnome-user-share-0.40/src/file-share-properties.c +Index: gnome-user-share-3.0.3/src/file-share-properties.c =================================================================== ---- gnome-user-share-0.40.orig/src/file-share-properties.c -+++ gnome-user-share-0.40/src/file-share-properties.c -@@ -468,6 +468,9 @@ main (int argc, char *argv[]) - GCONF_CLIENT_PRELOAD_RECURSIVE, - NULL); +--- gnome-user-share-3.0.3.orig/src/file-share-properties.c ++++ gnome-user-share-3.0.3/src/file-share-properties.c +@@ -358,6 +358,9 @@ create_window (void) + + window = GTK_WIDGET (gtk_builder_get_object (builder, "user_share_dialog")); + if (!g_file_test (HTTPD_PROGRAM, G_FILE_TEST_EXISTS)) + gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (builder, "vbox3"))); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
