Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tealdeer for openSUSE:Factory 
checked in at 2022-11-13 18:09:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tealdeer (Old)
 and      /work/SRC/openSUSE:Factory/.tealdeer.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tealdeer"

Sun Nov 13 18:09:10 2022 rev:13 rq:1035484 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tealdeer/tealdeer.changes        2022-10-08 
01:23:24.305979214 +0200
+++ /work/SRC/openSUSE:Factory/.tealdeer.new.1597/tealdeer.changes      
2022-11-13 18:09:25.835602448 +0100
@@ -1,0 +2,12 @@
+Sun Nov 06 01:28:46 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 1.6.1:
+  * Run cargo update (#299)
+  * Fix path source for custom pages dir (#297)
+  * Docs: improve grammar (#296)
+  * Run cargo update (#291)
+  * Remove deprecated -m/--markdown command
+  * Remove deprecated -o/--os command
+  * Remove deprecated --config-path command
+
+-------------------------------------------------------------------

Old:
----
  tealdeer-1.6.0.tar.xz

New:
----
  tealdeer-1.6.1.tar.xz

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

Other differences:
------------------
++++++ tealdeer.spec ++++++
--- /var/tmp/diff_new_pack.VdH5hU/_old  2022-11-13 18:09:27.103609816 +0100
+++ /var/tmp/diff_new_pack.VdH5hU/_new  2022-11-13 18:09:27.107609839 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           tealdeer
-Version:        1.6.0
+Version:        1.6.1
 Release:        0
 Summary:        An implementation of tldr in Rust
 License:        Apache-2.0 OR MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.VdH5hU/_old  2022-11-13 18:09:27.151610095 +0100
+++ /var/tmp/diff_new_pack.VdH5hU/_new  2022-11-13 18:09:27.155610118 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/dbrgn/tealdeer.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">357f0e7</param>
+    <param name="revision">7c371a6</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>

++++++ tealdeer-1.6.0.tar.xz -> tealdeer-1.6.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tealdeer-1.6.0/CHANGELOG.md 
new/tealdeer-1.6.1/CHANGELOG.md
--- old/tealdeer-1.6.0/CHANGELOG.md     2022-10-02 00:36:58.000000000 +0200
+++ new/tealdeer-1.6.1/CHANGELOG.md     2022-10-24 14:42:37.000000000 +0200
@@ -14,6 +14,20 @@
 - `[chore]` for maintenance work.
 
 
+### [v1.6.1][v1.6.1] (2022-10-24)
+
+Changes:
+
+- [fixed] Fix path source for custom pages dir ([#297])
+- [chore] Update dependendencies ([#299])
+
+Contributors to this version:
+
+- [Cyrus Yip][@CyrusYip]
+
+Thanks!
+
+
 ### [v1.6.0][v1.6.0] (2022-10-02)
 
 It's been 9 months since the last release already! This is not a huge update
@@ -291,8 +305,9 @@
 [@bl-ue]: https://github.com/bl-ue
 [@Calinou]: https://github.com/Calinou
 [@cam8001]: https://github.com/cam8001
-[@cyqsimon]: https://github.com/cyqsimon
 [@cho-m]: https://github.com/cho-m
+[@cyqsimon]: https://github.com/cyqsimon
+[@CyrusYip]: https://github.com/CyrusYip
 [@das-g]: https://github.com/das-g
 [@dbrgn]: https://github.com/dbrgn
 [@Delapouite]: https://github.com/Delapouite
@@ -337,6 +352,7 @@
 [v1.4.1]: https://github.com/dbrgn/tealdeer/compare/v1.4.0...v1.4.1
 [v1.5.0]: https://github.com/dbrgn/tealdeer/compare/v1.4.1...v1.5.0
 [v1.6.0]: https://github.com/dbrgn/tealdeer/compare/v1.5.0...v1.6.0
+[v1.6.1]: https://github.com/dbrgn/tealdeer/compare/v1.6.0...v1.6.1
 
 [i34]: https://github.com/dbrgn/tealdeer/issues/34
 [i43]: https://github.com/dbrgn/tealdeer/issues/43
@@ -401,3 +417,5 @@
 [#287]: https://github.com/dbrgn/tealdeer/pull/287
 [#290]: https://github.com/dbrgn/tealdeer/pull/290
 [#291]: https://github.com/dbrgn/tealdeer/pull/291
+[#297]: https://github.com/dbrgn/tealdeer/pull/297
+[#299]: https://github.com/dbrgn/tealdeer/pull/299
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tealdeer-1.6.0/Cargo.lock 
new/tealdeer-1.6.1/Cargo.lock
--- old/tealdeer-1.6.0/Cargo.lock       2022-10-02 00:36:58.000000000 +0200
+++ new/tealdeer-1.6.1/Cargo.lock       2022-10-24 14:42:37.000000000 +0200
@@ -19,9 +19,9 @@
 
 [[package]]
 name = "anyhow"
-version = "1.0.65"
+version = "1.0.66"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
+checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
 
 [[package]]
 name = "app_dirs2"
@@ -37,9 +37,9 @@
 
 [[package]]
 name = "assert_cmd"
-version = "2.0.4"
+version = "2.0.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "93ae1ddd39efd67689deb1979d80bad3bf7f2b09c6e6117c8d1f2443b5e2f83e"
+checksum = "d5c2ca00549910ec251e3bd15f87aeeb206c9456b9a77b43ff6c97c54042a472"
 dependencies = [
  "bstr",
  "doc-comment",
@@ -68,9 +68,9 @@
 
 [[package]]
 name = "base64"
-version = "0.13.0"
+version = "0.13.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
+checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 
 [[package]]
 name = "bitflags"
@@ -91,9 +91,9 @@
 
 [[package]]
 name = "bumpalo"
-version = "3.11.0"
+version = "3.11.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
+checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
 
 [[package]]
 name = "byteorder"
@@ -312,14 +312,14 @@
 
 [[package]]
 name = "filetime"
-version = "0.2.17"
+version = "0.2.18"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
+checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
 dependencies = [
  "cfg-if",
  "libc",
  "redox_syscall",
- "windows-sys",
+ "windows-sys 0.42.0",
 ]
 
 [[package]]
@@ -358,42 +358,42 @@
 
 [[package]]
 name = "futures-channel"
-version = "0.3.24"
+version = "0.3.25"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"
+checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
 dependencies = [
  "futures-core",
 ]
 
 [[package]]
 name = "futures-core"
-version = "0.3.24"
+version = "0.3.25"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
+checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
 
 [[package]]
 name = "futures-io"
-version = "0.3.24"
+version = "0.3.25"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"
+checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
 
 [[package]]
 name = "futures-sink"
-version = "0.3.24"
+version = "0.3.25"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
+checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
 
 [[package]]
 name = "futures-task"
-version = "0.3.24"
+version = "0.3.25"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"
+checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
 
 [[package]]
 name = "futures-util"
-version = "0.3.24"
+version = "0.3.25"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"
+checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
 dependencies = [
  "futures-core",
  "futures-io",
@@ -406,9 +406,9 @@
 
 [[package]]
 name = "getrandom"
-version = "0.2.7"
+version = "0.2.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
+checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
 dependencies = [
  "cfg-if",
  "libc",
@@ -578,9 +578,9 @@
 
 [[package]]
 name = "itoa"
-version = "1.0.3"
+version = "1.0.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
+checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
 
 [[package]]
 name = "jni"
@@ -619,9 +619,9 @@
 
 [[package]]
 name = "libc"
-version = "0.2.134"
+version = "0.2.135"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
+checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
 
 [[package]]
 name = "log"
@@ -662,7 +662,7 @@
  "libc",
  "log",
  "wasi",
- "windows-sys",
+ "windows-sys 0.36.1",
 ]
 
 [[package]]
@@ -798,9 +798,9 @@
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.46"
+version = "1.0.47"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
+checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
 dependencies = [
  "unicode-ident",
 ]
@@ -923,9 +923,9 @@
 
 [[package]]
 name = "rustls"
-version = "0.20.6"
+version = "0.20.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
+checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
 dependencies = [
  "log",
  "ring",
@@ -976,7 +976,7 @@
 checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
 dependencies = [
  "lazy_static",
- "windows-sys",
+ "windows-sys 0.36.1",
 ]
 
 [[package]]
@@ -1014,18 +1014,18 @@
 
 [[package]]
 name = "serde"
-version = "1.0.145"
+version = "1.0.147"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"
+checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
 dependencies = [
  "serde_derive",
 ]
 
 [[package]]
 name = "serde_derive"
-version = "1.0.145"
+version = "1.0.147"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c"
+checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -1034,9 +1034,9 @@
 
 [[package]]
 name = "serde_json"
-version = "1.0.85"
+version = "1.0.87"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
+checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
 dependencies = [
  "itoa",
  "ryu",
@@ -1088,9 +1088,9 @@
 
 [[package]]
 name = "syn"
-version = "1.0.101"
+version = "1.0.103"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2"
+checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -1099,7 +1099,7 @@
 
 [[package]]
 name = "tealdeer"
-version = "1.6.0"
+version = "1.6.1"
 dependencies = [
  "anyhow",
  "app_dirs2",
@@ -1251,9 +1251,9 @@
 
 [[package]]
 name = "tracing"
-version = "0.1.36"
+version = "0.1.37"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
+checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
 dependencies = [
  "cfg-if",
  "pin-project-lite",
@@ -1262,9 +1262,9 @@
 
 [[package]]
 name = "tracing-core"
-version = "0.1.29"
+version = "0.1.30"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
+checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
 dependencies = [
  "once_cell",
 ]
@@ -1283,9 +1283,9 @@
 
 [[package]]
 name = "unicode-ident"
-version = "1.0.4"
+version = "1.0.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
+checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
 
 [[package]]
 name = "unicode-normalization"
@@ -1487,44 +1487,101 @@
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
 dependencies = [
- "windows_aarch64_msvc",
- "windows_i686_gnu",
- "windows_i686_msvc",
- "windows_x86_64_gnu",
- "windows_x86_64_msvc",
+ "windows_aarch64_msvc 0.36.1",
+ "windows_i686_gnu 0.36.1",
+ "windows_i686_msvc 0.36.1",
+ "windows_x86_64_gnu 0.36.1",
+ "windows_x86_64_msvc 0.36.1",
+]
+
+[[package]]
+name = "windows-sys"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
+dependencies = [
+ "windows_aarch64_gnullvm",
+ "windows_aarch64_msvc 0.42.0",
+ "windows_i686_gnu 0.42.0",
+ "windows_i686_msvc 0.42.0",
+ "windows_x86_64_gnu 0.42.0",
+ "windows_x86_64_gnullvm",
+ "windows_x86_64_msvc 0.42.0",
 ]
 
 [[package]]
+name = "windows_aarch64_gnullvm"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
+
+[[package]]
 name = "windows_aarch64_msvc"
 version = "0.36.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
 
 [[package]]
+name = "windows_aarch64_msvc"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
+
+[[package]]
 name = "windows_i686_gnu"
 version = "0.36.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
 
 [[package]]
+name = "windows_i686_gnu"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
+
+[[package]]
 name = "windows_i686_msvc"
 version = "0.36.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
 
 [[package]]
+name = "windows_i686_msvc"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
+
+[[package]]
 name = "windows_x86_64_gnu"
 version = "0.36.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
 
 [[package]]
+name = "windows_x86_64_gnu"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
+
+[[package]]
+name = "windows_x86_64_gnullvm"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
+
+[[package]]
 name = "windows_x86_64_msvc"
 version = "0.36.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
 
 [[package]]
+name = "windows_x86_64_msvc"
+version = "0.42.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
+
+[[package]]
 name = "winreg"
 version = "0.10.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -1550,9 +1607,9 @@
 
 [[package]]
 name = "zip"
-version = "0.6.2"
+version = "0.6.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d"
+checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
 dependencies = [
  "byteorder",
  "crc32fast",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tealdeer-1.6.0/Cargo.toml 
new/tealdeer-1.6.1/Cargo.toml
--- old/tealdeer-1.6.0/Cargo.toml       2022-10-02 00:36:58.000000000 +0200
+++ new/tealdeer-1.6.1/Cargo.toml       2022-10-24 14:42:37.000000000 +0200
@@ -10,7 +10,7 @@
 readme = "README.md"
 repository = "https://github.com/dbrgn/tealdeer/";
 documentation = "https://dbrgn.github.io/tealdeer/";
-version = "1.6.0"
+version = "1.6.1"
 include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", 
"/LICENSE-*", "/screenshot.png"]
 rust-version = "1.62"
 edition = "2021"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tealdeer-1.6.0/docs/src/intro.md 
new/tealdeer-1.6.1/docs/src/intro.md
--- old/tealdeer-1.6.0/docs/src/intro.md        2022-10-02 00:36:58.000000000 
+0200
+++ new/tealdeer-1.6.1/docs/src/intro.md        2022-10-24 14:42:37.000000000 
+0200
@@ -1,7 +1,8 @@
 # Tealdeer: Introduction
 
-Tealdeer very fast implementation of [tldr](https://github.com/tldr-pages/tldr)
-in Rust: Simplified, example based and community-driven man pages.
+Tealdeer is a very fast implementation of
+[tldr](https://github.com/tldr-pages/tldr) in Rust: Simplified, example based
+and community-driven man pages.
 
 ![Screenshot](screenshot-default.png)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tealdeer-1.6.0/docs/src/usage.txt 
new/tealdeer-1.6.1/docs/src/usage.txt
--- old/tealdeer-1.6.0/docs/src/usage.txt       2022-10-02 00:36:58.000000000 
+0200
+++ new/tealdeer-1.6.1/docs/src/usage.txt       2022-10-24 14:42:37.000000000 
+0200
@@ -1,4 +1,4 @@
-tealdeer 1.6.0
+tealdeer 1.6.1
 Danilo Bargen <m...@dbrgn.ch>, Niklas Mohrin <d...@niklasmohrin.de>
 A fast TLDR client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tealdeer-1.6.0/src/config.rs 
new/tealdeer-1.6.1/src/config.rs
--- old/tealdeer-1.6.0/src/config.rs    2022-10-02 00:36:58.000000000 +0200
+++ new/tealdeer-1.6.1/src/config.rs    2022-10-24 14:42:37.000000000 +0200
@@ -334,7 +334,7 @@
             .custom_pages_dir
             .map(|path| PathWithSource {
                 path,
-                source: PathSource::OsConvention,
+                source: PathSource::ConfigFile,
             })
             .or_else(|| {
                 get_app_root(AppDataType::UserData, &crate::APP_INFO)
@@ -342,7 +342,7 @@
                         // Note: The `join("")` call ensures that there's a 
trailing slash
                         PathWithSource {
                             path: path.join("pages").join(""),
-                            source: PathSource::ConfigFile,
+                            source: PathSource::OsConvention,
                         }
                     })
                     .ok()

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/tealdeer/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.tealdeer.new.1597/vendor.tar.xz differ: char 27, 
line 1

Reply via email to