#1 Update to jquery-ui-rails 6.0.1.
Merged 5 years ago by pvalena. Opened 5 years ago by pvalena.
rpms/ pvalena/rubygem-jquery-ui-rails rebase  into  master

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

- /jquery-ui-rails-5.0.0.gem

+ /jquery-ui-rails-*.gem

file modified
+8 -11
@@ -2,8 +2,8 @@ 

  %global gem_name jquery-ui-rails

  

  Name: rubygem-%{gem_name}

- Version: 5.0.0

- Release: 9%{?dist}

+ Version: 6.0.1

+ Release: 1%{?dist}

  Summary: jQuery UI packaged for the Rails asset pipeline

  License: MIT

  URL: https://github.com/joliss/jquery-ui-rails
@@ -27,14 +27,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

- gem build %{gem_name}.gemspec

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

  

  %gem_install

  
@@ -48,9 +44,7 @@ 

  %dir %{gem_instdir}

  %{gem_libdir}

  %exclude %{gem_cache}

- %exclude %{gem_instdir}/.gitignore

- %exclude %{gem_instdir}/.gitmodules

- %exclude %{gem_instdir}/.travis.yml

+ %exclude %{gem_instdir}/.*

  %{gem_spec}

  %license %{gem_instdir}/License.txt

  %{gem_instdir}/app
@@ -64,6 +58,9 @@ 

  %{gem_instdir}/Gemfile

  

  %changelog

+ * Tue Apr 23 2019 Pavel Valena <pvalena@redhat.com> - 6.0.1-1

+ - Update to jquery-ui-rails 6.0.1.

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-9

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

  

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

- 8c247b5bddb014b5f108dca8bfaeb558  jquery-ui-rails-5.0.0.gem

+ SHA512 (jquery-ui-rails-6.0.1.gem) = ec0fd8c15ef9dbdbef01bdaca22fb36251a2ced090ade6859cff7c72e183c3c750fc384fdf757db7160ec1c6426ce84c972cce255c3d42a2bb9ebe5539390485

Rebase to latest version fixes CVE-2019-11358

https://bugzilla.redhat.com/show_bug.cgi?id=1701980


Scratch-build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=34362237

Copr build:
https://copr.fedorainfracloud.org/coprs/build/886916

Checks:

  • tests: none
  • rpmlint: ok
  • dependent packages: ok
  • install: ok
  • syntax: ok
  • require: ok

1 new commit added

  • Enhance .spec and gitignore files
5 years ago

2 new commits added

  • Enhance .spec and gitignore files
  • Update to jquery-ui-rails 6.0.1.
5 years ago

Pull-Request has been merged by pvalena

5 years ago