Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pijul for openSUSE:Factory checked 
in at 2023-09-04 22:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pijul (Old)
 and      /work/SRC/openSUSE:Factory/.pijul.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pijul"

Mon Sep  4 22:53:37 2023 rev:13 rq:1108848 version:1.0.0~beta.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/pijul/pijul.changes      2023-06-03 
00:07:39.814144771 +0200
+++ /work/SRC/openSUSE:Factory/.pijul.new.1766/pijul.changes    2023-09-04 
22:54:17.797282681 +0200
@@ -1,0 +2,5 @@
+Mon Sep  4 07:30:24 UTC 2023 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Update to upstream version 1.0.0-beta.6.
+
+-------------------------------------------------------------------

Old:
----
  pijul-1.0.0~beta.5.tar.gz

New:
----
  pijul-1.0.0~beta.6.tar.gz

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

Other differences:
------------------
++++++ pijul.spec ++++++
--- /var/tmp/diff_new_pack.YmsVJX/_old  2023-09-04 22:54:19.585345886 +0200
+++ /var/tmp/diff_new_pack.YmsVJX/_new  2023-09-04 22:54:19.589346027 +0200
@@ -17,15 +17,15 @@
 
 
 Name:           pijul
-Version:        1.0.0~beta.5
+Version:        1.0.0~beta.6
 Release:        0
 Summary:        Distributed version control system based on a theory of patches
 License:        GPL-2.0-only
 Group:          Development/Tools/Version Control
 URL:            https://pijul.org/
-# Fetched from 
https://crates.io/api/v1/crates/pijul/1.0.0-beta.5/download#/pijul-1.0.0-beta.5.tar.gz
+# Fetched from 
https://crates.io/api/v1/crates/pijul/1.0.0-beta.6/download#/pijul-1.0.0-beta.6.tar.gz
 # and renamed to get rid of the second dash.
-Source0:        pijul-1.0.0~beta.5.tar.gz
+Source0:        pijul-1.0.0~beta.6.tar.gz
 Source1:        vendor.tar.xz
 BuildRequires:  cargo
 BuildRequires:  clang-devel

++++++ pijul-1.0.0~beta.5.tar.gz -> pijul-1.0.0~beta.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pijul-1.0.0~beta.5/Cargo.lock 
new/pijul-1.0.0~beta.6/Cargo.lock
--- old/pijul-1.0.0~beta.5/Cargo.lock   1970-01-01 01:00:01.000000000 +0100
+++ new/pijul-1.0.0~beta.6/Cargo.lock   1970-01-01 01:00:01.000000000 +0100
@@ -150,17 +150,6 @@
 ]
 
 [[package]]
-name = "async-channel"
-version = "1.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
-dependencies = [
- "concurrent-queue",
- "event-listener",
- "futures-core",
-]
-
-[[package]]
 name = "async-executor"
 version = "1.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -175,18 +164,6 @@
 ]
 
 [[package]]
-name = "async-fs"
-version = "1.6.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
-dependencies = [
- "async-lock",
- "autocfg",
- "blocking",
- "futures-lite",
-]
-
-[[package]]
 name = "async-io"
 version = "1.13.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -244,12 +221,6 @@
 ]
 
 [[package]]
-name = "atomic-waker"
-version = "1.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
-
-[[package]]
 name = "atty"
 version = "0.2.14"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -376,21 +347,6 @@
 checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
 
 [[package]]
-name = "blocking"
-version = "1.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
-dependencies = [
- "async-channel",
- "async-lock",
- "async-task",
- "atomic-waker",
- "fastrand",
- "futures-lite",
- "log",
-]
-
-[[package]]
 name = "blowfish"
 version = "0.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -771,6 +727,15 @@
 ]
 
 [[package]]
+name = "dirs"
+version = "4.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
+dependencies = [
+ "dirs-sys",
+]
+
+[[package]]
 name = "dirs-next"
 version = "2.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -1545,9 +1510,9 @@
 
 [[package]]
 name = "libpijul"
