rpms/mash/devel .cvsignore, 1.30, 1.31 mash.spec, 1.29, 1.30 sources, 1.32, 1.33

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Wed Jul 23 03:40:42 UTC 2008


Author: notting

Update of /cvs/extras/rpms/mash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12452

Modified Files:
	.cvsignore mash.spec sources 
Log Message:
update to 0.4.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- .cvsignore	16 May 2008 18:51:38 -0000	1.30
+++ .cvsignore	23 Jul 2008 03:39:56 -0000	1.31
@@ -1 +1 @@
-mash-0.3.7.tar.gz
+mash-0.4.0.tar.gz


Index: mash.spec
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/mash.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mash.spec	16 May 2008 18:51:38 -0000	1.29
+++ mash.spec	23 Jul 2008 03:39:56 -0000	1.30
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           mash
-Version:        0.3.7
+Version:        0.4.0
 Release:        1%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
@@ -30,7 +30,7 @@
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 mv $RPM_BUILD_ROOT/%{_bindir}/mash.py $RPM_BUILD_ROOT/%{_bindir}/mash
- 
+mkdir -p $RPM_BUILD_ROOT/var/cache/mash
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -41,8 +41,13 @@
 %{python_sitelib}/mash*
 %{_bindir}/*
 %{_datadir}/mash
+/var/cache/mash
 
 %changelog
+* Tue Jul 22 2008 Bill Nottingham <notting at redhat.com> 0.4.0-1
+- add simple timestamping for profiling usage
+- add support for caching non-local koji repositories
+
 * Fri May 16 2008 Bill Nottingham <notting at redhat.com> 0.3.7-1
 - add F9 updates configuration
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources	16 May 2008 18:51:38 -0000	1.32
+++ sources	23 Jul 2008 03:39:56 -0000	1.33
@@ -1 +1 @@
-48ed5db73ff39139bd686e3c09635272  mash-0.3.7.tar.gz
+1460910cb3b41a8381647dae926b5dfa  mash-0.4.0.tar.gz




More information about the scm-commits mailing list