Hello community, here is the log from the commit of package rubygem-rake-compiler for openSUSE:Factory checked in at 2013-03-11 10:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old) and /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rake-compiler", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes 2012-05-07 22:51:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes 2013-03-11 10:40:34.000000000 +0100 @@ -1,0 +2,14 @@ +Sun Mar 3 19:29:07 UTC 2013 - [email protected] + +- updated to version 0.8.3 + * Bugfixes: + * Support FreeBSD 'mingw32-gcc' cross compiler. Closes #72 [knu] + +------------------------------------------------------------------- +Mon Feb 4 20:25:48 UTC 2013 - [email protected] + +- updated to version 0.8.2 + * Bugfixes: + * Unset CC, LDFLAGS and CPPFLAGS prior cross-compiling. Closes #55 + +------------------------------------------------------------------- Old: ---- rake-compiler-0.8.1.gem New: ---- rake-compiler-0.8.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rake-compiler.spec ++++++ --- /var/tmp/diff_new_pack.CCmauf/_old 2013-03-11 10:40:36.000000000 +0100 +++ /var/tmp/diff_new_pack.CCmauf/_new 2013-03-11 10:40:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-rake-compiler # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,25 +17,18 @@ Name: rubygem-rake-compiler -Version: 0.8.1 +Version: 0.8.3 Release: 0 %define mod_name rake-compiler %define mod_full_name %{mod_name}-%{version} -# -# -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: rubygems_with_buildroot_patch -%rubygems_requires +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: ruby-macros >= 1 Requires: ruby >= 1.8.6 BuildRequires: ruby-devel >= 1.8.6 -# rake >= 0 -BuildRequires: rubygem-rake -Requires: rubygem-rake -# +BuildRequires: rubygem(rdoc) > 3.10 Url: http://github.com/luislavena/rake-compiler Source: %{mod_full_name}.gem -# Summary: Rake-based Ruby Extension (C, Java) task generator License: MIT Group: Development/Languages/Ruby @@ -62,12 +55,14 @@ Test::Unit or RSpec files, useful for developers. %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,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
