Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2016-04-07 13:36:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2016-03-29 09:54:42.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2016-04-07 
13:36:08.000000000 +0200
@@ -1,0 +2,25 @@
+Sun Apr  3 19:51:56 UTC 2016 - astie...@suse.com
+
+- git 2.8.1:
+  * make rpmbuild target was broken, unused in openSUSE package
+
+-------------------------------------------------------------------
+Fri Apr  1 09:20:24 UTC 2016 - astie...@suse.com
+
+- git 2.8.0
+  * Backward compatibility:
+    + The rsync:// transport has been removed.
+  * various subcommands improvements
+  * various output improvements
+  * improved handling of notes
+  * improved handling of end of line styles
+  * http.proxyAuthMethod configures proxy authentication method
+  * new "<branch>^{/!-<pattern>}" notation
+  * "user.useConfigOnly" configuration variable forces individual
+    project configuration
+  * "git fetch" and friends that make network connections can now be
+    told to only use ipv4 (or ipv6).
+  * http.[<url>.]pinnedpubkey to specify the pinned public key
+  * bug fixes and performance improvements
+   
+-------------------------------------------------------------------

Old:
----
  git-2.7.4.tar.sign
  git-2.7.4.tar.xz

New:
----
  git-2.8.1.tar.sign
  git-2.8.1.tar.xz

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.kNwz38/_old  2016-04-07 13:36:09.000000000 +0200
+++ /var/tmp/diff_new_pack.kNwz38/_new  2016-04-07 13:36:09.000000000 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:           git
-Version:        2.7.4
+Version:        2.8.1
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
 License:        GPL-2.0
@@ -335,7 +335,7 @@
 fi
 
 mkdir -p "%buildroot/%_docdir/git"
-cp -a README COPYING Documentation/*.txt "%buildroot/%_docdir/git/"
+cp -a README.md COPYING Documentation/*.txt "%buildroot/%_docdir/git/"
 %{!?_without_docs: cp -a Documentation/*.html "%buildroot/%_docdir/git/"}
 
 %find_lang %{name}
@@ -364,12 +364,12 @@
 %files
 %defattr(-,root,root)
 %dir %_docdir/%name
-%_docdir/%name/README
+%_docdir/%name/README.md
 
 %files doc
 %defattr(-,root,root)
 %_docdir/%name/
-%exclude %_docdir/%name/README
+%exclude %_docdir/%name/README.md
 
 %files svn
 %defattr(-,root,root)
@@ -458,7 +458,8 @@
 /usr/share/tcsh
 /etc/profile.d/*.csh
 /etc/zsh_completion.d
-%doc README COPYING Documentation/*.txt
+%doc README.md COPYING Documentation/*.txt
+
 %{!?_without_docs: %doc Documentation/*.html Documentation/howto}
 %{!?_without_docs: %doc Documentation/technical}
 

++++++ git-2.7.4.tar.xz -> git-2.8.1.tar.xz ++++++
++++ 105675 lines of diff (skipped)


Reply via email to