Hello community, here is the log from the commit of package rubygem-cssmin for openSUSE:Factory checked in at 2013-03-21 22:14:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-cssmin (Old) and /work/SRC/openSUSE:Factory/.rubygem-cssmin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-cssmin", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-cssmin/rubygem-cssmin.changes 2012-04-02 10:31:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-cssmin.new/rubygem-cssmin.changes 2013-03-21 22:14:07.000000000 +0100 @@ -1,0 +2,9 @@ +Mon Mar 18 06:11:06 UTC 2013 - [email protected] + +- updated to version 1.0.3 + * Fixed a bug that broke media queries. [Rob] + + * Fixed a bug that caused the input string to be modified when modifications + should only have been made to a copy. + +------------------------------------------------------------------- Old: ---- cssmin-1.0.2.gem New: ---- cssmin-1.0.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-cssmin.spec ++++++ --- /var/tmp/diff_new_pack.RoGUFT/_old 2013-03-21 22:14:07.000000000 +0100 +++ /var/tmp/diff_new_pack.RoGUFT/_new 2013-03-21 22:14:07.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-cssmin # -# 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 @@ -15,24 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: rubygem-cssmin -Version: 1.0.2 +Version: 1.0.3 Release: 0 -License: BSD-3-Clause -Summary: Ruby library for minifying CSS -Url: http://github.com/rgrove/cssmin/ -Group: Development/Languages/Ruby %define mod_name cssmin %define mod_full_name %{mod_name}-%{version} -Source: %{mod_full_name}.gem -BuildRequires: ruby-devel >= 1.8.6 -BuildRequires: rubygems_with_buildroot_patch -Requires: ruby >= 1.8.6 + BuildRoot: %{_tmppath}/%{name}-%{version}-build -%rubygems_requires +BuildRequires: ruby-macros >= 1 +Requires: ruby >= 1.8.6 +BuildRequires: ruby-devel >= 1.8.6 +Url: https://github.com/rgrove/cssmin/ +Source: %{mod_full_name}.gem +Summary: Ruby library for minifying CSS +License: BSD-3-Clause +Group: Development/Languages/Ruby %description -Ruby library for minifying CSS. +Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor. %package doc Summary: RDoc documentation for %{mod_name} @@ -44,9 +45,14 @@ 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 %{SOURCE0} +%gem_install -f %files %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
