This commit is contained in:
parent
4578dc2844
commit
a3d6aaeb42
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 28 14:21:27 CET 2008 - mmarek@suse.de
|
||||||
|
|
||||||
|
- added libopenssl-devel to BuildRequires to fix build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 9 00:42:47 CET 2008 - schwab@suse.de
|
Wed Jan 9 00:42:47 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
74
git.spec
74
git.spec
@ -11,9 +11,9 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
BuildRequires: asciidoc curl-devel sgml-skel xmlto
|
BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto
|
||||||
Version: 1.5.3.8
|
Version: 1.5.3.8
|
||||||
Release: 1
|
Release: 8
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
@ -230,7 +230,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/bash_completion.d/git
|
/etc/bash_completion.d/git
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 09 2008 - schwab@suse.de
|
* Mon Jan 28 2008 mmarek@suse.de
|
||||||
|
- added libopenssl-devel to BuildRequires to fix build
|
||||||
|
* Wed Jan 09 2008 schwab@suse.de
|
||||||
- Update to version 1.5.3.8.
|
- Update to version 1.5.3.8.
|
||||||
* Some documentation used "email.com" as an example domain.
|
* Some documentation used "email.com" as an example domain.
|
||||||
* git-svn fix to handle funky branch and project names going over
|
* git-svn fix to handle funky branch and project names going over
|
||||||
@ -243,7 +245,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* git-grep used to show the same hit repeatedly for unmerged paths.
|
* git-grep used to show the same hit repeatedly for unmerged paths.
|
||||||
* After amending the patch title in "git-am -i", the command did not
|
* After amending the patch title in "git-am -i", the command did not
|
||||||
report the patch it applied with the updated title.
|
report the patch it applied with the updated title.
|
||||||
* Tue Jan 08 2008 - crrodriguez@suse.de
|
* Tue Jan 08 2008 crrodriguez@suse.de
|
||||||
- git-cvsserver was unusable, it produced a perl failed-compilation error
|
- git-cvsserver was unusable, it produced a perl failed-compilation error
|
||||||
due to missing dependency on perl-DBD-Sqlite.
|
due to missing dependency on perl-DBD-Sqlite.
|
||||||
- update to version 1.5.3.7
|
- update to version 1.5.3.7
|
||||||
@ -275,16 +277,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
produce and gave incorrect results.
|
produce and gave incorrect results.
|
||||||
* Many scripted Porcelains were confused when you happened to have a
|
* Many scripted Porcelains were confused when you happened to have a
|
||||||
file called "HEAD" in your work tree.
|
file called "HEAD" in your work tree.
|
||||||
* Wed Nov 28 2007 - dmueller@suse.de
|
* Wed Nov 28 2007 dmueller@suse.de
|
||||||
- update to 1.5.3.6:
|
- update to 1.5.3.6:
|
||||||
* various smaller bugfixes
|
* various smaller bugfixes
|
||||||
- remove requires on release (#305826)
|
- remove requires on release (#305826)
|
||||||
- install bash completion (#336848)
|
- install bash completion (#336848)
|
||||||
* Tue Oct 09 2007 - dmueller@suse.de
|
* Tue Oct 09 2007 dmueller@suse.de
|
||||||
- update to 1.5.3.4:
|
- update to 1.5.3.4:
|
||||||
* submodule support
|
* submodule support
|
||||||
* many new features and bugfixes
|
* many new features and bugfixes
|
||||||
* Mon Aug 06 2007 - dmueller@suse.de
|
* Tue Aug 07 2007 dmueller@suse.de
|
||||||
- update to 1.5.2.4:
|
- update to 1.5.2.4:
|
||||||
* "git checkout" failed to switch back and forth between
|
* "git checkout" failed to switch back and forth between
|
||||||
branches, one of which has "frotz -> xyzzy" symlink and
|
branches, one of which has "frotz -> xyzzy" symlink and
|
||||||
@ -296,11 +298,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* "git apply --reverse --whitespace=warn" still complained
|
* "git apply --reverse --whitespace=warn" still complained
|
||||||
about whitespaces that a forward application would have
|
about whitespaces that a forward application would have
|
||||||
introduced.
|
introduced.
|
||||||
* Thu Jul 05 2007 - dmueller@suse.de
|
* Thu Jul 05 2007 dmueller@suse.de
|
||||||
- Update to 1.5.2.3:
|
- Update to 1.5.2.3:
|
||||||
* fix many segfaults with the SVN gateway
|
* fix many segfaults with the SVN gateway
|
||||||
* various bugfixes
|
* various bugfixes
|
||||||
* Fri May 18 2007 - dmueller@suse.de
|
* Fri May 18 2007 dmueller@suse.de
|
||||||
- Update to 1.5.1.4:
|
- Update to 1.5.1.4:
|
||||||
* GIT <-> SVN gateway
|
* GIT <-> SVN gateway
|
||||||
* New porcelain, much improved index handling
|
* New porcelain, much improved index handling
|
||||||
@ -309,26 +311,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* packed ref support
|
* packed ref support
|
||||||
* 3-way merges can be done without rcs
|
* 3-way merges can be done without rcs
|
||||||
* python dependency dropped
|
* python dependency dropped
|
||||||
* Sat Nov 18 2006 - pbaudis@suse.cz
|
* Sat Nov 18 2006 pbaudis@suse.cz
|
||||||
- Fix build failure from previous change (trivial omission)
|
- Fix build failure from previous change (trivial omission)
|
||||||
* Fri Nov 17 2006 - pbaudis@suse.cz
|
* Fri Nov 17 2006 pbaudis@suse.cz
|
||||||
- Fix git-arch package containing git-archive and git-upload-archive
|
- Fix git-arch package containing git-archive and git-upload-archive
|
||||||
[#222074]
|
[#222074]
|
||||||
* Fri Nov 17 2006 - pbaudis@suse.cz
|
* Fri Nov 17 2006 pbaudis@suse.cz
|
||||||
- Upgrade to git-1.4.3.4 - only few bugfixes, most importantly
|
- Upgrade to git-1.4.3.4 - only few bugfixes, most importantly
|
||||||
git-apply wouldn't apply creation/deletion patches
|
git-apply wouldn't apply creation/deletion patches
|
||||||
* Tue Nov 07 2006 - ro@suse.de
|
* Tue Nov 07 2006 ro@suse.de
|
||||||
- fix permissions for manpages
|
- fix permissions for manpages
|
||||||
* Sat Oct 28 2006 - meissner@suse.de
|
* Sat Oct 28 2006 meissner@suse.de
|
||||||
- use RPM_OPT_FLAGS also in %%install make
|
- use RPM_OPT_FLAGS also in %%install make
|
||||||
* Thu Oct 26 2006 - pbaudis@suse.cz
|
* Thu Oct 26 2006 pbaudis@suse.cz
|
||||||
- Upgrade to git-1.4.3.3 - bugfixes release
|
- Upgrade to git-1.4.3.3 - bugfixes release
|
||||||
* Thu Oct 19 2006 - pbaudis@suse.cz
|
* Thu Oct 19 2006 pbaudis@suse.cz
|
||||||
- Update to git-1.4.3 - UI improvements, speedups, random new
|
- Update to git-1.4.3 - UI improvements, speedups, random new
|
||||||
features (e.g. git-daemon name-based virtual hosting support),
|
features (e.g. git-daemon name-based virtual hosting support),
|
||||||
basic Git.pm
|
basic Git.pm
|
||||||
- Fixes build failures due to asciidoc incompatibilities
|
- Fixes build failures due to asciidoc incompatibilities
|
||||||
* Tue Jul 25 2006 - pbaudis@suse.cz
|
* Tue Jul 25 2006 pbaudis@suse.cz
|
||||||
- Update to git-1.4.1.1 - includes gitweb, many bugfixes, some
|
- Update to git-1.4.1.1 - includes gitweb, many bugfixes, some
|
||||||
commands are converted from shell to C, aliasing support,
|
commands are converted from shell to C, aliasing support,
|
||||||
documentation improvements and so on.
|
documentation improvements and so on.
|
||||||
@ -336,7 +338,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Pre-create /srv/git for bare Git repositories hosting.
|
- Pre-create /srv/git for bare Git repositories hosting.
|
||||||
- Install gitweb to /srv/www/cgi-bin pre-configured to look
|
- Install gitweb to /srv/www/cgi-bin pre-configured to look
|
||||||
for packages at /srv/git.
|
for packages at /srv/git.
|
||||||
* Mon May 15 2006 - pbaudis@suse.cz
|
* Mon May 15 2006 pbaudis@suse.cz
|
||||||
- Update to git-core-1.3.1 - git-cvsserver pserver interface,
|
- Update to git-core-1.3.1 - git-cvsserver pserver interface,
|
||||||
.git/refs/remotes branches support, blame/annotate tools,
|
.git/refs/remotes branches support, blame/annotate tools,
|
||||||
builtin diff, faster and better rename detection and number
|
builtin diff, faster and better rename detection and number
|
||||||
@ -345,48 +347,48 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
an important bugfix since without this, it is impossible to
|
an important bugfix since without this, it is impossible to
|
||||||
bisect behind kernel linux-v2.6.15-g117a93d.
|
bisect behind kernel linux-v2.6.15-g117a93d.
|
||||||
- Olaf Hering's cutnpaste patch got applied upstream.
|
- Olaf Hering's cutnpaste patch got applied upstream.
|
||||||
* Mon Mar 13 2006 - ro@suse.de
|
* Mon Mar 13 2006 ro@suse.de
|
||||||
- change requires from "openssh-clients" to "openssh"
|
- change requires from "openssh-clients" to "openssh"
|
||||||
(former does not exist)
|
(former does not exist)
|
||||||
* Fri Mar 10 2006 - pbaudis@suse.cz
|
* Fri Mar 10 2006 pbaudis@suse.cz
|
||||||
- Add Olaf Hering's patch for easier cut'n'pasting.
|
- Add Olaf Hering's patch for easier cut'n'pasting.
|
||||||
* Tue Mar 07 2006 - pbaudis@suse.cz
|
* Wed Mar 08 2006 pbaudis@suse.cz
|
||||||
- Update to git-core 1.2.4.
|
- Update to git-core 1.2.4.
|
||||||
- This is a security fix: there was a buffer overflow when checking
|
- This is a security fix: there was a buffer overflow when checking
|
||||||
out a tree with an insanely long symlink. (No Bugzilla id.)
|
out a tree with an insanely long symlink. (No Bugzilla id.)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Jan 17 2006 - pbaudis@suse.cz
|
* Tue Jan 17 2006 pbaudis@suse.cz
|
||||||
- Fix the specfile build (no expat and asciidoc, xmlto problems)
|
- Fix the specfile build (no expat and asciidoc, xmlto problems)
|
||||||
* Mon Jan 16 2006 - pbaudis@suse.cz
|
* Tue Jan 17 2006 pbaudis@suse.cz
|
||||||
- Update to git-core 1.1.3.
|
- Update to git-core 1.1.3.
|
||||||
- Modify the specfile so that it looks more like the stock one.
|
- Modify the specfile so that it looks more like the stock one.
|
||||||
- Split bits to subpackages
|
- Split bits to subpackages
|
||||||
* Sun Dec 04 2005 - schwab@suse.de
|
* Sun Dec 04 2005 schwab@suse.de
|
||||||
- Fix embedded paths.
|
- Fix embedded paths.
|
||||||
* Wed Oct 05 2005 - schwab@suse.de
|
* Thu Oct 06 2005 schwab@suse.de
|
||||||
- Don't build documentation in parallel.
|
- Don't build documentation in parallel.
|
||||||
* Mon Sep 19 2005 - schwab@suse.de
|
* Mon Sep 19 2005 schwab@suse.de
|
||||||
- Update to git-core 0.99.7.
|
- Update to git-core 0.99.7.
|
||||||
- Install manpages.
|
- Install manpages.
|
||||||
* Fri Aug 05 2005 - kasievers@suse.de
|
* Fri Aug 05 2005 kasievers@suse.de
|
||||||
- New version 0.99.3git20050905
|
- New version 0.99.3git20050905
|
||||||
rename git to git-core, to match the upstream package name
|
rename git to git-core, to match the upstream package name
|
||||||
* Sun Jul 03 2005 - kasievers@suse.de
|
* Sun Jul 03 2005 kasievers@suse.de
|
||||||
- New version 0.7git20050703
|
- New version 0.7git20050703
|
||||||
* Thu Jun 30 2005 - kasievers@suse.de
|
* Thu Jun 30 2005 kasievers@suse.de
|
||||||
- New version 20050630
|
- New version 20050630
|
||||||
* Fri Jun 24 2005 - kasievers@suse.de
|
* Fri Jun 24 2005 kasievers@suse.de
|
||||||
- New version 20050624
|
- New version 20050624
|
||||||
* Sun Jun 12 2005 - kay.sievers@suse.de
|
* Sun Jun 12 2005 kay.sievers@suse.de
|
||||||
- New version 20050612
|
- New version 20050612
|
||||||
* Thu Jun 02 2005 - kay.sievers@suse.de
|
* Thu Jun 02 2005 kay.sievers@suse.de
|
||||||
- Split git/Cogito into separate packages
|
- Split git/Cogito into separate packages
|
||||||
- Update git to version 20050602
|
- Update git to version 20050602
|
||||||
* Fri May 20 2005 - schwab@suse.de
|
* Fri May 20 2005 schwab@suse.de
|
||||||
- Use RPM_OPT_FLAGS.
|
- Use RPM_OPT_FLAGS.
|
||||||
- Specfile cleanup.
|
- Specfile cleanup.
|
||||||
* Fri May 20 2005 - mmj@suse.de
|
* Fri May 20 2005 mmj@suse.de
|
||||||
- %%_libdir -> FHS libexec
|
- %%_libdir -> FHS libexec
|
||||||
* Fri May 20 2005 - skh@suse.de
|
* Fri May 20 2005 skh@suse.de
|
||||||
- initial package
|
- initial package
|
||||||
|
Loading…
Reference in New Issue
Block a user