diff --git a/changelog b/changelog new file mode 100644 index 0000000..7b78a5d --- /dev/null +++ b/changelog @@ -0,0 +1,29 @@ +* Sat Jan 21 2023 Fedora Release Engineering - 4.1.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 4.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 4.1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 4.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon May 31 2021 Carl George - 4.1.3-1 +- Latest upstream + +* Thu Jan 28 2021 Fedora Release Engineering - 4.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 29 2020 Carl George - 4.1.2-1 +- Latest upstream + +* Wed Jul 29 2020 Fedora Release Engineering - 4.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 4.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Carl George - 4.1.1-1 +- Initial package rhbz#1759206 diff --git a/sources b/sources index ed09907..3832716 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tmux-xpanes-4.1.3.tar.gz) = 6545ec75a522b05eb8079c93830c81ac3c6a9ac338a3cc51c491f69a4602bef5b9f19c9f18b2975d0470c4af0a83ebf2357a4461024508ff0f6ac61d1099b22e +SHA512 (tmux-xpanes-4.2.0.tar.gz) = a5baba411e6ea638af575eb450894477ed0b14fc97419a9de88638a619739d02e764b610d2f849cb4919da4b087aef05f43234eab420c36b710a452eb20a7c33 diff --git a/xpanes.spec b/xpanes.spec index 2b646ae..26d6b41 100644 --- a/xpanes.spec +++ b/xpanes.spec @@ -1,13 +1,13 @@ Name: xpanes -Version: 4.1.3 -Release: 1%{?dist} +Version: 4.2.0 +Release: %autorelease Summary: Awesome tmux-based terminal divider License: MIT URL: https://github.com/greymd/tmux-xpanes Source0: %{url}/archive/v%{version}/tmux-xpanes-%{version}.tar.gz BuildArch: noarch -Requires: tmux >= 1.8 +Requires: tmux Provides: tmux-xpanes = %{version}-%{release} @@ -34,10 +34,10 @@ features: %install install -D -p -m 0755 bin/xpanes %{buildroot}%{_bindir}/xpanes install -D -p -m 0644 man/xpanes.1 %{buildroot}%{_mandir}/man1/xpanes.1 -install -D -p -m 0644 completion/zsh/_xpanes %{buildroot}%{_datadir}/zsh/site-functions/_xpanes +install -D -p -m 0644 completion/zsh/_xpanes %{buildroot}%{zsh_completions_dir}/_xpanes ln -s xpanes %{buildroot}%{_bindir}/tmux-xpanes ln -s xpanes.1 %{buildroot}%{_mandir}/man1/tmux-xpanes.1 -ln -s _xpanes %{buildroot}%{_datadir}/zsh/site-functions/_tmux-xpanes +ln -s _xpanes %{buildroot}%{zsh_completions_dir}/_tmux-xpanes %files @@ -47,26 +47,9 @@ ln -s _xpanes %{buildroot}%{_datadir}/zsh/site-functions/_tmux-xpanes %{_bindir}/tmux-xpanes %{_mandir}/man1/xpanes.1* %{_mandir}/man1/tmux-xpanes.1* -%dir %{_datadir}/zsh/site-functions -%{_datadir}/zsh/site-functions/_xpanes -%{_datadir}/zsh/site-functions/_tmux-xpanes +%{zsh_completions_dir}/_xpanes +%{zsh_completions_dir}/_tmux-xpanes %changelog -* Mon May 31 2021 Carl George - 4.1.3-1 -- Latest upstream - -* Thu Jan 28 2021 Fedora Release Engineering - 4.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 29 2020 Carl George - 4.1.2-1 -- Latest upstream - -* Wed Jul 29 2020 Fedora Release Engineering - 4.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 4.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Carl George - 4.1.1-1 -- Initial package rhbz#1759206 +%autochangelog