Accepting request 20767 from GNOME:Factory
Copy from GNOME:Factory/gnome-user-share based on submit request 20767 from user dimstar OBS-URL: https://build.opensuse.org/request/show/20767 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-user-share?expand=0&rev=9
This commit is contained in:
parent
8cb68777d4
commit
9d1f5d218e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:405be1ffbec4f865846746ab016e6816a58d9e2f2545fae48c31d4999c94d5f6
|
||||
size 644020
|
3
gnome-user-share-2.27.0.tar.bz2
Normal file
3
gnome-user-share-2.27.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8c531a21f0e6c57ad66ee13cbf82e48dcae0084434042bb48ae92f0f6d85b3a
|
||||
size 908000
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 14:18:20 CEST 2009 - lmedinas@opensuse.org
|
||||
|
||||
- Update to version 2.27.0:
|
||||
+ Fix WebDAV sharing not working when service names are too long
|
||||
+ Fix login problems to WebDAV
|
||||
+ Don't error out if the Obex services are already started
|
||||
+ Fix Obex services not working any more when bluetoothd is
|
||||
exited
|
||||
+ UI fixes for rejected ObexPush transfers
|
||||
+ Updated translations
|
||||
- Add gnome-bluetooth-devel BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 17:10:18 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-user-share (Version 2.26.0)
|
||||
# spec file for package gnome-user-share (Version 2.27.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,8 +19,8 @@
|
||||
|
||||
Name: gnome-user-share
|
||||
Summary: GNOME user file sharing
|
||||
Version: 2.26.0
|
||||
Release: 2
|
||||
Version: 2.27.0
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -30,6 +30,7 @@ Url: http://www.gnome.org/
|
||||
BuildRequires: gconf2-devel
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-bluetooth-devel
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
@ -89,6 +90,7 @@ cat %{name}.schemas_list >%{name}.lst
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
@ -106,52 +108,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
* Tue May 19 2009 vuntz@novell.com
|
||||
- Add Suggests on apache2-mod_dnssd now that it's packaged.
|
||||
* Mon Mar 16 2009 vuntz@novell.com
|
||||
- Update to version 2.26.0:
|
||||
+ Updated translations.
|
||||
* Fri Mar 06 2009 vuntz@novell.com
|
||||
- Update to version 2.25.92:
|
||||
+ Updated translations.
|
||||
* Thu Feb 05 2009 vuntz@novell.com
|
||||
- Update to version 2.25.91:
|
||||
+ Fix httpd configuration file
|
||||
- Changes from version 2.26.90:
|
||||
+ Use mod_dnssd 0.6 to export the user TXT record, necessary to
|
||||
work with the latest gvfs
|
||||
+ Check for httpd version and binary location at run-time, rather
|
||||
than compile-time
|
||||
+ Documentation updates
|
||||
- Changes from version 0.41:
|
||||
+ Use Apache's mod_dnssd module instead of doing the work
|
||||
ourselves
|
||||
+ Refuse to run as root, so as to avoid sensitive files being
|
||||
shared
|
||||
+ Add end-user documentation, and UI changes to match
|
||||
+ Make it possible for build daemons to build without Apache
|
||||
installed
|
||||
- Remove BuildRequires on apache2-prefork: we can build without
|
||||
having apache installed now.
|
||||
- Remove BuildRequires on libavahi-glib-devel: this is not needed
|
||||
anymore: mod_dnssd is now used.
|
||||
- Add gnome-doc-utils-devel BuildRequires.
|
||||
- Do not call autoreconf.
|
||||
- Use fdupes.
|
||||
* Sat Dec 20 2008 mboman@suse.de
|
||||
- Update to version 0.41:
|
||||
+ Port to BlueZ 4.x API
|
||||
+ UI fixes in the preferences dialogue
|
||||
+ Fix web file sharing on some distributions
|
||||
- Remove gnome-user-share-bluez4.patch. Fixed upstream
|
||||
- Remove gnome-user-share-httpd-detection.patch. Fixed upstream
|
||||
* Tue Dec 16 2008 coolo@suse.de
|
||||
- require lang subpackage
|
||||
* Mon Nov 24 2008 vuntz@novell.com
|
||||
- Use %%{_libdir} for the httpd module directory. Fix bnc#448129.
|
||||
* Sat Nov 22 2008 aj@suse.de
|
||||
- Fix package list to fix build.
|
||||
- gnome-user-share helper is a binary, put it into libexecdir.
|
||||
* Thu Nov 20 2008 vuntz@novell.com
|
||||
- Import package, based on the one from Fedora. Required to fix
|
||||
bnc#402048.
|
||||
|
Loading…
Reference in New Issue
Block a user