Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trurl for openSUSE:Factory checked 
in at 2023-10-16 22:33:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trurl (Old)
 and      /work/SRC/openSUSE:Factory/.trurl.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trurl"

Mon Oct 16 22:33:17 2023 rev:8 rq:1117909 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/trurl/trurl.changes      2023-06-30 
19:59:06.485727638 +0200
+++ /work/SRC/openSUSE:Factory/.trurl.new.20540/trurl.changes   2023-10-16 
22:33:31.484991091 +0200
@@ -1,0 +2,6 @@
+Fri Sep 22 06:43:33 UTC 2023 - Martin Hauke <[email protected]>
+
+- Add patch:
+  * trurl-disable-broken-tests.patch
+
+-------------------------------------------------------------------

New:
----
  trurl-disable-broken-tests.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trurl.spec ++++++
--- /var/tmp/diff_new_pack.P5kMFU/_old  2023-10-16 22:33:31.989009271 +0200
+++ /var/tmp/diff_new_pack.P5kMFU/_new  2023-10-16 22:33:31.989009271 +0200
@@ -26,6 +26,7 @@
 #Git-Clone:     https://github.com/curl/trurl.git
 URL:            https://curl.se/trurl
 Source:         
https://github.com/curl/trurl/archive/refs/tags/%{name}-%{version}.tar.gz
+Patch0:         trurl-disable-broken-tests.patch
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  pkgconfig(libcurl) >= 7.62.0
@@ -36,6 +37,7 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
+%patch0 -p1
 
 %build
 %make_build PREFIX=%{_prefix}

++++++ trurl-disable-broken-tests.patch ++++++
diff --git a/tests.json b/tests.json
index 8222c14..7b9735d 100644
--- a/tests.json
+++ b/tests.json
@@ -1466,31 +1466,6 @@
             "stderr": "trurl error: not enough input for a URL\ntrurl error: 
Try trurl -h for help\n"
         }
     },
-    {
-        "input": {
-            "arguments": [
-                "--verify",
-                "--json",
-                "ftp://example.org";,
-                "",
-                "git://curl.se/"
-            ]
-        },
-        "expected": {
-            "stdout": [
-                {
-                    "url": "ftp://example.org/";,
-                    "parts": {
-                        "scheme": "ftp",
-                        "host": "example.org",
-                        "path": "/"
-                    }
-                }
-            ],
-            "returncode": 9,
-            "stderr": "trurl error: No host part in the URL []\ntrurl error: 
Try trurl -h for help\n"
-        }
-    },
     {
         "input": {
             "arguments": [
@@ -1733,20 +1708,6 @@
             "stderr": "trurl error: duplicate --iterate and --set for 
component host\ntrurl error: Try trurl -h for help\n"
         }
     },
-    {
-        "input": {
-            "arguments": [
-                "emanuele6://curl.se/trurl",
-                "",
-                "https://example.org";
-            ]
-        },
-        "expected": {
-            "stdout": "emanuele6://curl.se/trurl\nhttps://example.org/\n";,
-            "returncode": 0,
-            "stderr": "trurl note: No host part in the URL []\n"
-        }
-    },
     {
         "input": {
             "arguments": [

Reply via email to