From 6b7cbec0e959ef4ee17fe1e378edca082951b4c0499edd9a67739dce64927a3f Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 30 Sep 2023 01:02:05 +0000 Subject: [PATCH 1/2] - Update to version 0.4.35: * added the book.text-direction setting for explicit support for right-to-left languages. * added rel=prefetch to the "next" links to potentially improve browser performance * added a .warning css class which is styled for displaying warning blocks. * better support of the sidebar when JS is disabled. OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=36 --- _service | 25 +++---------------------- cargo_config | 2 +- mdBook-0.4.34.tar.zst | 3 --- mdbook-0.4.34.tar.gz | 3 +++ mdbook.changes | 10 ++++++++++ mdbook.spec | 2 +- vendor.tar.zst | 4 ++-- 7 files changed, 20 insertions(+), 29 deletions(-) delete mode 100644 mdBook-0.4.34.tar.zst create mode 100644 mdbook-0.4.34.tar.gz diff --git a/_service b/_service index eb49876..147a353 100644 --- a/_service +++ b/_service @@ -1,27 +1,8 @@ - - https://github.com/rust-lang/mdBook - @PARENT_TAG@ - git - v0.4.34 - * - v(.*) - \1 - enable - socvirnyl.estela@gmail.com - - - - *.tar - zstd - - + - mdBook - zst + mdbook-*.tar.gz true - - mdBook - + diff --git a/cargo_config b/cargo_config index 6fb4ff4..97852b5 100644 --- a/cargo_config +++ b/cargo_config @@ -2,4 +2,4 @@ replace-with = "vendored-sources" [source.vendored-sources] -directory = "vendor" \ No newline at end of file +directory = "vendor" diff --git a/mdBook-0.4.34.tar.zst b/mdBook-0.4.34.tar.zst deleted file mode 100644 index 93792b3..0000000 --- a/mdBook-0.4.34.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f31175395cc10a742963d9e531ee43540a960be10221c1113301f6300a452d7f -size 1362247 diff --git a/mdbook-0.4.34.tar.gz b/mdbook-0.4.34.tar.gz new file mode 100644 index 0000000..c3f696d --- /dev/null +++ b/mdbook-0.4.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcefce12acc957c1d604e60c309502b9ec37040f6f70656f12c81374ff27bd4 +size 1527612 diff --git a/mdbook.changes b/mdbook.changes index 85bd73e..c645a43 100644 --- a/mdbook.changes +++ b/mdbook.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Sep 30 00:59:33 UTC 2023 - Soc Virnyl Estela + +- Update to version 0.4.35: + * added the book.text-direction setting for explicit support for right-to-left + languages. + * added rel=prefetch to the "next" links to potentially improve browser performance + * added a .warning css class which is styled for displaying warning blocks. + * better support of the sidebar when JS is disabled. + ------------------------------------------------------------------- Sun Aug 20 03:13:08 UTC 2023 - Soc Virnyl Estela diff --git a/mdbook.spec b/mdbook.spec index 2ddabd7..7201fbb 100644 --- a/mdbook.spec +++ b/mdbook.spec @@ -22,7 +22,7 @@ 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 URL: https://github.com/rust-lang/mdBook -Source0: mdBook-%{version}.tar.zst +Source0: https://github.com/rust-lang/mdBook/archive/refs/tags/v0.4.35.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst Source2: cargo_config BuildRequires: cargo-packaging diff --git a/vendor.tar.zst b/vendor.tar.zst index c882036..4bebf7c 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46017c5c4cfc06920abb5de9e22dfa6b8a34423f865b570d4355145aefeea7d8 -size 26465285 +oid sha256:caaee1d501ef5273ea845d452e48f77e2adcd64680b0f47b8fddcbe51f6d28f5 +size 26050553 From 2b3a323af29d2735842626fadb87fa8d61f076780108abe5111c4fc1ae886fb1 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 30 Sep 2023 01:14:51 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=37 --- mdbook-0.4.34.tar.gz => mdbook-0.4.35.tar.gz | 0 mdbook.spec | 4 ++-- vendor.tar.zst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename mdbook-0.4.34.tar.gz => mdbook-0.4.35.tar.gz (100%) diff --git a/mdbook-0.4.34.tar.gz b/mdbook-0.4.35.tar.gz similarity index 100% rename from mdbook-0.4.34.tar.gz rename to mdbook-0.4.35.tar.gz diff --git a/mdbook.spec b/mdbook.spec index 7201fbb..a0b08f3 100644 --- a/mdbook.spec +++ b/mdbook.spec @@ -17,12 +17,12 @@ Name: mdbook -Version: 0.4.34 +Version: 0.4.35 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 URL: https://github.com/rust-lang/mdBook -Source0: https://github.com/rust-lang/mdBook/archive/refs/tags/v0.4.35.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/rust-lang/mdBook/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst Source2: cargo_config BuildRequires: cargo-packaging diff --git a/vendor.tar.zst b/vendor.tar.zst index 4bebf7c..e3ec66f 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:caaee1d501ef5273ea845d452e48f77e2adcd64680b0f47b8fddcbe51f6d28f5 -size 26050553 +oid sha256:9e89492af54c0a19e5cbb9aed572e552701c54ca58862423ffb5f3e337651545 +size 26051134