From e8d7c5ba4dc9367c82d0dbb750be3a25327874eedc811e2e6b58ea1422b5d2db Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 20 Aug 2023 03:16:07 +0000 Subject: [PATCH 1/2] - Replace obsoleted "disabled" with "manual" service option. - Update to version 0.4.34: * Update to 0.4.34 * Add workaround for macOS notify problem. * Update to 0.4.33 * Don't use distinct background for code in headers when printing * Add note to not update toml. OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=33 --- _service | 14 +++++++------- mdBook-0.4.32.tar.zst | 3 --- mdBook-0.4.34.tar.zst | 3 +++ mdbook.changes | 11 +++++++++++ mdbook.spec | 2 +- vendor.tar.zst | 4 ++-- 6 files changed, 24 insertions(+), 13 deletions(-) delete mode 100644 mdBook-0.4.32.tar.zst create mode 100644 mdBook-0.4.34.tar.zst diff --git a/_service b/_service index 10bb248..eb49876 100644 --- a/_service +++ b/_service @@ -1,27 +1,27 @@ - + https://github.com/rust-lang/mdBook @PARENT_TAG@ git - v0.4.32 + v0.4.34 * v(.*) \1 enable socvirnyl.estela@gmail.com - - + + *.tar zstd - - + + mdBook zst true - + mdBook diff --git a/mdBook-0.4.32.tar.zst b/mdBook-0.4.32.tar.zst deleted file mode 100644 index b712ad4..0000000 --- a/mdBook-0.4.32.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54e03f6e3e0646fe2cd3a0488fd09ee41474b434e1e6896b28528f2b1b7a9ceb -size 1361714 diff --git a/mdBook-0.4.34.tar.zst b/mdBook-0.4.34.tar.zst new file mode 100644 index 0000000..93792b3 --- /dev/null +++ b/mdBook-0.4.34.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31175395cc10a742963d9e531ee43540a960be10221c1113301f6300a452d7f +size 1362247 diff --git a/mdbook.changes b/mdbook.changes index 486471f..31055af 100644 --- a/mdbook.changes +++ b/mdbook.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Aug 20 03:13:08 UTC 2023 - Soc Virnyl Estela + +- Replace obsoleted "disabled" with "manual" service option. +- Update to version 0.4.34: + * Update to 0.4.34 + * Add workaround for macOS notify problem. + * Update to 0.4.33 + * Don't use distinct background for code in headers when printing + * Add note to not update toml. + ------------------------------------------------------------------- Mon Jul 31 21:14:32 UTC 2023 - Jeff Kowalczyk diff --git a/mdbook.spec b/mdbook.spec index a83c088..2ddabd7 100644 --- a/mdbook.spec +++ b/mdbook.spec @@ -17,7 +17,7 @@ Name: mdbook -Version: 0.4.32 +Version: 0.4.34 Release: 0 Summary: Create books from markdown License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0 diff --git a/vendor.tar.zst b/vendor.tar.zst index 3fcd006..c882036 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:348539810f4c808505b0e220c060bcb416e0a8feaf9b05ca2f44ff6852907bc7 -size 38901143 +oid sha256:46017c5c4cfc06920abb5de9e22dfa6b8a34423f865b570d4355145aefeea7d8 +size 26465285 From e993ce52fd58f4558aa294e0a0fcf2b35808e780167d1375aa65e08bce317a1e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 20 Aug 2023 03:16:56 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=34 --- mdbook.changes | 2 -- 1 file changed, 2 deletions(-) diff --git a/mdbook.changes b/mdbook.changes index 31055af..85bd73e 100644 --- a/mdbook.changes +++ b/mdbook.changes @@ -3,9 +3,7 @@ Sun Aug 20 03:13:08 UTC 2023 - Soc Virnyl Estela - Replace obsoleted "disabled" with "manual" service option. - Update to version 0.4.34: - * Update to 0.4.34 * Add workaround for macOS notify problem. - * Update to 0.4.33 * Don't use distinct background for code in headers when printing * Add note to not update toml.