[packages/libconic] - updated to 0.24.2
qboosh
qboosh at pld-linux.org
Sun Feb 11 15:30:31 CET 2024
commit 73453dbb91f2b87a3b3fa07be0f54bfe7228ec47
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 11 14:48:30 2024 +0100
- updated to 0.24.2
libconic-format.patch | 20 --------------------
libconic.spec | 8 +++-----
2 files changed, 3 insertions(+), 25 deletions(-)
---
diff --git a/libconic.spec b/libconic.spec
index b7bbcad..c4a76dd 100644
--- a/libconic.spec
+++ b/libconic.spec
@@ -5,16 +5,15 @@
Summary: Maemo Internet Connectivity library
Summary(pl.UTF-8): Biblioteka łączności z Internetem dla Maemo
Name: libconic
-Version: 0.24.1
+Version: 0.24.2
Release: 1
License: LGPL v2.1
Group: Libraries
#Source0Download: https://github.com/maemo-leste/libconic/releases
Source0: https://github.com/maemo-leste/libconic/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: fc387d4fb49631c5298bd734cc6b7231
+# Source0-md5: 861b7dc94f5aa41a2a293a7eac39f012
Patch0: %{name}-version.patch
-Patch1: %{name}-format.patch
-Patch2: %{name}-noWerror.patch
+Patch1: %{name}-noWerror.patch
URL: http://maemo.org/
BuildRequires: GConf2-devel >= 2.0
BuildRequires: autoconf >= 2.50
@@ -65,7 +64,6 @@ Statyczna biblioteka libconic.
%setup -q
%patch0 -p1
%patch1 -p1
-%patch2 -p1
%{__sed} -i -e 's/@VERSION@/%{version}/' configure.ac
diff --git a/libconic-format.patch b/libconic-format.patch
deleted file mode 100644
index c4e79e6..0000000
--- a/libconic-format.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- libconic-0.24.1/tests/test-proxies.c.orig 2019-07-27 12:17:04.000000000 +0200
-+++ libconic-0.24.1/tests/test-proxies.c 2019-10-03 17:28:52.278832306 +0200
-@@ -75,7 +75,7 @@
- g_debug("ignore_hosts:");
- list = con_ic_connection_get_proxy_ignore_hosts(connection);
- for (entry = list; entry; entry = entry->next) {
-- g_debug(entry->data);
-+ g_debug("%s", entry->data);
- g_free(entry->data);
- }
- g_slist_free(list);
-@@ -116,7 +116,7 @@
- g_debug("ignore_hosts:");
- list = con_ic_connection_get_proxy_ignore_hosts(connection);
- for (entry = list; entry; entry = entry->next) {
-- g_debug(entry->data);
-+ g_debug("%s", entry->data);
- g_free(entry->data);
- }
- g_slist_free(list);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libconic.git/commitdiff/73453dbb91f2b87a3b3fa07be0f54bfe7228ec47
More information about the pld-cvs-commit
mailing list