diff --git a/mercurial-6.8.1.tar.gz b/mercurial-6.9.tar.gz similarity index 51% rename from mercurial-6.8.1.tar.gz rename to mercurial-6.9.tar.gz index c0dc55f9119d9ab0037bdd44c924aed69a1c933e..08dff2e47883aad8a902a3c9499f9a8b8e3e34d3 100644 Binary files a/mercurial-6.8.1.tar.gz and b/mercurial-6.9.tar.gz differ diff --git a/mercurial.spec b/mercurial.spec index 3bc8d6adf34634e31c6024271e22e87fe38f63fd..0dc51b9865f0c9fd6d9b2389a7bba82911d81ce7 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -1,5 +1,5 @@ Name: mercurial -Version: 6.8.1 +Version: 6.9 Release: 1 Summary: Source control management tool License: GPL-2.0-or-later @@ -33,7 +33,6 @@ make popd %install -rm -rf %{buildroot} %{__python3} setup.py install -O1 --root %{buildroot} --prefix %{_prefix} --record=%{name}.files make install-doc DESTDIR=%{buildroot} MANDIR=%{_mandir} @@ -95,16 +94,6 @@ rm -rf %{buildroot}%{python3_sitearch}/mercurial/locale grep -v locale %{name}-base.files > %{name}-base-filtered.files -%check - -%pre - -%preun - -%post - -%postun - %files -f %{name}-base-filtered.files -f hg.lang %doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi contrib/*.wsgi contrib/*.svg %config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/certs.rc @@ -124,10 +113,12 @@ grep -v locale %{name}-base.files > %{name}-base-filtered.files %files help %attr(644,root,root) -%{_mandir}/man?/hg*.gz -%{_mandir}/man?/chg.*.gz +%{_mandir}/man?/* %changelog +* Fri Nov 22 2024 Funda Wang - 6.9-1 +- update to 6.9 + * Thu Aug 15 2024 maqi - 6.8.1-1 - update to 6.8.1 diff --git a/mercurial.yaml b/mercurial.yaml index b054601547b7ac96b97e0cd36068a422ba87d838..4910b59f29a9f4a7e4dc3dd877899927802d541e 100644 --- a/mercurial.yaml +++ b/mercurial.yaml @@ -1,4 +1,4 @@ version_control: hg src_repo: https://www.mercurial-scm.org/repo/hg tag_prefix: "" -seperator: "." +separator: "."