-version = "1.0.0-beta.5"
+version = "1.0.0-beta.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "0add3fff721c4801bd38bf0d2641cd880682d7b243352c04326afa90c73af6e4"
+checksum = "9f9b3a2558705d48d90f07bdef7dcc1b32848c72ccf60acf9afeb938748f609a"
 dependencies = [
  "adler32",
  "aes",
@@ -1724,15 +1689,6 @@
 
 [[package]]
 name = "memoffset"
-version = "0.7.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
-dependencies = [
- "autocfg",
-]
-
-[[package]]
-name = "memoffset"
 version = "0.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
@@ -1815,15 +1771,16 @@
 
 [[package]]
 name = "nix"
-version = "0.26.2"
+version = "0.25.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
+checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
 dependencies = [
+ "autocfg",
  "bitflags",
  "cfg-if",
  "libc",
- "memoffset 0.7.1",
- "static_assertions",
+ "memoffset 0.6.5",
+ "pin-utils",
 ]
 
 [[package]]
@@ -2118,7 +2075,7 @@
 
 [[package]]
 name = "pijul"
-version = "1.0.0-beta.5"
+version = "1.0.0-beta.6"
 dependencies = [
  "anyhow",
  "atty",
@@ -2174,6 +2131,7 @@
  "url",
  "validator",
  "whoami",
+ "zvariant",
 ]
 
 [[package]]
@@ -2905,7 +2863,7 @@
  "byteorder",
  "cryptovec",
  "data-encoding",
- "dirs",
+ "dirs 3.0.2",
  "futures",
  "hmac 0.11.0",
  "log",
@@ -3600,16 +3558,6 @@
 ]
 
 [[package]]
-name = "xdg-home"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
-dependencies = [
- "nix 0.26.2",
- "winapi",
-]
-
-[[package]]
 name = "yasna"
 version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -3621,13 +3569,12 @@
 
 [[package]]
 name = "zbus"
-version = "3.12.0"
+version = "3.10.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "29242fa5ec5693629ae74d6eb1f69622a9511f600986d6d9779bccf36ac316e3"
+checksum = "f770930448dd412a4a7131dd968a8e6df0064db4d7916fbbd2d6c3f26b566938"
 dependencies = [
  "async-broadcast",
  "async-executor",
- "async-fs",
  "async-io",
  "async-lock",
  "async-recursion",
@@ -3635,13 +3582,14 @@
  "async-trait",
  "byteorder",
  "derivative",
+ "dirs 4.0.0",
  "enumflags2",
  "event-listener",
  "futures-core",
  "futures-sink",
  "futures-util",
  "hex",
- "nix 0.26.2",
+ "nix 0.25.1",
  "once_cell",
  "ordered-stream",
  "rand 0.8.5",
@@ -3652,7 +3600,6 @@
  "tracing",
  "uds_windows",
  "winapi",
- "xdg-home",
  "zbus_macros",
  "zbus_names",
  "zvariant",
@@ -3660,16 +3607,15 @@
 
 [[package]]
 name = "zbus_macros"
-version = "3.12.0"
+version = "3.10.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "537793e26e9af85f774801dc52c6f6292352b2b517c5cf0449ffd3735732a53a"
+checksum = "4832059b438689017db7340580ebabba07f114eab91bf990c6e55052408b40d8"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
  "quote",
  "regex",
  "syn 1.0.109",
- "zvariant_utils",
 ]
 
 [[package]]
@@ -3721,9 +3667,9 @@
 
 [[package]]
 name = "zvariant"
