Ignore:
Timestamp:
Sep 10, 2018, 10:45:25 PM (7 years ago)
Author:
dmik
Message:

spec: git: Release version 2.11.0-3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/git.spec

    r1088 r1477  
    1717Name:           git
    1818Version:        2.11.0
    19 Release:        2%{?dist}
     19Release:        3%{?dist}
    2020Summary:        Fast Version Control System
    2121License:        GPLv2
     
    2323URL:            https://git-scm.com/
    2424
    25 %scm_source     svn http://svn.netlabs.org/repos/ports/git/trunk 2163
     25%scm_source     svn http://svn.netlabs.org/repos/ports/git/trunk 2284
    2626
    2727BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     28
     29# Need newer kLIBC due to CLOEXEC fix
     30Requires:       libc >= 0.6.6-38
    2831
    2932%if ! %{use_prebuilt_docs} && ! 0%{?_without_docs}
     
    3336#BuildRequires:  emacs
    3437BuildRequires:  expat-devel
    35 BuildRequires:  gettext
     38BuildRequires:  gettext-devel
    3639BuildRequires:  %{libcurl_devel}
    3740#BuildRequires:  pcre-devel
     
    624627
    625628%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
    626633* Thu Apr 6 2017 Dmitriy Kuminov <coding@dmik.org> 2.11.0-2
    627634- Make git add --interactive output use CRLFs on DOS-like platforms.
Note: See TracChangeset for help on using the changeset viewer.