[packages/gnome-user-share] - updated to 47.0

qboosh qboosh at pld-linux.org
Fri Oct 4 19:01:10 CEST 2024


commit d8f6f89826bd3722f64cf85dbf71c856c08d7333
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Oct 4 18:41:40 2024 +0200

    - updated to 47.0

 gnome-user-share-meson.patch | 17 +++++++++++------
 gnome-user-share.spec        | 26 +++++++++++++-------------
 2 files changed, 24 insertions(+), 19 deletions(-)
---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index d137204..262d138 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,18 +1,18 @@
 Summary:	An integrated file sharing solution for the GNOME Desktop
 Summary(pl.UTF-8):	Zintegrowane rozwiązanie do współdzielenia plików dla środowiska GNOME
 Name:		gnome-user-share
-Version:	43.0
+Version:	47.0
 Release:	1
 License:	GPL v2
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/43/%{name}-%{version}.tar.xz
-# Source0-md5:	e0d3bd369289670e936e4321ab2de44d
+Source0:	https://download.gnome.org/sources/gnome-user-share/47/%{name}-%{version}.tar.xz
+# Source0-md5:	0cf588f41a5e5dc6005b3fabfb907314
 Patch0:		%{name}-meson.patch
 URL:		https://gitlab.gnome.org/GNOME/gnome-user-share/
 BuildRequires:	gettext-tools
-BuildRequires:	glib2-devel >= 1:2.71.3
+BuildRequires:	glib2-devel >= 1:2.74.0
 BuildRequires:	libselinux-devel
-BuildRequires:	meson >= 0.57.0
+BuildRequires:	meson >= 0.58.0
 BuildRequires:	ninja >= 1.5
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 2.011
@@ -20,15 +20,15 @@ BuildRequires:	systemd-units
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
 BuildRequires:	yelp-tools
-Requires(post,postun):	glib2 >= 1:2.71.3
+Requires(post,postun):	glib2 >= 1:2.74.0
 Requires(post,preun):	systemd-units >= 1:250.1
-Requires:	apache-base >= 2.2
-Requires:	apache-mod_auth_digest >= 2.2
-Requires:	apache-mod_authn_file >= 2.2
-Requires:	apache-mod_authz_groupfile >= 2.2
-Requires:	apache-mod_dav >= 2.2
+Requires:	apache-base >= 2.4
+Requires:	apache-mod_auth_digest >= 2.4
+Requires:	apache-mod_authn_file >= 2.4
+Requires:	apache-mod_authz_groupfile >= 2.4
+Requires:	apache-mod_dav >= 2.4
 Requires:	apache-mod_dnssd >= 0.6
-Requires:	glib2 >= 1:2.71.3
+Requires:	glib2 >= 1:2.74.0
 Requires:	systemd-units >= 1:250.1
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -73,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc MAINTAINERS NEWS README
+%doc MAINTAINERS NEWS README.md
 %attr(755,root,root) %{_libexecdir}/gnome-user-share-webdav
 %{systemduserunitdir}/gnome-user-share-webdav.service
 %{_datadir}/GConf/gsettings/gnome-user-share.convert
diff --git a/gnome-user-share-meson.patch b/gnome-user-share-meson.patch
index 62f45a6..0765cbc 100644
--- a/gnome-user-share-meson.patch
+++ b/gnome-user-share-meson.patch
@@ -1,6 +1,6 @@
---- gnome-user-share-43.0/meson.build.orig	2023-05-18 21:34:36.569732449 +0200
-+++ gnome-user-share-43.0/meson.build	2023-05-18 21:43:50.040067376 +0200
-@@ -71,8 +71,12 @@ if systemd_systemduserunitdir == ''
+--- gnome-user-share-47.0/meson.build.orig	2024-10-04 13:37:10.522107724 +0200
++++ gnome-user-share-47.0/meson.build	2024-10-04 18:14:25.841986467 +0200
+@@ -79,6 +79,9 @@ if systemd_systemduserunitdir == ''
    systemd_systemduserunitdir = dependency('systemd').get_variable(pkgconfig: 'systemduserunitdir')
  endif
  
@@ -8,8 +8,13 @@
 +  httpd_path = get_option('httpd')[0]
 +else
  httpd = find_program(get_option('httpd'), required: false)
- httpd_path = (httpd.found() ? httpd.full_path() : '')
+ httpd_path = ''
+ 
+@@ -100,6 +103,7 @@ if httpd.found()
+     error('httpd version @0@ >= @1@: NO'.format(version, req_version))
+   endif
+ endif
 +endif
  
- sockets_deps = []
- if not cc.has_function('socket')
+ config_h.set_quoted('HTTPD_PROGRAM', httpd_path)
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-user-share.git/commitdiff/d8f6f89826bd3722f64cf85dbf71c856c08d7333



More information about the pld-cvs-commit mailing list