Hello community,

here is the log from the commit of package rubygem-sprockets for 
openSUSE:Factory checked in at 2012-08-04 13:25:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sprockets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sprockets", Maintainer is "[email protected]"

Changes:
--------
New Changes file:

--- /dev/null   2012-08-03 19:43:57.387656292 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sprockets.new/rubygem-sprockets.changes 
2012-08-04 13:25:39.000000000 +0200
@@ -0,0 +1,55 @@
+-------------------------------------------------------------------
+Wed Aug  1 09:11:59 UTC 2012 - [email protected]
+
+- license update: MIT
+  See data/LICENSE
+
+-------------------------------------------------------------------
+Wed Aug  1 05:25:51 UTC 2012 - [email protected]
+
+- no need for the extra suffix, renamed back to rubygem-sprockets
+
+-------------------------------------------------------------------
+Sun Jul 15 11:39:04 UTC 2012 - [email protected]
+
+- update to 2.4.5
+ * Tweaked some logger levels
+ * Canonicalize logical path extensions
+ * Check absolute paths passed to depend_on
+
+-------------------------------------------------------------------
+Sun Jun 10 14:32:41 UTC 2012 - [email protected]
+
+- update to 2.4.3
+ * Exposed :sprockets in sass options
+ * Include dependency paths in asset mtime
+
+-------------------------------------------------------------------
+Tue May  8 05:02:57 UTC 2012 - [email protected]
+
+- update to 2.4.2
+  * Fixed MultiJson feature detect
+
+-------------------------------------------------------------------
+Sat Apr 28 11:46:04 UTC 2012 - [email protected]
+
+- update to 2.4.1
+  * Fixed MultiJson API change
+  * Fixed gzip mtime
+
+-------------------------------------------------------------------
+Wed Apr  4 18:55:53 UTC 2012 - [email protected]
+
+- fork for 2.4 branch
+
+-------------------------------------------------------------------
+Fri Mar 23 10:57:02 UTC 2012 - [email protected]
+
+- Spec file cleanup:
+  * Factory preparation
+
+-------------------------------------------------------------------
+Thu Jan 26 15:55:00 UTC 2012 - [email protected]
+
+- initial package for the 2.1 branch
+

New:
----
  rubygem-sprockets.changes
  rubygem-sprockets.spec
  sprockets-2.4.5.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-sprockets.spec ++++++
#
# spec file for package rubygem-sprockets
#
# 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
# 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/
#


Name:           rubygem-sprockets
Version:        2.4.5
Release:        0
%define mod_name sprockets
%define mod_full_name %{mod_name}-%{version}

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros >= 1
Url:            http://getsprockets.org/
Source:         %{mod_full_name}.gem
Summary:        Rack-based asset packaging system
License:        MIT
Group:          Development/Languages/Ruby

%description
Sprockets is a Rack-based asset packaging system that concatenates and serves
JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.

%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 -f

%files
%defattr(-,root,root,-)
%{_bindir}/sprockets
%{_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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to