diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..0a80fdce31f59c062e2abba28776e9521eddff30 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000000000000000000000000000000000000..8d6f8165b01aa723430d17bf4cee655be2529476 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + url = https://artlfs.openeuler.openatom.cn/src-openEuler/mercurial diff --git a/mercurial-6.9.1.tar.gz b/mercurial-6.9.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e1fed2c3b903191488c7098c6c324269ae381018 --- /dev/null +++ b/mercurial-6.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e577577ee9a97a9f84d3c34d53ccb8b9354263d6ab96447525094f3e0a567270 +size 8664016 diff --git a/mercurial-6.9.tar.gz b/mercurial-6.9.tar.gz deleted file mode 100644 index 08dff2e47883aad8a902a3c9499f9a8b8e3e34d3..0000000000000000000000000000000000000000 Binary files a/mercurial-6.9.tar.gz and /dev/null differ diff --git a/mercurial.spec b/mercurial.spec index 0dc51b9865f0c9fd6d9b2389a7bba82911d81ce7..fe97817bd7c90998caefe74f075937972a957fbb 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -1,12 +1,12 @@ Name: mercurial -Version: 6.9 +Version: 6.9.1 Release: 1 Summary: Source control management tool License: GPL-2.0-or-later -URL: http://www.selenic.com/mercurial/ -Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz +URL: https://www.selenic.com/mercurial/ +Source0: https://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz -BuildRequires: gcc python3 python3-devel bash-completion emacs-nox emacs-el pkgconfig gettext python3-docutils +BuildRequires: gcc python3 python3-devel emacs-nox emacs-el pkgconfig gettext python3-docutils Requires: python3 emacs-filesystem tk Provides: hg = %{version}-%{release} emacs-mercurial <= 3.4.1 emacs-mercurial-el <= 3.4.1 Provides: mercurial-hgk mercurial-chg @@ -42,13 +42,11 @@ grep 'hgk.py*' < %{name}.files > %{name}-hgk.files install -D -m 755 contrib/hgk %{buildroot}%{_libexecdir}/mercurial/hgk install -m 755 contrib/hg-ssh %{buildroot}%{_bindir} -bash_completion_dir=%{buildroot}$(pkg-config --variable=completionsdir bash-completion) -mkdir -p $bash_completion_dir -install -m 644 contrib/bash_completion $bash_completion_dir/hg +mkdir -p %{buildroot}%{bash_completions_dir} +install -m 644 contrib/bash_completion %{buildroot}%{bash_completions_dir}/hg -zsh_completion_dir=%{buildroot}%{_datadir}/zsh/site-functions -mkdir -p $zsh_completion_dir -install -m 644 contrib/zsh_completion $zsh_completion_dir/_mercurial +mkdir -p %{buildroot}%{zsh_completions_dir} +install -m 644 contrib/zsh_completion %{buildroot}%{zsh_completions_dir}/_mercurial mkdir -p %{buildroot}%{_emacs_sitelispdir}/mercurial @@ -102,9 +100,8 @@ grep -v locale %{name}-base.files > %{name}-base-filtered.files %dir %{_sysconfdir}/mercurial/hgrc.d %{_bindir}/hg-ssh %{_bindir}/chg -%dir %{_datadir}/zsh/ -%{_datadir}/bash-completion/ -%{_datadir}/zsh/site-functions/ +%{bash_completions_dir}/* +%{zsh_completions_dir}/* %{_libexecdir}/mercurial/ %{python3_sitearch}/mercurial %{python3_sitearch}/hgext @@ -116,6 +113,9 @@ grep -v locale %{name}-base.files > %{name}-base-filtered.files %{_mandir}/man?/* %changelog +* Fri Jan 17 2025 Funda Wang - 6.9.1-1 +- update to 6.9.1 + * Fri Nov 22 2024 Funda Wang - 6.9-1 - update to 6.9