-version = "3.13.0"
+version = "3.15.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5cb36cd95352132911c9c99fdcc1635de5c2c139bd34cbcf6dfb8350ee8ff6a7"
+checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
 dependencies = [
  "byteorder",
  "enumflags2",
@@ -3735,9 +3681,9 @@
 
 [[package]]
 name = "zvariant_derive"
-version = "3.13.0"
+version = "3.15.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9b34951e1ac64f3a1443fe7181256b9ed6a811a1631917566c3d5ca718d8cf33"
+checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -3748,9 +3694,9 @@
 
 [[package]]
 name = "zvariant_utils"
-version = "1.0.0"
+version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
+checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
 dependencies = [
  "proc-macro2",
  "quote",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pijul-1.0.0~beta.5/Cargo.toml 
new/pijul-1.0.0~beta.6/Cargo.toml
--- old/pijul-1.0.0~beta.5/Cargo.toml   1970-01-01 01:00:01.000000000 +0100
+++ new/pijul-1.0.0~beta.6/Cargo.toml   1970-01-01 01:00:01.000000000 +0100
@@ -12,7 +12,7 @@
 [package]
 edition = "2018"
 name = "pijul"
-version = "1.0.0-beta.5"
+version = "1.0.0-beta.6"
 authors = ["Pierre-Étienne Meunier <p...@pijul.org>"]
 include = [
     "../README.md",
@@ -149,7 +149,7 @@
 version = "1.4"
 
 [dependencies.libpijul]
-version = "1.0.0-beta.5"
+version = "1.0.0-beta.6"
 features = ["tarball"]
 
 [dependencies.log]
@@ -245,6 +245,9 @@
 [dependencies.whoami]
 version = "1.2"
 
+[dependencies.zvariant]
+version = "3.15"
+
 [features]
 default = [
     "keep-changes",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pijul-1.0.0~beta.5/Cargo.toml.orig 
new/pijul-1.0.0~beta.6/Cargo.toml.orig
--- old/pijul-1.0.0~beta.5/Cargo.toml.orig      2006-07-24 03:21:28.000000000 
+0200
+++ new/pijul-1.0.0~beta.6/Cargo.toml.orig      2006-07-24 03:21:28.000000000 
+0200
@@ -1,7 +1,7 @@
 [package]
 name = "pijul"
 description = "A distributed version control system."
-version = "1.0.0-beta.5"
+version = "1.0.0-beta.6"
 authors = ["Pierre-Étienne Meunier <p...@pijul.org>"]
 edition = "2018"
 repository = "https://nest.pijul.com/pijul/pijul";
@@ -63,7 +63,7 @@
 clap = { version = "3.2", features = [ "derive", "cargo" ] }
 clap_complete = "3.0.4"
 anyhow = "1.0"
-libpijul = { path = "../libpijul", version = "1.0.0-beta.5", features = [ 
"tarball" ] }
+libpijul = { path = "../libpijul", version = "1.0.0-beta.6", features = [ 
"tarball" ] }
 chrono = { version = "0.4" }
 ignore = "0.4"
 env_logger = "0.8"
@@ -110,6 +110,7 @@
 once_cell = "1.13.0"
 ptree = { version = "0.4.0", default-features = false, features = ["ansi"] }
 keyring = "2.0"
+zvariant = "3.15" # transitive dep, only here to force the version number
 open = "3"
 bs58 = "0.4"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pijul-1.0.0~beta.5/src/commands/client.html 
new/pijul-1.0.0~beta.6/src/commands/client.html
--- old/pijul-1.0.0~beta.5/src/commands/client.html     2006-07-24 
03:21:28.000000000 +0200
+++ new/pijul-1.0.0~beta.6/src/commands/client.html     2006-07-24 
03:21:28.000000000 +0200
@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <html>
-    <body>
+    <head>
+        <style>:root,[data-bs-theme="light"]{--bs-blue: #0d6efd;--bs-indigo: 
#6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: 
#fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: 
#0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: 
#343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: 
#dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: 
#6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: 
#212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: 
#198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: 
#dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 
13,110,253;--bs-secondary-rgb: 108,117,125;--bs-success-rgb: 
25,135,84;--bs-info-rgb: 13,202,240;--bs-warning-rgb: 
255,193,7;--bs-danger-rgb: 220,53,69;--bs-light-rgb: 248,249,250;--bs-dark-rgb: 
33,37,41;--bs-primary-text-emphasis: #052c65;--bs-secondary-text-emphasis: 
#2b2f32;--bs-
 success-text-emphasis: #0a3622;--bs-info-text-emphasis: 
#055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: 
#58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: 
#495057;--bs-primary-bg-subtle: #cfe2ff;--bs-secondary-bg-subtle: 
#e2e3e5;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: 
#cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: 
#f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: 
#ced4da;--bs-primary-border-subtle: #9ec5fe;--bs-secondary-border-subtle: 
#c4c8cb;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: 
#9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: 
#f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: 
#adb5bd;--bs-white-rgb: 255,255,255;--bs-black-rgb: 0,0,0;--bs-font-sans-serif: 
system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", 
"Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", 
"Segoe UI Symbol", "Noto Color Emoji";-
 -bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation 
Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, 
rgba(255,255,255,0.15), rgba(255,255,255,0));--bs-body-font-family: 
var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 
400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 
33,37,41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255,255,255;--bs-emphasis-color: 
#000;--bs-emphasis-color-rgb: 0,0,0;--bs-secondary-color: 
rgba(33,37,41,0.75);--bs-secondary-color-rgb: 33,37,41;--bs-secondary-bg: 
#e9ecef;--bs-secondary-bg-rgb: 233,236,239;--bs-tertiary-color: 
rgba(33,37,41,0.5);--bs-tertiary-color-rgb: 33,37,41;--bs-tertiary-bg: 
#f8f9fa;--bs-tertiary-bg-rgb: 248,249,250;--bs-heading-color: 
inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 
13,110,253;--bs-link-decoration: underline;--bs-link-hover-color: 
#0a58ca;--bs-link-hover-color-rgb: 10,88,202;--bs-code-color: 
#d63384;--bs-highlight-bg: #fff3cd;--bs-bord
 er-width: 1px;--bs-border-style: solid;--bs-border-color: 
#dee2e6;--bs-border-color-translucent: rgba(0,0,0,0.175);--bs-border-radius: 
.375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: 
.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 
2rem;--bs-border-radius-2xl: 
var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 
0.5rem 1rem rgba(0,0,0,0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem 
rgba(0,0,0,0.075);--bs-box-shadow-lg: 0 1rem 3rem 
rgba(0,0,0,0.175);--bs-box-shadow-inset: inset 0 1px 2px 
rgba(0,0,0,0.075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: 
.25;--bs-focus-ring-color: rgba(13,110,253,0.25);--bs-form-valid-color: 
#198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: 
#dc3545;--bs-form-invalid-border-color: #dc3545}@media (prefers-color-scheme: 
dark){:root{color-scheme:dark;--bs-body-color: #adb5bd;--bs-body-color-rgb: 
173,181,189;--bs-body-bg: #212529;--bs-body-bg-rgb: 
33,37,41;--bs-emphasis-color: #fff;--bs
 -emphasis-color-rgb: 255,255,255;--bs-secondary-color: 
rgba(173,181,189,0.75);--bs-secondary-color-rgb: 173,181,189;--bs-secondary-bg: 
#343a40;--bs-secondary-bg-rgb: 52,58,64;--bs-tertiary-color: 
rgba(173,181,189,0.5);--bs-tertiary-color-rgb: 173,181,189;--bs-tertiary-bg: 
#2b3035;--bs-tertiary-bg-rgb: 43,48,53;--bs-primary-text-emphasis: 
#6ea8fe;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: 
#75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: 
#ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: 
#f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: 
#031633;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: 
#051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: 
#332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: 
#343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: 
#084298;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: 
#0f5132;--bs-info-border-subtle: #087990;--bs-warning
 -border-subtle: #997404;--bs-danger-border-subtle: 
#842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: 
#343a40;--bs-heading-color: inherit;--bs-link-color: 
#6ea8fe;--bs-link-hover-color: #8bb9fe;--bs-link-color-rgb: 
110,168,254;--bs-link-hover-color-rgb: 139,185,254;--bs-code-color: 
#e685b5;--bs-border-color: #495057;--bs-border-color-translucent: 
rgba(255,255,255,0.15);--bs-form-valid-color: 
#75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: 
#ea868f;--bs-form-invalid-border-color: 
#ea868f}}*,*::before,*::after{box-sizing:border-box}@media 
(prefers-reduced-motion: 
no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1
 rem 0;color:inherit;border:0;border-top:var(--bs-border-width) 
solid;opacity:.25}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem
 + 1.5vw)}@media (min-width: 
1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media 
(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 
.6vw)}@media (min-width: 
1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media 
(min-width: 
1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline
 
dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol
 ol,ul ul,ol ul,ul 
ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0
 0 1
 
rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),
 var(--bs-link-opacity, 
1));text-decoration:underline}a:hover{--bs-link-color-rgb: 
var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre
 
code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem
 
.375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd
 kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:mi
 
ddle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator{display:none
 
!important}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}::-moz-focus-inn
 
er{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem
 + .3vw);line-height:inherit}@media (min-width: 
1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none
 !important}.lead{font-size:1.25rem;font-weight:300}.display-
 1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media 
(min-width: 
1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 
3.9vw);font-weight:300;line-height:1.2}@media (min-width: 
1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 
3.3vw);font-weight:300;line-height:1.2}@media (min-width: 
1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 
2.7vw);font-weight:300;line-height:1.2}@media (min-width: 
1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 
2.1vw);font-weight:300;line-height:1.2}@media (min-width: 
1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 
1.5vw);font-weight:300;line-height:1.2}@media (min-width: 
1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-tra
 
nsform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}</style>
+    </head>
+    <body style="padding:30px">
         Authenticated, you can now close this window.
     </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pijul-1.0.0~beta.5/src/commands/client.rs 
