Hello community,

here is the log from the commit of package git for openSUSE:Factory
checked in at Thu Apr 21 13:26:30 CEST 2011.



--------
--- git/cgit.changes    2010-12-17 17:53:01.000000000 +0100
+++ /mounts/work_src_done/STABLE/git/cgit.changes       2011-03-28 
18:30:10.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Mar 28 18:26:17 CEST 2011 - [email protected]
+
+- updated to git 1.7.4.2:
+  documentation updates, small bug fixes;
+  see included Documentation/RelNotes/1.7.4.2.txt
+- updated to cgit 0.9:
+  major updates; using git-1.7.4.x
+
+-------------------------------------------------------------------
--- git/git.changes     2011-02-24 17:47:08.000000000 +0100
+++ /mounts/work_src_done/STABLE/git/git.changes        2011-03-28 
18:26:04.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Mar 28 18:18:54 CEST 2011 - [email protected]
+
+- updated to 1.7.4.2:
+ * documentation updates, small bug fixes;
+   see included Documentation/RelNotes/1.7.4.2.txt
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  cgit-0.8.3.3.tar.bz2
  cgit-link-fixes.diff
  cgit_fix_stringlist.patch
  git-1.7.4.1.tar.bz2

New:
----
  cgit-0.9.tar.bz2
  cgit-optflags.diff
  git-1.7.4.2.tar.bz2

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

Other differences:
------------------
++++++ cgit.spec ++++++
--- /var/tmp/diff_new_pack.yd8cvV/_old  2011-04-21 13:25:37.000000000 +0200
+++ /var/tmp/diff_new_pack.yd8cvV/_new  2011-04-21 13:25:37.000000000 +0200
@@ -17,21 +17,20 @@
 
 # norootforbuild
 
-%define git_version    1.7.4.1
+%define git_version    1.7.4.2
 
 Name:           cgit
 Url:            http://hjemli.net/git/cgit/
 License:        GPLv2
 Group:          Development/Libraries/C and C++
 AutoReqProv:    on
-Version:        0.8.3.3
-Release:        5
+Version:        0.9
+Release:        1
 Summary:        A web frontend for git repositories
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        git-%{git_version}.tar.bz2
 Source2:        cgitrc
-Patch0:         cgit-link-fixes.diff
-Patch1:         cgit_fix_stringlist.patch
+Patch:          cgit-optflags.diff
 # Requirements for cgit
 BuildRequires:  git >= 1.7.1
 BuildRequires:  gnu-crypto libopenssl-devel libzip-devel
@@ -50,38 +49,36 @@
 %prep
 %setup -q
 %setup -q -T -D -a 1
+%patch -p1
 rm -rf git
 mv git-%{git_version} git
-%patch0 -p1
-%patch1 -p1
 
 %build
-make
-make man-doc
+make V=1
 
 %install
-make install CGIT_SCRIPT_PATH="%{buildroot}"/srv/www/htdocs/cgit
+make install DESTDIR="%{buildroot}" CGIT_SCRIPT_PATH=/srv/www/htdocs/cgit
+make install-man DESTDIR="%{buildroot}"
 
 mkdir -p "%{buildroot}"/srv/www/cgi-bin/cgit/
 mv "%{buildroot}"/srv/www/{htdocs,cgi-bin}/cgit/cgit.cgi
 
-mkdir -p "%{buildroot}%{_mandir}"/man5/
-cp cgitrc.5 "%{buildroot}%{_mandir}"/man5/cgitrc.5
-
 mkdir -p "%{buildroot}"/etc
 cp %{SOURCE2} "%{buildroot}"/etc/cgitrc
 
 %clean
-make clean
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
+%doc README COPYING
+%doc %{_mandir}/man5/cgitrc.5.gz
 %dir /srv/www/htdocs/cgit
 %dir /srv/www/cgi-bin/cgit
 /srv/www/cgi-bin/cgit/cgit.cgi
 /srv/www/htdocs/cgit/cgit.css
 /srv/www/htdocs/cgit/cgit.png
-%doc %{_mandir}/man5/cgitrc.5.gz
+/usr/lib/cgit
 %config(noreplace) /etc/cgitrc
 
 %changelog

++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.yd8cvV/_old  2011-04-21 13:25:37.000000000 +0200
+++ /var/tmp/diff_new_pack.yd8cvV/_new  2011-04-21 13:25:37.000000000 +0200
@@ -38,7 +38,7 @@
 BuildRequires:  xmlto
 BuildRequires:  python
 BuildRequires:  perl-Error
-Version:        1.7.4.1
+Version:        1.7.4.2
 Release:        1
 Summary:        Fast, scalable, distributed revision control system
 License:        GPLv2+

++++++ cgit-0.8.3.3.tar.bz2 -> cgit-0.9.tar.bz2 ++++++
++++ 4493 lines of diff (skipped)

++++++ cgit-optflags.diff ++++++
---
 Makefile |    1 +
 1 file changed, 1 insertion(+)

--- a/Makefile
+++ b/Makefile
@@ -134,6 +134,7 @@
 
 
 CFLAGS += -g -Wall -Igit
+CFLAGS += $(RPM_OPT_FLAGS)
 CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER)'
 CFLAGS += -DCGIT_VERSION='"$(CGIT_VERSION)"'
 CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"'
++++++ git-1.7.4.1.tar.bz2 -> git-1.7.4.2.tar.bz2 ++++++
++++ 4058 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to