已开启
docs: Change sponsor url and sponsor button #35
AtomGit-Bot创建于 2023年7月18日
docs: Change sponsor url and sponsor button #35
已开启
AtomGit-Bot创建于 2023年7月18日
refs/pull/35/head合入到openEuler-22.03-LTS-SP1
2 个文件变更+56-1
@@ -0,0 +1,51 @@
1+From 4f1e473b6b3666ec02fbd1c90153448440510f1f Mon Sep 17 00:00:00 2001
2+From: Aleksey <rhash.admin@gmail.com>
3+Date: Mon, 6 Dec 2021 01:33:08 +0300
4+Subject: [PATCH] docs: Change sponsor url and sponsor button
5+ 
6+---
7+ docs/CONTRIBUTING.md | 14 +++++++-------
8+ 1 file changed, 7 insertions(+), 7 deletions(-)
9+ 
10+diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
11+index 593541b..09a0237 100644
12+--- a/docs/CONTRIBUTING.md
13++++ b/docs/CONTRIBUTING.md
14+@@ -1,19 +1,19 @@
15+ # Contribution guidelines for the RHash project
16+
17+ There are many ways of contributing to the project.
18+-* Donations
19++* Sponsor the project
20+ * Translating to other languages
21+ * Hunting bugs
22+ * Packaging RHash to a new distribution
23+ * Contributing by writing code
24+
25+-## Donations
26+-Click the image to the right to support the project by money.
27+-<a href="http://sourceforge.net/donate/index.php?group_id=205103"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" valign="middle" alt="Support RHash" title="Please donate to support RHash development!"/></a>
28++## Sponsor the project
29++<a href="https://opencollective.com/rhash"><img src="http://rhash.sourceforge.net/img/sponsor-button-36.png" width="136" height="36" border="0" valign="middle" alt="Sponsor RHash"/></a>
30++&nbsp;Support the project by money.
31+
32+ ## Translating to other languages
33+-For online translation you need to register at the [Launchpad] platform.
34+-Then visit [RHash translations] and translate untranslated strings.
35++For online translation you need to register at the [Launchpad] platform,
36++then visit [RHash translations] and translate untranslated strings.
37+
38+ Alternatively, you can translate one of the [po files](../po/) and create a [Pull Request] or send a patch.
39+
40+@@ -30,7 +30,7 @@ make print-info
41+ File new bugs at the [issues] page.
42+
43+ ## Bug fixing
44+-Investigate one of bugs listed at [issues] page, fix it and make a pull request.
45++Investigate one of the bugs listed at [issues] page, fix it and make a pull request.
46+
47+ ## Packaging RHash to a new distribution
48+ Check if your OS distribution has the latest RHash. If not, then make a package and publish it into the OS repository.
49+--
50+2.33.0
51+ 
@@ -1,6 +1,6 @@
1Name: rhash1Name: rhash
2Version: 1.4.22Version: 1.4.2
3-Release: 43+Release: 5
4Summary: Great utility for computing hash sums4Summary: Great utility for computing hash sums
5License: MIT5License: MIT
6URL: https://github.com/rhash/RHash6URL: https://github.com/rhash/RHash
@@ -10,6 +10,7 @@ Source0: https://github.com/rhash/RHash/archive/v%{version}/rhash-%{versi
10Patch0: Fix-bug-with-hash-options-in-check-mode.patch10Patch0: Fix-bug-with-hash-options-in-check-mode.patch
11Patch1: 0001-fix-incorrect-total-message-in-check-embedded-mode.patch11Patch1: 0001-fix-incorrect-total-message-in-check-embedded-mode.patch
12Patch2: 0001-Fix-install-gmo-target-to-recompile-gmo-files-only-i.patch12Patch2: 0001-Fix-install-gmo-target-to-recompile-gmo-files-only-i.patch
13+Patch6000: 0001-docs-Change-sponsor-url-and-sponsor-button.patch
13 14 
14BuildRequires: gcc15BuildRequires: gcc
15 16 
@@ -68,6 +69,9 @@ make test-shared
68%{_mandir}/man1/*.1*69%{_mandir}/man1/*.1*
69 70 
70%changelog71%changelog
72+* Tue Jul 18 2023 caofei <caofei@xfusion.com> - 1.4.2-5
73+- docs: Change sponsor url and sponsor button
74+ 
71* Fri Jan 6 2023 caofei <caofei@xfusion.com> - 1.4.2-475* Fri Jan 6 2023 caofei <caofei@xfusion.com> - 1.4.2-4
72- Fix install-gmo target to recompile gmo files only if needed76- Fix install-gmo target to recompile gmo files only if needed
73 77