rpms/rubygem-activerecord/devel import.log, NONE, 1.1 .cvsignore, 1.6, 1.7 rubygem-activerecord.spec, 1.7, 1.8 sources, 1.6, 1.7

Jeroen van Meeuwen kanarip at fedoraproject.org
Mon Nov 24 13:18:34 UTC 2008


Author: kanarip

Update of /cvs/pkgs/rpms/rubygem-activerecord/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30958/devel

Modified Files:
	.cvsignore rubygem-activerecord.spec sources 
Added Files:
	import.log 
Log Message:
2.2.2-1


--- NEW FILE import.log ---
rubygem-activerecord-2_2_2-1_fc10:HEAD:rubygem-activerecord-2.2.2-1.fc10.src.rpm:1227532664


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activerecord/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	16 Sep 2008 19:10:03 -0000	1.6
+++ .cvsignore	24 Nov 2008 13:18:04 -0000	1.7
@@ -1 +1 @@
-activerecord-2.1.1.gem
+activerecord-2.2.2.gem


Index: rubygem-activerecord.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activerecord/devel/rubygem-activerecord.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rubygem-activerecord.spec	20 Nov 2008 08:49:42 -0000	1.7
+++ rubygem-activerecord.spec	24 Nov 2008 13:18:04 -0000	1.8
@@ -6,8 +6,8 @@
 
 Summary: Implements the ActiveRecord pattern for ORM
 Name: rubygem-%{gemname}
-Version: 2.1.1
-Release: 2%{?dist}
+Version: 2.2.2
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -25,7 +25,6 @@
 Subscription, that can find, save, and destroy themselves without resorting to
 manual SQL.
 
-
 %prep
 
 %build
@@ -36,6 +35,12 @@
 gem install --local --install-dir %{buildroot}%{gemdir} \
             --force --rdoc %{SOURCE0}
 
+# Delete zero-length files
+find %{buildroot}/%{geminstdir} -type f -size 0c -exec rm -rvf {} \;
+
+find %{buildroot}/%{geminstdir}/test/ -name "*.rb" -exec chmod 644 {} \;
+find %{buildroot}/%{geminstdir}/lib/active_record/ -name "*.rb" -exec chmod 644 {} \;
+
 %clean
 rm -rf %{buildroot}
 
@@ -56,6 +61,10 @@
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 %changelog
+* Mon Nov 24 2008 Jeroen van Meeuwen <kanarip at fedoraproject.org> - 2.2.2-1
+- New upstream version
+- Fixed rpmlint errors zero-length files and script-without-shebang
+
 * Thu Nov 20 2008 David Lutterkort <lutter at redhat.com> - 2.1.1-2
 - Do not mark lib/ as doc
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-activerecord/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	16 Sep 2008 19:10:03 -0000	1.6
+++ sources	24 Nov 2008 13:18:04 -0000	1.7
@@ -1 +1 @@
-cd6587eed1b0dc7b559b469eef5b8647  activerecord-2.1.1.gem
+c0856ff382bd0527ceb7b462730fa9f2  activerecord-2.2.2.gem




More information about the scm-commits mailing list