diff --git a/git-2.13.3.tar.sign b/git-2.13.3.tar.sign deleted file mode 100644 index 9495992..0000000 Binary files a/git-2.13.3.tar.sign and /dev/null differ diff --git a/git-2.13.3.tar.xz b/git-2.13.3.tar.xz deleted file mode 100644 index 02952e0..0000000 --- a/git-2.13.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91aa23be428f67eb19616f43fa0229d567e9acf4f08fba33eb0b627e4d323e62 -size 4754532 diff --git a/git-2.14.0.tar.sign b/git-2.14.0.tar.sign new file mode 100644 index 0000000..3a07df5 Binary files /dev/null and b/git-2.14.0.tar.sign differ diff --git a/git-2.14.0.tar.xz b/git-2.14.0.tar.xz new file mode 100644 index 0000000..7bf1777 --- /dev/null +++ b/git-2.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93e6e6a307d2e953cccafd9f4003c62992628fa508d07586476c953c1655975 +size 4790932 diff --git a/git.changes b/git.changes index f0a2f21..87b38e1 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Aug 5 14:23:43 UTC 2017 - astieger@suse.com + +- git 2.14.0: + * Use of an empty string as a pathspec element that is used for + 'everything matches' is deprecated, use '.' + * Avoid blindly falling back to ".git" when the setup sequence + indicates operation not on a Git repository + * "indent heuristics" are now the default. + * Builds with pcre2 + * Many bug fixes, improvements and updates + +------------------------------------------------------------------- +Wed Aug 2 00:34:01 UTC 2017 - astieger@suse.com + +- git 2.13.4: + * Update the character width tables. + * Fix an alias that contained an uppercase letter + * Progress meter fixes + * git gc concurrency fixes + ------------------------------------------------------------------- Thu Jul 13 09:08:26 UTC 2017 - astieger@suse.com diff --git a/git.spec b/git.spec index 62d715d..52113ae 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.13.3 +Version: 2.14.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0 @@ -67,7 +67,7 @@ BuildRequires: libexpat-devel BuildRequires: libgnome-keyring-devel %endif BuildRequires: libopenssl-devel -BuildRequires: pcre-devel +BuildRequires: pcre2-devel BuildRequires: perl-Error BuildRequires: python BuildRequires: sgml-skel @@ -259,7 +259,7 @@ make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \ DESTDIR=$RPM_BUILD_ROOT \ NO_CROSS_DIRECTORY_HARDLINKS=1 \ NO_INSTALL_HARDLINKS=1 \ - USE_LIBPCRE=1 \ + USE_LIBPCRE2=YesPlease \ V=1 \ prefix=%{_prefix} mandir=%{_mandir} \ gitexecdir=%{gitexecdir} \