new/pijul-1.0.0~beta.6/src/commands/client.rs
--- old/pijul-1.0.0~beta.5/src/commands/client.rs       2006-07-24 
03:21:28.000000000 +0200
+++ new/pijul-1.0.0~beta.6/src/commands/client.rs       2006-07-24 
03:21:28.000000000 +0200
@@ -24,7 +24,6 @@
         if let Some(mut cached) = global_config_dir() {
             cached.push("cache");
             if let Some(host) = url.host_str() {
-                std::fs::create_dir_all(&cached)?;
                 cached.push(host);
                 if let Ok(token) = std::fs::read_to_string(&cached) {
                     println!("Bearer {}", token);
@@ -80,6 +79,7 @@
                 let mut url = url::Url::parse(&self.url)?;
                 url.query_pairs_mut().append_pair("port", &port.to_string());
                 open::that(&url.to_string())?;
+                eprintln!("If the URL doesn't open automatically, please visit 
{}", url);
                 let server = server.serve(make_service);
                 select!{
                     x = server => {
@@ -91,6 +91,9 @@
                     x = rx.recv() => {
                         if let Some(x) = x {
                             if let Some(cache_path) = cache_path {
+                                if let Some(c) = cache_path.parent() {
+                                    std::fs::create_dir_all(c)?
+                                }
                                 std::fs::write(&cache_path, &x)?;
                             }
                             println!("Bearer {}", x);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pijul-1.0.0~beta.5/src/commands/fork.rs 
new/pijul-1.0.0~beta.6/src/commands/fork.rs
--- old/pijul-1.0.0~beta.5/src/commands/fork.rs 2006-07-24 03:21:28.000000000 
+0200
+++ new/pijul-1.0.0~beta.6/src/commands/fork.rs 2006-07-24 03:21:28.000000000 
+0200
@@ -43,6 +43,8 @@
             };
             if let Some(channel) = txn.load_channel(&channel_name)? {
                 txn.fork(&channel, &self.to)?;
+            } else {
+                anyhow::bail!("Channel not found: {:?}", channel_name);
             }
         }
         txn.commit()?;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pijul-1.0.0~beta.5/src/identity/create.rs 
new/pijul-1.0.0~beta.6/src/identity/create.rs
--- old/pijul-1.0.0~beta.5/src/identity/create.rs       2006-07-24 
03:21:28.000000000 +0200
+++ new/pijul-1.0.0~beta.6/src/identity/create.rs       2006-07-24 
03:21:28.000000000 +0200
@@ -1,6 +1,5 @@
 use super::load::path;
 use super::Complete;
-use crate::config;
 use crate::repository::Repository;
 
 use std::io::Write;
@@ -10,8 +9,9 @@
 use dialoguer::{Confirm, FuzzySelect, Input};
 use keyring::Entry;
 use log::{debug, error, warn};
-use once_cell::sync::OnceCell;
 use thrussh_keys::key::PublicKey;
+use once_cell::sync::OnceCell;
+use crate::config;
 
 pub static NO_CERT_CHECK: OnceCell<bool> = OnceCell::new();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pijul-1.0.0~beta.5/src/remote/http.rs 
new/pijul-1.0.0~beta.6/src/remote/http.rs
--- old/pijul-1.0.0~beta.5/src/remote/http.rs   2006-07-24 03:21:28.000000000 
+0200
+++ new/pijul-1.0.0~beta.6/src/remote/http.rs   2006-07-24 03:21:28.000000000 
+0200
@@ -91,13 +91,11 @@
             send.send(None).await?;
             bail!("Server returned {}", res.status().as_u16())
         }
-        let mut size = res
+        let mut size: Option<usize> = res
             .headers()
             .get(reqwest::header::CONTENT_LENGTH)
             .and_then(|x| x.to_str().ok())
-            .unwrap_or("0")
-            .parse::<usize>()
-            .ok();
+            .and_then(|x| x.parse().ok());
         while !done {
             match res.chunk().await {
                 Ok(Some(chunk)) => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pijul-1.0.0~beta.5/src/remote/mod.rs 
new/pijul-1.0.0~beta.6/src/remote/mod.rs
--- old/pijul-1.0.0~beta.5/src/remote/mod.rs    2006-07-24 03:21:28.000000000 
+0200
+++ new/pijul-1.0.0~beta.6/src/remote/mod.rs    2006-07-24 03:21:28.000000000 
+0200
@@ -1091,7 +1091,11 @@
             RemoteRepo::Http(ref mut h) => {
                 h.download_changes(pro_n, hashes, send, path, full).await?
             }
-            RemoteRepo::LocalChannel(_) => {}
+            RemoteRepo::LocalChannel(_) => {
+                while let Some(c) = hashes.recv().await {
+                    send.send((c, true)).await?;
+                }
+            }
             RemoteRepo::None => unreachable!(),
         }
         Ok(true)

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/pijul/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.pijul.new.1766/vendor.tar.xz differ: char 26, line 1

Reply via email to