#1 Update to mime-types 3.2.2
Merged 4 years ago by pvalena. Opened 4 years ago by pvalena.
rpms/ pvalena/rubygem-mime-types rebase  into  master

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

- mime-types-1.16.gem

- /mime-types-1.19.gem

- /mime-types-1.25.1.gem

- /mime-types-3.1.gem

+ /mime-types-*.gem

file modified
+18 -13
@@ -4,8 +4,8 @@ 

  

  Summary: The mime-types library provides a library

  Name: rubygem-%{gem_name}

- Version: 3.1

- Release: 6%{?dist}

+ Version: 3.2.2

+ Release: 1%{?dist}

  License: MIT

  URL: https://github.com/mime-types/ruby-mime-types/

  Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
@@ -22,11 +22,9 @@ 

  extensions for MIME types, or to use filename extensions to look up the likely

  MIME type definitions.

  Version 3.0 is a major release that requires Ruby 2.0 compatibility and

- removes

- deprecated functions. The columnar registry format introduced in 2.6 has been

- made the primary format; the registry data has been extracted from this

- library

- and put into {mime-types-data}[https://github.com/mime-types/mime-types-data].

+ removes deprecated functions. The columnar registry format introduced

+ in 2.6 has been made the primary format; the registry data has been

+ extracted from this library and put into {mime-types-data}[https://github.com/mime-types/mime-types-data].

  Additionally, mime-types is now licensed exclusively under the MIT licence and

  there is a code of conduct in effect. There are a number of other smaller

  changes described in the History file.
@@ -47,7 +45,6 @@ 

  %build

  

  %install

- rm -rf %{buildroot}

  mkdir -p %{buildroot}%{gem_dir}

  cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/

  
@@ -59,7 +56,12 @@ 

  pushd .%{gem_instdir}

  

  # We don't have these rubygem packages in Fedora yet.

- sed -i '7,11s/^/#/' test/minitest_helper.rb

+ sed -i -e '/^require..minitest-bonus-assertions.$/ s/^/#/' \

+     -e '/^require..minitest\/hooks.$/ s/^/#/' \

+     -e '/^require..minitest\/focus.$/ s/^/#/' \

+     -e '/^require..minitest\/rg.$/ s/^/#/' \

+     -e '/^require..fivemat\/minitest\/autorun.$/ s/^/#/' \

+   test/minitest_helper.rb

  

  # Add assert_has_keys manually not to load minitest-bonus-assertions.

  # https://github.com/halostatue/minitest-bonus-assertions/blob/v2.0/lib/minitest-bonus-assertions.rb#L53-57
@@ -79,7 +81,7 @@ 

  popd

  

  %files

- %license %{gem_instdir}/Licence.rdoc

+ %license %{gem_instdir}/Licence.md

  %dir %{gem_instdir}

  %exclude %{gem_instdir}/.*

  %{gem_libdir}
@@ -87,9 +89,9 @@ 

  %{gem_spec}

  

  %files doc

- %doc %{gem_instdir}/Code-of-Conduct.rdoc

- %doc %{gem_instdir}/Contributing.rdoc

- %doc %{gem_instdir}/History.rdoc

+ %doc %{gem_instdir}/Code-of-Conduct.md

+ %doc %{gem_instdir}/Contributing.md

+ %doc %{gem_instdir}/History.md

  %doc %{gem_instdir}/README.rdoc

  %{gem_instdir}/Rakefile

  %{gem_instdir}/Manifest.txt
@@ -97,6 +99,9 @@ 

  %doc %{gem_docdir}

  

  %changelog

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

+ - Update to mime-types 3.2.2.

+ 

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

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

  

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

- d81cae43778c88988ee8b3cedc03bc84  mime-types-3.1.gem

+ SHA512 (mime-types-3.2.2.gem) = e098df6001ddb53225cf2f48df4e13f2cb9c5e86f64dfaebfba82ed9f1d60149b05069800ea14d1d76554d760169f3c3cb506cc3c789c74da7e1c8df61d67b7c

also enhance .spec and .gitignore files.


To have lastest mime-types in Fedora.

Tested with:
https://src.fedoraproject.org/rpms/rubygem-mime-types-data/pull-request/1

Copr build:
https://copr.fedorainfracloud.org/coprs/pvalena/rubygems/build/977777/

Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=36474214

Checks:

  • Dependent packages: ok
  • Tests run: ok
  • Smoke test: ok
  • rpmlint: ok

Let's merge this after mime-types-data gets built.

Pull-Request has been merged by pvalena

4 years ago