Accepting request 44413 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gnome-user-share via accept of submit request 44413 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/44413 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=33
This commit is contained in:
parent
17d8b7b7ca
commit
59db97bd0c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0ede7ef01541254de45331903a625eaa5efa2249f5c6ae5afc5c50657921f5c
|
|
||||||
size 943433
|
|
3
gnome-user-share-2.30.0.tar.bz2
Normal file
3
gnome-user-share-2.30.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75f5424d7062c8ee82c2a65f6c952a04aca92070134de4a69c9e2e5ec50d4163
|
||||||
|
size 944583
|
@ -7,7 +7,7 @@ Index: gnome-user-share-0.40/src/file-share-properties.c
|
|||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
+ if (!g_file_test (HTTPD_PROGRAM, G_FILE_TEST_EXISTS))
|
+ if (!g_file_test (HTTPD_PROGRAM, G_FILE_TEST_EXISTS))
|
||||||
+ gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (builder, "frame2")));
|
+ gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (builder, "vbox3")));
|
||||||
+
|
+
|
||||||
check = GTK_WIDGET (gtk_builder_get_object (builder, "enable_check"));
|
check = GTK_WIDGET (gtk_builder_get_object (builder, "enable_check"));
|
||||||
password_combo = GTK_WIDGET (gtk_builder_get_object (builder, "password_combo"));
|
password_combo = GTK_WIDGET (gtk_builder_get_object (builder, "password_combo"));
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 3 12:52:24 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update gnome-user-share-soft-dep-apache.patch: the name of the
|
||||||
|
widget to hide when apache is not there has changed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 29 21:10:53 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.30.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 23 15:14:02 UTC 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Remove en@shaw locale on openSUSE <= 11.2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 15 22:21:10 CET 2010 - dimstar@opensuse.org
|
Mon Mar 15 22:21:10 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-user-share (Version 2.29.92)
|
# spec file for package gnome-user-share (Version 2.30.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: gnome-user-share
|
Name: gnome-user-share
|
||||||
Summary: GNOME user file sharing
|
Summary: GNOME user file sharing
|
||||||
Version: 2.29.92
|
Version: 2.30.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
@ -82,6 +82,9 @@ make %{?jobs:-j%jobs}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
%if 0%{?suse_version} <= 1120
|
||||||
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
|
%endif
|
||||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||||
%suse_update_desktop_file gnome-user-share-properties GTK System X-SuSE-ControlCenter-System
|
%suse_update_desktop_file gnome-user-share-properties GTK System X-SuSE-ControlCenter-System
|
||||||
%suse_update_desktop_file gnome-user-share
|
%suse_update_desktop_file gnome-user-share
|
||||||
|
Loading…
x
Reference in New Issue
Block a user