Hello community,
here is the log from the commit of package rubygem-archive-tar-minitar for
openSUSE:Factory checked in at 2012-12-10 10:11:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-archive-tar-minitar (Old)
and /work/SRC/openSUSE:Factory/.rubygem-archive-tar-minitar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-archive-tar-minitar", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2012-11-30 12:21:47.308011256 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-archive-tar-minitar.new/rubygem-archive-tar-minitar.changes
2012-12-10 10:11:36.000000000 +0100
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Mon Dec 3 13:22:19 UTC 2012 - [email protected]
+
+- license update: GPL-2.0+ or Ruby
+ SPDX format
+
+-------------------------------------------------------------------
+Thu Jun 10 15:01:48 UTC 2010 - [email protected]
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Sat Aug 8 22:54:39 UTC 2009 - [email protected]
+
+- initial package for 0.5.2
+
New:
----
archive-tar-minitar-0.5.2.gem
rubygem-archive-tar-minitar.changes
rubygem-archive-tar-minitar.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-archive-tar-minitar.spec ++++++
#
# spec file for package rubygem-archive-tar-minitar (Version 0.5.2)
#
# Copyright (c) 2009 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rubygem-archive-tar-minitar
Version: 0.5.2
Release: 0
%define mod_name archive-tar-minitar
#
Group: Development/Languages/Ruby
License: GPL-2.0+ or Ruby
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
%rubygems_requires
Requires: ruby >= 1.8.2
BuildRequires: ruby-devel >= 1.8.2
#
Url: http://rubyforge.org/projects/ruwiki/
Source: %{mod_name}-%{version}.gem
#
Summary: Provides POSIX tarchive management from Ruby programs
%description
Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
provides the ability to deal with POSIX tar(1) archive files. The
implementation is based heavily on Mauricio Ferna'ndez's implementation in
rpa-base, but has been reorganised to promote reuse in other projects.
%prep
%build
%install
%gem_install %{S:0}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/minitar
%{_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}/
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]