rpms/rubygem-mixlib-log/F-13 .cvsignore, 1.2, 1.3 rubygem-mixlib-log.spec, 1.1, 1.2 sources, 1.2, 1.3

Matthew Kent mkent at fedoraproject.org
Tue Mar 23 21:06:36 UTC 2010


Author: mkent

Update of /cvs/pkgs/rpms/rubygem-mixlib-log/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17622

Modified Files:
	.cvsignore rubygem-mixlib-log.spec sources 
Log Message:
* Tue Mar 23 2010 Matthew Kent <mkent at magoazul.com> - 1.1.0-1
- New upstream version - moves to jeweler for gem creation.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-mixlib-log/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	15 Oct 2009 06:05:25 -0000	1.2
+++ .cvsignore	23 Mar 2010 21:06:36 -0000	1.3
@@ -1 +1 @@
-mixlib-log-1.0.3.gem
+mixlib-log-1.1.0.gem


Index: rubygem-mixlib-log.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-mixlib-log/F-13/rubygem-mixlib-log.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rubygem-mixlib-log.spec	15 Oct 2009 06:05:25 -0000	1.1
+++ rubygem-mixlib-log.spec	23 Mar 2010 21:06:36 -0000	1.2
@@ -7,8 +7,8 @@
 
 Summary: Ruby mixin for log functionality
 Name: rubygem-%{gemname}
-Version: 1.0.3
-Release: 3%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: ASL 2.0
 URL: http://github.com/opscode/mixlib-log
@@ -50,6 +50,12 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}%{gemdir}
 cp -a .%{gemdir}/* %{buildroot}%{gemdir}/
 
+# Shouldn't be in the gem
+rm %{buildroot}%{geminstdir}/.gitignore
+
+# Already have this in specifications/ - gone > 1.1.0
+rm %{buildroot}%{geminstdir}/mixlib-log.gemspec
+
 %clean
 rm -rf %{buildroot}
 
@@ -70,10 +76,15 @@ rake spec
 
 %files doc
 %defattr(-,root,root,-)
+%doc %{geminstdir}/[A-Z]*
 %{geminstdir}/spec
+%{geminstdir}/features
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Tue Mar 23 2010 Matthew Kent <mkent at magoazul.com> - 1.1.0-1
+- New upstream version - moves to jeweler for gem creation.
+
 * Mon Oct 5 2009 Matthew Kent <mkent at magoazul.com> - 1.0.3-3
 - Missing complete source url (#526181).
 - Remove unused ruby_sitelib macro (#526181).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-mixlib-log/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	15 Oct 2009 06:05:25 -0000	1.2
+++ sources	23 Mar 2010 21:06:36 -0000	1.3
@@ -1 +1 @@
-dc7feaa879fd60b02f1787ffbb8a4cf9  mixlib-log-1.0.3.gem
+e51e9d5c5c3a8b1d9311e8934225cd20  mixlib-log-1.1.0.gem



More information about the scm-commits mailing list