commit rubygem-file-tail for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-file-tail for openSUSE:Factory checked in at 2012-09-06 09:05:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-file-tail (Old) and /work/SRC/openSUSE:Factory/.rubygem-file-tail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-file-tail", Maintainer is "jsrain@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-file-tail/rubygem-file-tail.changes 2012-02-16 10:09:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-file-tail.new/rubygem-file-tail.changes 2012-09-06 09:05:56.000000000 +0200 @@ -1,0 +2,11 @@ +Thu Aug 30 05:41:43 UTC 2012 - coolo@suse.com + +- updated to version 1.0.11 + * Use rewind to force IO#lineno to be reset. + * Reopen file in :top mode at the beginning. + * Support simplecov. + * Use gem_hadar to shorten Rakefile. + * Create a gem spec file again. + * Added a File::Tail::Group to tail multiple files more easily. + +------------------------------------------------------------------- Old: ---- file-tail-1.0.5.gem New: ---- file-tail-1.0.11.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-file-tail.spec ++++++ --- /var/tmp/diff_new_pack.tBHgA5/_old 2012-09-06 09:05:58.000000000 +0200 +++ /var/tmp/diff_new_pack.tBHgA5/_new 2012-09-06 09:05:58.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package rubygem-file-tail (Version 1.0.5) +# spec file for package rubygem-file-tail # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,42 +15,52 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild + Name: rubygem-file-tail -Version: 1.0.5 +Version: 1.0.11 Release: 0 %define mod_name file-tail -# -Group: Development/Languages/Ruby -License: GPL-2.0+ or Ruby -# +%define mod_full_name %{mod_name}-%{version} + BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: rubygems_with_buildroot_patch -%rubygems_requires -BuildRequires: rubygem-spruz >= 0.1.0 -Requires: rubygem-spruz >= 0.1.0 -# -Url: http://flori.github.com/file-tail -Source: %{mod_name}-%{version}.gem -# +BuildRequires: ruby-macros >= 1 +BuildRequires: rubygem(rdoc) > 3.10 +Url: http://github.com/flori/file-tail +Source: %{mod_full_name}.gem Summary: File::Tail for Ruby +License: GPL-2.0 +Group: Development/Languages/Ruby + %description Library to tail files in Ruby +%package doc +Summary: RDoc documentation for %{mod_name} +Group: Development/Languages/Ruby +Requires: %{name} = %{version} + +%description doc +Documentation generated at gem installation time. +Usually in RDoc and RI formats. + %prep +#gem_unpack +#if you need patches, apply them here and replace the # with a % sign in the surrounding lines +#gem_build + %build -%install -%gem_install %{S:0} -%clean -%{__rm} -rf %{buildroot} +%install +%gem_install -f %files %defattr(-,root,root,-) -%{_bindir}/rtail -%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ -%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ +%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem +%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ +%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec + +%files doc +%defattr(-,root,root,-) +%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de