#1 Update to acts_as_list 0.9.16.
Merged 5 years ago by pvalena. Opened 5 years ago by pvalena.
rpms/ pvalena/rubygem-acts_as_list rebase  into  master

file modified
+1 -3
@@ -1,3 +1,1 @@ 

- /acts_as_list-0.4.0.gem

- /acts_as_list-0.7.2.gem

- /acts_as_list-0.9.5.gem

+ /acts_as_list-*.gem

file modified
+7 -14
@@ -2,8 +2,8 @@ 

  %global gem_name acts_as_list

  

  Name: rubygem-%{gem_name}

- Version: 0.9.5

- Release: 4%{?dist}

+ Version: 0.9.16

+ Release: 1%{?dist}

  Summary: A gem allowing a active_record model to act_as_list

  License: MIT

  URL: http://github.com/swanandp/acts_as_list
@@ -32,18 +32,10 @@ 

  Documentation for %{name}.

  

  %prep

- gem unpack %{SOURCE0}

- 

- %setup -q -D -T -n  %{gem_name}-%{version}

- 

- gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec

+ %setup -q -n %{gem_name}-%{version}

  

  %build

- # Create the gem as gem install only works on a gem file

- gem build %{gem_name}.gemspec

- 

- # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir

- # by default, so that we can move it into the buildroot in %%install

+ gem build ../%{gem_name}-%{version}.gemspec

  %gem_install

  

  %install
@@ -52,8 +44,6 @@ 

          %{buildroot}%{gem_dir}/

  

  

- 

- 

  # Run the test suite

  %check

  pushd .%{gem_instdir}
@@ -84,6 +74,9 @@ 

  %{gem_instdir}/%{gem_name}.gemspec

  

  %changelog

+ * Thu Aug 30 2018 Pavel Valena <pvalena@redhat.com> - 0.9.16-1

+ - Update to acts_as_list 0.9.16.

+ 

  * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (acts_as_list-0.9.5.gem) = 6826ad821e889f2ea1ccfb1dd12ce64211e173fcd4970d81ddc6115a8ca08606cc5591cf0f395891cf381f0006b137649072704683134fe68762379b9e22e467

+ SHA512 (acts_as_list-0.9.16.gem) = e01c7814669bfd408a27b37ff88c42adfd52b4001f0e835f134dbb5de8d041d27dc95b3549271ffe81b3b5991e149ff0958f8c14bb59425f29dd1493db474f22

Also enhance .spec and .gitignore files.

Scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=29382432

Checks:

  • Tests: ok
  • rpmlint: ok
  • Dependent packages: ok
  • gem compare: ok

LGTM, but I have not tested the patch.

Pull-Request has been merged by pvalena

5 years ago