Changeset 1477 for spec/trunk/SPECS/git.spec
- Timestamp:
- Sep 10, 2018, 10:45:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/git.spec
r1088 r1477 17 17 Name: git 18 18 Version: 2.11.0 19 Release: 2%{?dist}19 Release: 3%{?dist} 20 20 Summary: Fast Version Control System 21 21 License: GPLv2 … … 23 23 URL: https://git-scm.com/ 24 24 25 %scm_source svn http://svn.netlabs.org/repos/ports/git/trunk 2 16325 %scm_source svn http://svn.netlabs.org/repos/ports/git/trunk 2284 26 26 27 27 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 28 29 # Need newer kLIBC due to CLOEXEC fix 30 Requires: libc >= 0.6.6-38 28 31 29 32 %if ! %{use_prebuilt_docs} && ! 0%{?_without_docs} … … 33 36 #BuildRequires: emacs 34 37 BuildRequires: expat-devel 35 BuildRequires: gettext 38 BuildRequires: gettext-devel 36 39 BuildRequires: %{libcurl_devel} 37 40 #BuildRequires: pcre-devel … … 624 627 625 628 %changelog 629 * Mon Jun 4 2018 Dmitriy Kuminov <coding@dmik.org> 2.11.0-3 630 - Make updated file locking fully work on OS/2 (no more chmod errors). 631 - Forbid inheriting O_CLOEXEC (e.g. temporary) files on OS/2. 632 626 633 * Thu Apr 6 2017 Dmitriy Kuminov <coding@dmik.org> 2.11.0-2 627 634 - Make git add --interactive output use CRLFs on DOS-like platforms.
Note:
See TracChangeset
for help on using the changeset viewer.