Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
2 changed files with 9 additions and 47 deletions
54
libfm.spec
54
libfm.spec
|
|
@ -15,28 +15,23 @@
|
|||
%global git_ver_rpm %{nil}
|
||||
%global git_builddir %{nil}
|
||||
|
||||
%if 0%{?use_gitbare}
|
||||
%global gittardate 20251217
|
||||
%global gittartime 2335
|
||||
%define use_gitcommit_as_rel 0
|
||||
%global main_version 1.3.2
|
||||
|
||||
%global gitbaredate 20251214
|
||||
%global git_rev 7e575d13fcf0532fc181fc26391ad6fd7717ed66
|
||||
%if 0%{?use_gitbare}
|
||||
%global gittardate 20250114
|
||||
%global gittartime 1503
|
||||
|
||||
%global gitbaredate 20250109
|
||||
%global git_rev 2d94c3c8c4a2c4e252a79da3ef2b6a70e9ec37e1
|
||||
%global git_short %(echo %{git_rev} | cut -c-8)
|
||||
%global git_version %{gitbaredate}git%{git_short}
|
||||
|
||||
%if 0%{?use_gitcommit_as_rel}
|
||||
%global git_ver_rpm ^%{git_version}
|
||||
%global git_builddir -%{git_version}
|
||||
%else
|
||||
%global git_ver_rpm %{nil}
|
||||
%global git_builddir %{nil}
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
|
||||
%global main_version 1.4.1
|
||||
%global main_version 1.3.2
|
||||
|
||||
%global bootstrap 0
|
||||
%global build_doc 1
|
||||
|
|
@ -226,10 +221,6 @@ git init
|
|||
git clone ./%{name}.git/
|
||||
cd %{name}
|
||||
|
||||
%if !%{use_gitcommit_as_rel}
|
||||
git checkout -b fedora-%{version} %{version}
|
||||
%endif
|
||||
|
||||
# Restore timestamps
|
||||
set +x
|
||||
echo "Restore timestamps"
|
||||
|
|
@ -275,8 +266,6 @@ sed -i Makefile.am \
|
|||
-e '\@docs/reference/libfm/libfm-sections.txt@d'
|
||||
git commit -m "Remove files entry to be regenerated" -a || true
|
||||
|
||||
# Add ACLOCAL_PATH for gettext 0.25 (ref: bug 2366708)
|
||||
export ACLOCAL_PATH=%{_datadir}/gettext/m4/
|
||||
sh autogen.sh
|
||||
git commit -m "save modified files" -a || true
|
||||
|
||||
|
|
@ -502,33 +491,6 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 17 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.1-1
|
||||
- 1.4.1
|
||||
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0^20250316git3289abf5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon May 26 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.0^20250316git3289abf5-2
|
||||
- Add ACLOCAL_PATH for gettext 0.25 (ref: bug 2366708)
|
||||
|
||||
* Sat Mar 22 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.0^20250316git3289abf5-1
|
||||
- Update to the latest git
|
||||
|
||||
* Wed Feb 19 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.0-1
|
||||
- 1.4.0
|
||||
|
||||
* Sun Feb 16 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.2^20250215git9ea11dca-1
|
||||
- Update to the latest git
|
||||
|
||||
* Fri Feb 07 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.2^20250114git493571d1-1
|
||||
- Update to the latest git
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2^20250109git2d94c3c8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Tue Jan 14 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.2^20250109git2d94c3c8-2
|
||||
- Apply upstream PR for C23 with function prototype strictness
|
||||
|
||||
* Tue Jan 14 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.2^20250109git2d94c3c8-1
|
||||
- Update to the latest git
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (libfm-20251217T2335.tar.gz) = 22310c122892588d23196b21e4e8e251fb83a49a6e8d0bd86abdc93e20d427d6f81f738f3fb8500c0aaf7d6ff7be5752329435b80ce36f5aa5c42353ab0e1864
|
||||
SHA512 (libfm-20250114T1503.tar.gz) = 2665058991e9a22d36392ecaa7b0a4587e2b470f49e616f98abe579bebe29bc11e7d354120f7bea1f77786122720f6048fc7bfd76b1d94e500c8a602d1620877
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue