rpms/cgit/devel .cvsignore, 1.2, 1.3 cgit.spec, 1.2, 1.3 sources, 1.2, 1.3 cgit-0.8.1-Makefile-install.patch, 1.1, NONE

Todd M. Zullinger tmz at fedoraproject.org
Mon Feb 2 02:50:40 UTC 2009


Author: tmz

Update of /cvs/pkgs/rpms/cgit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31941

Modified Files:
	.cvsignore cgit.spec sources 
Removed Files:
	cgit-0.8.1-Makefile-install.patch 
Log Message:
Update to 0.8.2

Drop upstreamed Makefile patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cgit/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Jan 2009 21:48:56 -0000	1.2
+++ .cvsignore	2 Feb 2009 02:50:10 -0000	1.3
@@ -1,3 +1,2 @@
-*.rpm
-*.tar.bz2
-clog
+cgit-0.8.2.tar.bz2
+git-1.6.1.1.tar.bz2


Index: cgit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cgit/devel/cgit.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cgit.spec	18 Jan 2009 15:05:39 -0000	1.2
+++ cgit.spec	2 Feb 2009 02:50:10 -0000	1.3
@@ -1,6 +1,6 @@
 # Review bug: https://bugzilla.redhat.com/479723
 
-%define gitver      1.6.0.2
+%define gitver      1.6.1.1
 %define cachedir    %{_localstatedir}/cache/cgit
 %define scriptdir   %{_localstatedir}/www/cgi-bin
 %define cgitdata    %{_datadir}/cgit
@@ -16,20 +16,18 @@
      CGIT_DATA_PATH=%{cgitdata}
 
 Name:           cgit
-Version:        0.8.1
-Release:        2%{?dist}
+Version:        0.8.2
+Release:        1%{?dist}
 Summary:        A fast webinterface for git
 
 Group:          Development/Tools
 License:        GPLv2
 URL:            http://hjemli.net/git/cgit/
-Source0:        http://hjemli.net/git/cgit/snapshot/cgit-0.8.1.tar.bz2
+Source0:        http://hjemli.net/git/cgit/snapshot/%{name}-%{version}.tar.bz2
 Source1:        http://www.kernel.org/pub/software/scm/git/git-%{gitver}.tar.bz2
 Source2:        cgitrc
 Source3:        cgit.httpd
 Source4:        README.SELinux
-# Applied upstream stable branch (4ac89ec and d529c6f)
-Patch0:         cgit-0.8.1-Makefile-install.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %if 0%{?fedora}
@@ -46,7 +44,6 @@
 
 %prep
 %setup -q -a 1
-%patch0 -p1 -b .install
 
 # setup the git dir
 rm -rf git
@@ -84,6 +81,10 @@
 
 
 %changelog
+* Sun Feb 01 2009 Todd Zullinger <tmz at pobox.com> - 0.8.2-1
+- Update to 0.8.2
+- Drop upstreamed Makefile patch
+
 * Sun Jan 18 2009 Todd Zullinger <tmz at pobox.com> - 0.8.1-2
 - Rebuild with new openssl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cgit/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Jan 2009 21:48:56 -0000	1.2
+++ sources	2 Feb 2009 02:50:10 -0000	1.3
@@ -1,2 +1,2 @@
-654850ded01dd2f6b732aa7c1b0856dc  cgit-0.8.1.tar.bz2
-1e4d9bfc1cb0abf165d4de93b5172324  git-1.6.0.2.tar.bz2
+872fafaa1ea6bd9292f312878864b665  cgit-0.8.2.tar.bz2
+d2b6925cb03e1e33911fdf9392946747  git-1.6.1.1.tar.bz2


--- cgit-0.8.1-Makefile-install.patch DELETED ---




More information about the fedora-extras-commits mailing list