Browse Source

upgrading package: git 2.51.1 -> 2.52.0

master
parent
commit
9f80f9e557
  1. 3
      git/git.patch
  2. 8
      git/git.spec

3
git/git.patch

@ -40,13 +40,12 @@ Index: Makefile
htmldir = $(prefix)/share/doc/git-doc
ETC_GITCONFIG = $(sysconfdir)/gitconfig
ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes
@@ -3541,6 +3541,11 @@
@@ -3541,6 +3541,10 @@
$(INSTALL) -m 644 $(SCRIPT_LIB) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
$(INSTALL) $(INSTALL_STRIP) $(install_bindir_xprograms) '$(DESTDIR_SQ)$(bindir_SQ)'
$(INSTALL) $(BINDIR_PROGRAMS_NO_X) '$(DESTDIR_SQ)$(bindir_SQ)'
+ $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(prefix)/lib'
+ $(INSTALL) -m 644 $(LIB_FILE) '$(DESTDIR_SQ)$(prefix)/lib/libgit.a'
+ $(INSTALL) -m 644 $(XDIFF_LIB) '$(DESTDIR_SQ)$(prefix)/lib/libgit-xdiff.a'
+ $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(prefix)/include/git'
+ for h in $(LIB_H); do b=`echo $$h | sed -e 's;/*[^/][^/]*$$;;'`; $(INSTALL) -d -m 755 $(DESTDIR_SQ)$(prefix)/include/git/$$b; $(INSTALL) -m 644 $$h $(DESTDIR_SQ)$(prefix)/include/git/$$h; done

8
git/git.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE
Group: SCM
License: GPL
Version: 2.51.1
Release: 20251017
Version: 2.52.0
Release: 20251219
# package options
%option with_doc no
@ -73,8 +73,8 @@ PreReq: subversion-perl, perl-sys
%track
prog git = {
version = %{version}
url = http://git-scm.com/downloads
regex = version.>\s*(\d+(\.\d+)+)
url = https://git-scm.com/install/source
regex = git-(\d+(\.\d+)+)\.tar\.gz
}
%prep

Loading…
Cancel
Save