[packages/NetworkManager] - updated to 1.24.0 - removed obsolete sh patch
qboosh
qboosh at pld-linux.org
Sat May 9 18:21:00 CEST 2020
commit 01c32448cf5a55cdda01f6b2f10d945f5eaeb142
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat May 9 18:21:21 2020 +0200
- updated to 1.24.0
- removed obsolete sh patch
NetworkManager-sh.patch | 11 -----------
NetworkManager.spec | 11 +++--------
2 files changed, 3 insertions(+), 19 deletions(-)
---
diff --git a/NetworkManager.spec b/NetworkManager.spec
index 82bed2b..6540c45 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -6,18 +6,17 @@
Summary: Network Manager for GNOME
Summary(pl.UTF-8): Zarządca sieci dla GNOME
Name: NetworkManager
-Version: 1.22.10
+Version: 1.24.0
Release: 1
Epoch: 2
License: GPL v2+
Group: Networking/Admin
-Source0: https://download.gnome.org/sources/NetworkManager/1.22/%{name}-%{version}.tar.xz
-# Source0-md5: b7b8875c3ef1db0989f78351ba3e8ad8
+Source0: https://download.gnome.org/sources/NetworkManager/1.24/%{name}-%{version}.tar.xz
+# Source0-md5: 7e2bda987e5b8c2e004d9bdb5cb0dc62
Source1: %{name}.conf
Source3: %{name}.tmpfiles
Source4: %{name}.init
Patch0: ifcfg-path.patch
-Patch1: %{name}-sh.patch
Patch2: systemd-fallback.patch
URL: https://wiki.gnome.org/Projects/NetworkManager
BuildRequires: ModemManager-devel >= 1.0.0
@@ -27,7 +26,6 @@ BuildRequires: automake >= 1:1.12
BuildRequires: bluez-libs-devel >= 5.0
BuildRequires: curl-devel >= 7.24.0
BuildRequires: dbus-devel >= 1.1.0
-BuildRequires: dbus-glib-devel >= 0.100
BuildRequires: gettext-tools >= 0.17
BuildRequires: glib2-devel >= 1:2.38.0
BuildRequires: gnome-common
@@ -118,7 +116,6 @@ Dokumentacja API biblioteki libnm.
Summary: Network Manager shared libraries
Summary(pl.UTF-8): Biblioteki dzielone Network Managera
Group: Libraries
-Requires: dbus-glib >= 0.100
Requires: glib2 >= 1:2.38.0
Requires: nss >= 3.11
Requires: udev-libs >= 1:175
@@ -135,7 +132,6 @@ Summary: Network Manager includes and more
Summary(pl.UTF-8): Pliki nagłówkowe Network Managera
Group: Development/Libraries
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
-Requires: dbus-glib-devel >= 0.100
Requires: glib2-devel >= 1:2.38.0
Requires: libuuid-devel
Requires: nss-devel >= 3.11
@@ -193,7 +189,6 @@ Bashowe uzupełnianie nazw dla polecenia NetworkManagera (nmcli).
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%{?with_systemd:%patch2 -p1}
grep -rl /usr/bin/env examples | xargs sed -i -e '1{
diff --git a/NetworkManager-sh.patch b/NetworkManager-sh.patch
deleted file mode 100644
index 42c0012..0000000
--- a/NetworkManager-sh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- NetworkManager-1.10.0/configure.ac.orig 2017-12-09 18:16:02.242310397 +0100
-+++ NetworkManager-1.10.0/configure.ac 2017-12-09 18:17:47.650126844 +0100
-@@ -1260,7 +1260,7 @@
- build_docs=no
- if test -n "$INTROSPECTION_MAKEFILE"; then
- # If g-i is installed we know we have python, but we might not have pygobject
-- if ! "$PYTHON" -c 'from gi.repository import GObject' >& /dev/null; then
-+ if ! "$PYTHON" -c 'from gi.repository import GObject' > /dev/null 2>&1; then
- AC_MSG_ERROR(["--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject)])
- fi
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/NetworkManager.git/commitdiff/01c32448cf5a55cdda01f6b2f10d945f5eaeb142
More information about the pld-cvs-commit
mailing list