#1 Rebase to latest upstream version
Merged 5 years ago by humaton. Opened 5 years ago by humaton.
rpms/ humaton/rubygem-fake_ftp master  into  master

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

  /fake_ftp-0.1.1.gem

+ /fake_ftp-0.3.0.gem

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

  %global gem_name fake_ftp

  

  Name: rubygem-%{gem_name}

- Version: 0.1.1

- Release: 8%{?dist}

+ Version: 0.3.0

+ Release: 1%{?dist}

  Summary: Creates a fake FTP server for use in testing

  Group: Development/Languages

  License: MIT
@@ -50,6 +50,10 @@ 

  rm -f .%{gem_instdir}/.gitignore

  rm -f .%{gem_instdir}/.rspec

  rm -f .%{gem_instdir}/.travis.yml

+ rm -f .%{gem_instdir}/.simplecov

+ rm -f .%{gem_instdir}/.codeclimate.yml

+ rm -f .%{gem_instdir}/.rubocop.yml

+ rm -f .%{gem_instdir}/.rubocop_todo.yml

  

  %install

  mkdir -p %{buildroot}%{gem_dir}
@@ -79,12 +83,16 @@ 

  %{gem_instdir}/spec

  %{gem_instdir}/Rakefile

  %{gem_instdir}/Gemfile

- %{gem_instdir}/Gemfile.lock

  %{gem_instdir}/Guardfile

  %{gem_instdir}/fake_ftp.gemspec

  %doc %{gem_instdir}/CONTRIBUTORS.md

+ %doc %{gem_instdir}/CHANGELOG.md

+ %doc %{gem_instdir}/LICENSE.md

  

  %changelog

+ * Mon Jan 21 2019 TOmas Hrcka <thrcka@redhat.com> - 0.3.0-1

+ - Update to latest upstream release

+ 

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

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

  

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

- 69a222a2d5550d82907d8dbc042af38e  fake_ftp-0.1.1.gem

+ SHA512 (fake_ftp-0.3.0.gem) = 2aa106ff76d42a04863fb0db82b782b6e36d20e686ea5d1c564be32fbebd815e2d2e046e26e4fa71232e87ae523a1b5da7165fa51398b588546d561b0a565c20

Updated sources to 0.3.0,
Removed new .files from the sources,

Pull-Request has been merged by humaton

5 years ago