Hello community,

here is the log from the commit of package git for openSUSE:Factory
checked in at Tue Jun 28 15:13:11 CEST 2011.



--------
--- git/cgit.changes    2011-06-06 16:11:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/git/cgit.changes       2011-06-27 
18:22:26.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 27 18:22:11 CEST 2011 - [email protected]
+
+- updated to git 1.7.6: see git changelog for more details
+
+-------------------------------------------------------------------
--- git/git.changes     2011-06-24 13:00:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/git/git.changes        2011-06-27 
18:22:27.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Jun 27 18:15:30 CEST 2011 - [email protected]
+
+- update to 1.7.6: major update from 1.7.5.x
+ * Similar to branch names, tagnames that begin with "-" are now
+   disallowed.
+ * Simpler handling of a large file depending on core.bigfilethreshold
+   value
+ * A magic pathspec ":/" handling
+ * Some new options and improvements in git-blame, git-commit, git-diff
+   git-grep, git-format-patch, git-merge, git-svn, etc
+ * More prepartaion for i18n/l10n.
+ See Documentation/RelNotes/1.7.6.txt for details.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  git-1.7.5.4.tar.bz2

New:
----
  git-1.7.6.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cgit.spec ++++++
--- /var/tmp/diff_new_pack.nyP0OR/_old  2011-06-28 15:09:37.000000000 +0200
+++ /var/tmp/diff_new_pack.nyP0OR/_new  2011-06-28 15:09:37.000000000 +0200
@@ -17,7 +17,7 @@
 
 # norootforbuild
 
-%define git_version    1.7.5.4
+%define git_version    1.7.6
 
 Name:           cgit
 Url:            http://hjemli.net/git/cgit/
@@ -25,7 +25,7 @@
 Group:          Development/Libraries/C and C++
 AutoReqProv:    on
 Version:        0.9
-Release:        5
+Release:        6
 Summary:        A web frontend for git repositories
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        git-%{git_version}.tar.bz2

++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.nyP0OR/_old  2011-06-28 15:09:37.000000000 +0200
+++ /var/tmp/diff_new_pack.nyP0OR/_new  2011-06-28 15:09:37.000000000 +0200
@@ -38,8 +38,8 @@
 BuildRequires:  xmlto
 BuildRequires:  python
 BuildRequires:  perl-Error
-Version:        1.7.5.4
-Release:        5
+Version:        1.7.6
+Release:        1
 Summary:        Fast, scalable, distributed revision control system
 License:        GPLv2+
 Group:          Development/Tools/Version Control

++++++ completion-wordbreaks.diff ++++++
--- /var/tmp/diff_new_pack.nyP0OR/_old  2011-06-28 15:09:37.000000000 +0200
+++ /var/tmp/diff_new_pack.nyP0OR/_new  2011-06-28 15:09:37.000000000 +0200
@@ -4,9 +4,9 @@
 
 --- a/contrib/completion/git-completion.bash
 +++ b/contrib/completion/git-completion.bash
-@@ -72,10 +72,12 @@
- #       [email protected]
- #
+@@ -77,10 +77,12 @@
+       autoload -U +X bashcompinit && bashcompinit
+ fi
  
 -case "$COMP_WORDBREAKS" in
 -*:*) : great ;;

++++++ git-1.7.5.4.tar.bz2 -> git-1.7.6.tar.bz2 ++++++
++++ 20704 lines of diff (skipped)

++++++ git-nohardlink.diff ++++++
--- /var/tmp/diff_new_pack.nyP0OR/_old  2011-06-28 15:09:39.000000000 +0200
+++ /var/tmp/diff_new_pack.nyP0OR/_new  2011-06-28 15:09:39.000000000 +0200
@@ -6,7 +6,7 @@
 
 --- a/Makefile
 +++ b/Makefile
-@@ -2133,7 +2133,6 @@
+@@ -2252,7 +2252,6 @@
        done && \
        for p in $(BUILT_INS); do \
                $(RM) "$$execdir/$$p" && \

++++++ git-prevent_xss-default.diff ++++++
--- /var/tmp/diff_new_pack.nyP0OR/_old  2011-06-28 15:09:39.000000000 +0200
+++ /var/tmp/diff_new_pack.nyP0OR/_new  2011-06-28 15:09:39.000000000 +0200
@@ -27,7 +27,7 @@
  }
 --- a/gitweb/README
 +++ b/gitweb/README
-@@ -236,8 +236,9 @@
+@@ -131,8 +131,9 @@
   * $prevent_xss
     If true, some gitweb features are disabled to prevent content in
     repositories from launching cross-site scripting (XSS) attacks.  Set this
@@ -41,7 +41,7 @@
     If server load exceed this value then return "503 Service Unavailable" 
error.
 --- a/gitweb/gitweb.perl
 +++ b/gitweb/gitweb.perl
-@@ -162,7 +162,7 @@
+@@ -170,7 +170,7 @@
  
  # Disables features that would allow repository owners to inject script into
  # the gitweb domain.

++++++ git-python-install-fix.diff ++++++
--- /var/tmp/diff_new_pack.nyP0OR/_old  2011-06-28 15:09:39.000000000 +0200
+++ /var/tmp/diff_new_pack.nyP0OR/_new  2011-06-28 15:09:39.000000000 +0200
@@ -16,7 +16,7 @@
        @echo "$(DESTDIR_SQ)$(prefix)/$(PYLIBDIR)"
 --- a/Makefile
 +++ b/Makefile
-@@ -1718,7 +1718,7 @@
+@@ -1800,7 +1800,7 @@
  $(patsubst %.py,%,$(SCRIPT_PYTHON)): % : %.py
        $(QUIET_GEN)$(RM) $@ $@+ && \
        INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C git_remote_helpers -s \


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to