commit rubygem-haml for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2020-03-07 21:38:16

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new.26092 (New)


Package is "rubygem-haml"

Sat Mar  7 21:38:16 2020 rev:31 rq:773768 version:5.1.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2019-08-06 15:09:39.623798109 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new.26092/rubygem-haml.changes 
2020-03-07 21:38:22.280277529 +0100
@@ -1,0 +2,13 @@
+Mon Feb 10 14:49:06 UTC 2020 - Stephan Kulow 
+
+- updated to version 5.1.2
+ see installed CHANGELOG.md
+
+  ## 5.1.2
+  
+  Released on August 6, 2019
+  ([diff](https://github.com/haml/haml/compare/v5.1.1...v5.1.2)).
+  
+  * Fix crash in some environments such as New Relic by unfreezing string 
literals for ParseNode#inspect. [#1016](https://github.com/haml/haml/pull/1016) 
(thanks [Jalyna](https://github.com/jalyna))
+
+---

Old:

  haml-5.1.1.gem

New:

  haml-5.1.2.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.hFwjGP/_old  2020-03-07 21:38:22.728277831 +0100
+++ /var/tmp/diff_new_pack.hFwjGP/_new  2020-03-07 21:38:22.732277834 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-haml
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-haml
-Version:5.1.1
+Version:5.1.2
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://haml.info/
+URL:http://haml.info/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:An elegant, structured (X)HTML/XML templating engine

++ haml-5.1.1.gem -> haml-5.1.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2019-05-25 04:04:40.0 +0200
+++ new/.travis.yml 2019-08-06 14:35:39.0 +0200
@@ -68,10 +68,6 @@
   gemfile: test/gemfiles/Gemfile.rails-4.1.x
 - rvm: 2.6.3
   gemfile: test/gemfiles/Gemfile.rails-4.2.x
-- rvm: 2.6.3
-  gemfile: test/gemfiles/Gemfile.rails-5.0.x
-- rvm: 2.6.3
-  gemfile: test/gemfiles/Gemfile.rails-5.0.x.erubi
 - rvm: ruby-head
   gemfile: test/gemfiles/Gemfile.rails-4.0.x
 - rvm: ruby-head
@@ -94,6 +90,8 @@
 - rvm: jruby-9.2.7.0
   gemfile: test/gemfiles/Gemfile.rails-5.0.x.erubi
   fast_finish: true
-before_install: gem i rubygems-update -v '<3' && update_rubygems # 
https://github.com/travis-ci/travis-ci/issues/8974
-before_install: gem i bundler -v '<2'
+before_install:
+  - gem i rubygems-update -v '<3' && update_rubygems # 
https://github.com/travis-ci/travis-ci/issues/8974
+  - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
+  - gem i bundler -v '<2'
 script: "bundle exec rake submodules test"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-05-25 04:04:40.0 +0200
+++ new/CHANGELOG.md2019-08-06 14:35:39.0 +0200
@@ -1,11 +1,18 @@
 # Haml Changelog
 
+## 5.1.2
+
+Released on August 6, 2019
+([diff](https://github.com/haml/haml/compare/v5.1.1...v5.1.2)).
+
+* Fix crash in some environments such as New Relic by unfreezing string 
literals for ParseNode#inspect. [#1016](https://github.com/haml/haml/pull/1016) 
(thanks [Jalyna](https://github.com/jalyna))
+
 ## 5.1.1
 
 Released on May 25, 2019
 ([diff](https://github.com/haml/haml/compare/v5.1.0...v5.1.1)).
 
-* Fix NameError bug for that happens on ruby 2.6.1-2.6.3 + haml 5.1.0 + rails 
4.2.x + erubi. (Akira Matsuda)
+* Fix NameError bug that happens on ruby 2.6.1-2.6.3 + haml 5.1.0 + rails < 
5.1 + erubi. (Akira Matsuda)
 
 ## 5.1.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2019-05-25 04:04:40.0 +0200
+++ new/Rakefile2019-08-06 14:35:39.0 +0200
@@ -88,11 +88,7 @@
 end
 
 def gemfiles
-  @gemfiles ||= begin
-Dir[File.dirname(__FILE__) + '/test/gemfiles/Gemfile.*'].
-  reject {|f| f =~ /\.lock$/}.
-  reject 

commit rubygem-haml for openSUSE:Factory

2019-08-06 Thread root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2019-08-06 15:09:37

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new.4126 (New)


Package is "rubygem-haml"

Tue Aug  6 15:09:37 2019 rev:30 rq:717298 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2017-12-07 13:51:54.113500752 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new.4126/rubygem-haml.changes  
2019-08-06 15:09:39.623798109 +0200
@@ -1,0 +2,26 @@
+Fri Jul 19 09:15:36 UTC 2019 - Stephan Kulow 
+
+- updated to version 5.1.1
+ see installed CHANGELOG.md
+
+  ## 5.1.1
+  
+  Released on May 25, 2019
+  ([diff](https://github.com/haml/haml/compare/v5.1.0...v5.1.1)).
+  
+  * Fix NameError bug for that happens on ruby 2.6.1-2.6.3 + haml 5.1.0 + 
rails 4.2.x + erubi. (Akira Matsuda)
+  
+  ## 5.1.0
+  
+  Released on May 16, 2019
+  ([diff](https://github.com/haml/haml/compare/v5.0.4...v5.1.0)).
+  
+  * Rails 6 support [#1008](https://github.com/haml/haml/pull/1008) (thanks 
[Seb Jacobs](https://github.com/sebjacobs))
+  * Add `escape_filter_interpolations` option for backwards compatibility with 
haml 4 defaults [#984](https://github.com/haml/haml/pull/984) (thanks [Will 
Jordan](https://github.com/wjordan))
+  * Fix error on empty :javascript and :css filter blocks 
[#986](https://github.com/haml/haml/pull/986) (thanks [Will 
Jordan](https://github.com/wjordan))
+  * Respect changes in Haml::Options.defaults in `Haml::TempleEngine` options 
(Takashi Kokubun)
+  * Un-freeze TempleEngine precompiled string literals 
[#983](https://github.com/haml/haml/pull/983) (thanks [Will 
Jordan](https://github.com/wjordan))
+  * Various performance/memory improvements 
[#965](https://github.com/haml/haml/pull/965), 
[#966](https://github.com/haml/haml/pull/966), 
[#963](https://github.com/haml/haml/pull/963) (thanks [Dillon 
Welch](https://github.com/oniofchaos))
+  * Enable `frozen_string_literal` magic comment for all .rb files 
[#967](https://github.com/haml/haml/pull/967) (thanks [Dillon 
Welch](https://github.com/oniofchaos))
+
+---

Old:

  haml-5.0.4.gem

New:

  haml-5.1.1.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.Cqbw9J/_old  2019-08-06 15:09:40.711797493 +0200
+++ /var/tmp/diff_new_pack.Cqbw9J/_new  2019-08-06 15:09:40.711797493 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-haml
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-haml
-Version:5.0.4
+Version:5.1.1
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}

++ haml-5.0.4.gem -> haml-5.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-10-13 10:07:03.0 +0200
+++ new/.travis.yml 2019-05-25 04:04:40.0 +0200
@@ -4,14 +4,18 @@
 cache: bundler
 rvm:
   - ruby-head
-  - 2.4.2
-  - 2.3.5
-  - 2.2.8
+  - 2.6.3
+  - 2.5.5
+  - 2.4.6
+  - 2.3.8
+  - 2.2.10
   - 2.1.10
   - 2.0.0
-  - jruby-9.1.12.0
+  - jruby-9.2.7.0
   - rbx-3
 gemfile:
+  - test/gemfiles/Gemfile.rails-6.0.x
+  - test/gemfiles/Gemfile.rails-5.2.x
   - test/gemfiles/Gemfile.rails-5.1.x
   - test/gemfiles/Gemfile.rails-5.0.x
   - test/gemfiles/Gemfile.rails-5.0.x.erubi
@@ -21,6 +25,20 @@
 matrix:
   exclude:
 - rvm: 2.0.0
+  gemfile: test/gemfiles/Gemfile.rails-6.0.x
+- rvm: 2.1.10
+  gemfile: test/gemfiles/Gemfile.rails-6.0.x
+- rvm: 2.2.10
+  gemfile: test/gemfiles/Gemfile.rails-6.0.x
+- rvm: 2.3.8
+  gemfile: test/gemfiles/Gemfile.rails-6.0.x
+- rvm: 2.4.6
+  gemfile: test/gemfiles/Gemfile.rails-6.0.x
+- rvm: 2.0.0
+  gemfile: test/gemfiles/Gemfile.rails-5.2.x
+- rvm: 2.1.10
+  gemfile: test/gemfiles/Gemfile.rails-5.2.x
+- rvm: 2.0.0
   gemfile: test/gemfiles/Gemfile.rails-5.1.x
 - rvm: 2.1.10
   gemfile: test/gemfiles/Gemfile.rails-5.1.x
@@ -32,12 +50,28 @@
   gemfile: 

commit rubygem-haml for openSUSE:Factory

2017-12-07 Thread root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2017-12-07 13:51:51

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is "rubygem-haml"

Thu Dec  7 13:51:51 2017 rev:29 rq:533911 version:5.0.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2017-09-13 22:35:33.487490150 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2017-12-07 13:51:54.113500752 +0100
@@ -1,0 +2,9 @@
+Fri Oct 13 11:42:21 UTC 2017 - mschnit...@suse.com
+
+- updated to version 5.0.4
+  
+  Released on October 13, 2017 (diff).
+* Fix haml -c --stdin regression in 5.0.2. #958 (thanks Timo Göllner)
+* Ruby 2.5 support (it wasn't working due to Ripper API change). (Akira 
Matsuda)
+
+---

Old:

  haml-5.0.3.gem

New:

  haml-5.0.4.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.g12Bo2/_old  2017-12-07 13:51:54.701479338 +0100
+++ /var/tmp/diff_new_pack.g12Bo2/_new  2017-12-07 13:51:54.705479193 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-haml
-Version:5.0.3
+Version:5.0.4
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}

++ haml-5.0.3.gem -> haml-5.0.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-09-07 14:10:32.0 +0200
+++ new/.travis.yml 2017-10-13 10:07:03.0 +0200
@@ -3,9 +3,10 @@
 language: ruby
 cache: bundler
 rvm:
-  - 2.4.1
-  - 2.3.4
-  - 2.2.7
+  - ruby-head
+  - 2.4.2
+  - 2.3.5
+  - 2.2.8
   - 2.1.10
   - 2.0.0
   - jruby-9.1.12.0
@@ -31,14 +32,20 @@
   gemfile: test/gemfiles/Gemfile.rails-5.0.x
 - rvm: 2.1.10
   gemfile: test/gemfiles/Gemfile.rails-5.0.x.erubi
-- rvm: 2.4.1
+- rvm: 2.4.2
   gemfile: test/gemfiles/Gemfile.rails-4.0.x
-- rvm: 2.4.1
+- rvm: 2.4.2
   gemfile: test/gemfiles/Gemfile.rails-4.1.x
-- rvm: 2.4.1
+- rvm: 2.4.2
+  gemfile: test/gemfiles/Gemfile.rails-4.2.x
+- rvm: ruby-head
+  gemfile: test/gemfiles/Gemfile.rails-4.0.x
+- rvm: ruby-head
+  gemfile: test/gemfiles/Gemfile.rails-4.1.x
+- rvm: ruby-head
   gemfile: test/gemfiles/Gemfile.rails-4.2.x
   include:
-- rvm: 2.4.1
+- rvm: 2.4.2
   gemfile: test/gemfiles/Gemfile.rails-edge
   allow_failures:
 - rvm: rbx-3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-07 14:10:32.0 +0200
+++ new/CHANGELOG.md2017-10-13 10:07:03.0 +0200
@@ -1,5 +1,13 @@
 # Haml Changelog
 
+## 5.0.4
+
+Released on October 13, 2017
+([diff](https://github.com/haml/haml/compare/v5.0.3...v5.0.4)).
+
+* Fix `haml -c --stdin` regression in 5.0.2. 
[#958](https://github.com/haml/haml/pull/958) (thanks [Timo 
Göllner](https://github.com/TeaMoe))
+* Ruby 2.5 support (it wasn't working due to Ripper API change). (Akira 
Matsuda)
+
 ## 5.0.3
 
 Released on September 7, 2017
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/haml/attribute_parser.rb 
new/lib/haml/attribute_parser.rb
--- old/lib/haml/attribute_parser.rb2017-09-07 14:10:32.0 +0200
+++ new/lib/haml/attribute_parser.rb2017-10-13 10:07:03.0 +0200
@@ -98,16 +98,16 @@
 all_tokens = Ripper.lex(hash_literal.strip)
 all_tokens = all_tokens[1...-1] || [] # strip tokens for brackets
 
-each_balaned_tokens(all_tokens) do |tokens|
+each_balanced_tokens(all_tokens) do |tokens|
   key   = shift_key!(tokens)
-  value = tokens.map(&:last).join.strip
+  value = tokens.map {|t| t[2] }.join.strip
   block.call(key, value)
 end
   end
 
   # @param [Array] tokens - Ripper tokens
   # @param [Proc] block - that takes balanced Ripper tokens as arguments
-  def each_balaned_tokens(tokens, )
+  def each_balanced_tokens(tokens, )
 attr_tokens = []
 open_tokens = Hash.new { |h, k| h[k] = 0 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/haml/exec.rb new/lib/haml/exec.rb
--- old/lib/haml/exec.rb2017-09-07 14:10:32.0 +0200
+++ new/lib/haml/exec.rb2017-10-13 10:07:03.0 +0200
@@ -338,7 +338,7 @@
 
   def validate_ruby(code)
 begin
-  eval("BEGIN 

commit rubygem-haml for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2017-09-13 22:34:28

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is "rubygem-haml"

Wed Sep 13 22:34:28 2017 rev:28 rq:523493 version:5.0.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2017-08-16 16:12:36.354713323 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2017-09-13 22:35:33.487490150 +0200
@@ -1,0 +2,9 @@
+Thu Sep  7 12:45:54 UTC 2017 - mschnit...@suse.com
+
+- updated to version 5.0.3
+
+  Released on September 7, 2017 (diff).
+* Use String#dump instead of String#inspect to generate string literal. 
(Takashi Kokubun)
+* Fix Erubi superclass mismatch error. #952 (thanks Robin Daugherty) 
+
+---

Old:

  haml-5.0.2.gem

New:

  haml-5.0.3.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.BAfnJx/_old  2017-09-13 22:35:34.075407372 +0200
+++ /var/tmp/diff_new_pack.BAfnJx/_new  2017-09-13 22:35:34.079406809 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-haml
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://haml.info/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:An elegant, structured (X)HTML/XML templating engine
 License:MIT

++ haml-5.0.2.gem -> haml-5.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-08-01 11:00:14.0 +0200
+++ new/.travis.yml 2017-09-07 14:10:32.0 +0200
@@ -13,10 +13,10 @@
 gemfile:
   - test/gemfiles/Gemfile.rails-5.1.x
   - test/gemfiles/Gemfile.rails-5.0.x
+  - test/gemfiles/Gemfile.rails-5.0.x.erubi
   - test/gemfiles/Gemfile.rails-4.2.x
   - test/gemfiles/Gemfile.rails-4.1.x
   - test/gemfiles/Gemfile.rails-4.0.x
-  - test/gemfiles/Gemfile.rails-edge
 matrix:
   exclude:
 - rvm: 2.0.0
@@ -25,14 +25,21 @@
   gemfile: test/gemfiles/Gemfile.rails-5.1.x
 - rvm: 2.0.0
   gemfile: test/gemfiles/Gemfile.rails-5.0.x
+- rvm: 2.0.0
+  gemfile: test/gemfiles/Gemfile.rails-5.0.x.erubi
 - rvm: 2.1.10
   gemfile: test/gemfiles/Gemfile.rails-5.0.x
+- rvm: 2.1.10
+  gemfile: test/gemfiles/Gemfile.rails-5.0.x.erubi
 - rvm: 2.4.1
   gemfile: test/gemfiles/Gemfile.rails-4.0.x
 - rvm: 2.4.1
   gemfile: test/gemfiles/Gemfile.rails-4.1.x
 - rvm: 2.4.1
   gemfile: test/gemfiles/Gemfile.rails-4.2.x
+  include:
+- rvm: 2.4.1
+  gemfile: test/gemfiles/Gemfile.rails-edge
   allow_failures:
 - rvm: rbx-3
 - gemfile: test/gemfiles/Gemfile.rails-edge
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-08-01 11:00:14.0 +0200
+++ new/CHANGELOG.md2017-09-07 14:10:32.0 +0200
@@ -1,16 +1,24 @@
 # Haml Changelog
 
+## 5.0.3
+
+Released on September 7, 2017
+([diff](https://github.com/haml/haml/compare/v5.0.2...v5.0.3)).
+
+* Use `String#dump` instead of `String#inspect` to generate string literal. 
(Takashi Kokubun)
+* Fix Erubi superclass mismatch error. 
[#952](https://github.com/haml/haml/pull/952) (thanks [Robin 
Daugherty](https://github.com/RobinDaugherty))
+
 ## 5.0.2
 
 Released on August 1, 2017
-([diff](https://github.com/haml/haml/compare/v5.0.2...v5.0.1)).
+([diff](https://github.com/haml/haml/compare/v5.0.1...v5.0.2)).
 
 * Let `haml -c` fail if generated Ruby code is syntax error. 
[#880](https://github.com/haml/haml/issues/880) (Takashi Kokubun)
 * Fix `NoMethodError` bug caused with Sprockets 3 and :sass filter. 
[#930](https://github.com/haml/haml/pull/930) (thanks [Gonzalez 
Maximiliano](https://github.com/emaxi))
 * Fix `list_of` helper with multi-line content. 
[#933](https://github.com/haml/haml/pull/933) (thanks [Benoit 
Larroque](https://github.com/zetaben))
 * Optimize rendering performance by changing timing to fix textareas. 
[#941](https://github.com/haml/haml/pull/941) (Takashi Kokubun)
 * Fix `TypeError` with empty :ruby filter. 
[#942](https://github.com/haml/haml/pull/942) (Takashi Kokubun)
-* Fix inconsitent attribute sort order. (Takashi Kokubun)
+* Fix inconsistent attribute sort order. (Takashi 

commit rubygem-haml for openSUSE:Factory

2017-08-16 Thread root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2017-08-16 16:12:23

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is "rubygem-haml"

Wed Aug 16 16:12:23 2017 rev:27 rq:514551 version:5.0.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2017-06-08 15:01:46.001493184 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2017-08-16 16:12:36.354713323 +0200
@@ -1,0 +2,18 @@
+Thu Aug  3 19:20:50 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.2
+ see installed CHANGELOG.md
+
+  ## 5.0.2
+  
+  Released on August 1, 2017
+  ([diff](https://github.com/haml/haml/compare/v5.0.2...v5.0.1)).
+  
+  * Let `haml -c` fail if generated Ruby code is syntax error. 
[#880](https://github.com/haml/haml/issues/880) (Takashi Kokubun)
+  * Fix `NoMethodError` bug caused with Sprockets 3 and :sass filter. 
[#930](https://github.com/haml/haml/pull/930) (thanks [Gonzalez 
Maximiliano](https://github.com/emaxi))
+  * Fix `list_of` helper with multi-line content. 
[#933](https://github.com/haml/haml/pull/933) (thanks [Benoit 
Larroque](https://github.com/zetaben))
+  * Optimize rendering performance by changing timing to fix textareas. 
[#941](https://github.com/haml/haml/pull/941) (Takashi Kokubun)
+  * Fix `TypeError` with empty :ruby filter. 
[#942](https://github.com/haml/haml/pull/942) (Takashi Kokubun)
+  * Fix inconsitent attribute sort order. (Takashi Kokubun)
+
+---

Old:

  haml-5.0.1.gem

New:

  haml-5.0.2.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.8HLPK0/_old  2017-08-16 16:12:37.530548274 +0200
+++ /var/tmp/diff_new_pack.8HLPK0/_new  2017-08-16 16:12:37.538547150 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-haml
-Version:5.0.1
+Version:5.0.2
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}

++ haml-5.0.1.gem -> haml-5.0.2.gem ++
 4258 lines of diff (skipped)




commit rubygem-haml for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2017-06-08 15:01:44

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is "rubygem-haml"

Thu Jun  8 15:01:44 2017 rev:26 rq:497715 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2015-08-21 07:40:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2017-06-08 15:01:46.001493184 +0200
@@ -1,0 +2,69 @@
+Tue May 23 09:57:09 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.1
+ see installed CHANGELOG.md
+
+  ## 5.0.1
+  
+  Released on May 3, 2017
+  ([diff](https://github.com/haml/haml/compare/v5.0.0...v5.0.1)).
+  
+  * Fix parsing attributes including string interpolation. 
[#917](https://github.com/haml/haml/pull/917) 
[#921](https://github.com/haml/haml/issues/921)
+  * Stop distributing test files in gem package and allow installing on 
Windows.
+  * Use ActionView's Erubi/Erubis handler for erb filter only on ActionView. 
[#914](https://github.com/haml/haml/pull/914)
+  
+  ## 5.0.0
+  
+  Released on April 26, 2017
+  ([diff](https://github.com/haml/haml/compare/4.0.7...v5.0.0)).
+  
+  Breaking Changes
+  
+  * Haml now requires Ruby 2.0.0 or above.
+  * Rails 3 is no longer supported, matching the official
+[Maintenance Policy for Ruby on 
Rails](http://weblog.rubyonrails.org/2013/2/24/maintenance-policy-for-ruby-on-rails/).
+(Tee Parham)
+  * The `haml` command's debug option (`-d`) no longer executes the Haml code, 
but
+rather checks the generated Ruby syntax for errors.
+  * Drop parser/compiler accessor from `Haml::Engine`. Modify 
`Haml::Engine#initialize` options
+or `Haml::Template.options` instead. (Takashi Kokubun)
+  * Drop dynamic quotes support and always escape `'` for 
`escape_html`/`escape_attrs` instead.
+Also, escaped results are slightly changed and always unified to the same 
characters. (Takashi Kokubun)
+  * Don't preserve newlines in attributes. (Takashi Kokubun)
+  * HTML escape interpolated code in filters.
+[#770](https://github.com/haml/haml/pull/770)
+(Matt Wildig)
+  
+  :javascript
+#{JSON.generate(foo: "bar")}
+  Haml 4 output: {"foo":"bar"}
+  Haml 5 output: {foo:bar}
+  
+  Added
+  
+  * Add a tracing option. When enabled, Haml will output a data-trace 
attribute on each tag showing the path
+to the source Haml file from which it was generated. Thanks [Alex 
Babkin](https://github.com/ababkin).
+  * Add `haml_tag_if` to render a block, conditionally wrapped in another 
element (Matt Wildig)
+  * Support Rails 5.1 Erubi template handler.
+  * Support Sprockets 3. Thanks [Sam Davies](https://github.com/samphilipd) 
and [Jeremy Venezia](https://github.com/jvenezia).
+  * General performance and memory usage improvements. (Akira Matsuda)
+  * Analyze attribute values by Ripper and render static attributes 
beforehand. (Takashi Kokubun)
+  * Optimize attribute rendering about 3x faster. (Takashi Kokubun)
+  * Add temple gem as dependency and create `Haml::TempleEngine` class.
+Some methods in `Haml::Compiler` are migrated to `Haml::TempleEngine`. 
(Takashi Kokubun)
+  
+  Fixed
+  
+  * Fix for attribute merging. When an attribute method (or literal nested 
hash)
+was used in an old style attribute hash and there is also a (non-static) 
new
+style hash there is an error. The fix can result in different behavior in
+some circumstances. See the [commit 
message](https://github.com/haml/haml/tree/e475b015d3171fb4c4f140db304f7970c787d6e3)
+for detailed info. (Matt Wildig)
+  * Make escape_once respect hexadecimal references. (Matt Wildig)
+  * Don't treat the 'data' attribute specially when merging attribute hashes. 
(Matt Wildig and Norman Clarke)
+  * Fix #@foo and #$foo style interpolation that was not working in html_safe 
mode. (Akira Matsuda)
+  * Allow `@` as tag's class name. Thanks [Joe 
Bartlett](https://github.com/redoPop).
+  * Raise `Haml::InvalidAttributeNameError` when attribute name includes 
invalid characters. (Takashi Kokubun)
+  * Don't ignore unexpected exceptions on initializing 
`ActionView::OutputBuffer`. (Takashi Kokubun)
+
+---

Old:

  haml-4.0.7.gem

New:

  haml-5.0.1.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.wFDkkb/_old  2017-06-08 15:01:46.929362233 +0200
+++ /var/tmp/diff_new_pack.wFDkkb/_new  2017-06-08 15:01:46.933361669 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-haml
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, 

commit rubygem-haml for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2015-08-21 07:40:40

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2015-02-11 16:45:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2015-08-21 07:40:47.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug 11 04:30:03 UTC 2015 - co...@suse.com
+
+- updated to version 4.0.7
+ see installed CHANGELOG.md
+
+  ## 4.0.7
+  
+  Released on August 10, 2015
+  ([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)).
+  
+  * Significantly improve performance of regexp used to fix whitespace 
handling in textareas (thanks [Stan Hu](https://github.com/stanhu)).
+
+---

Old:

  haml-4.0.6.gem

New:

  haml-4.0.7.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.cJi6LT/_old  2015-08-21 07:40:47.0 +0200
+++ /var/tmp/diff_new_pack.cJi6LT/_new  2015-08-21 07:40:47.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-haml
-Version:4.0.6
+Version:4.0.7
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}

++ haml-4.0.6.gem - haml-4.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-12-01 14:20:18.0 +0100
+++ new/CHANGELOG.md2015-08-10 16:51:10.0 +0200
@@ -1,5 +1,12 @@
 # Haml Changelog
 
+## 4.0.7
+
+Released on August 10, 2015
+([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)).
+
+* Significantly improve performance of regexp used to fix whitespace handling 
in textareas (thanks [Stan Hu](https://github.com/stanhu)).
+
 ## 4.0.6
 
 Released on Dec 1, 2014 
([diff](https://github.com/haml/haml/compare/4.0.5...4.0.6)).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/REFERENCE.md new/REFERENCE.md
--- old/REFERENCE.md2014-12-01 14:20:18.0 +0100
+++ new/REFERENCE.md2015-08-10 16:51:10.0 +0200
@@ -329,7 +329,7 @@
 /html
 
 You can use as many such attribute methods as you want by separating them with
-commas, like a Ruby argument list. All the hashes will me merged together, from
+commas, like a Ruby argument list. All the hashes will be merged together, from
 left to right. For example, if you defined
 
 def hash1
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/haml/buffer.rb new/lib/haml/buffer.rb
--- old/lib/haml/buffer.rb  2014-12-01 14:20:18.0 +0100
+++ new/lib/haml/buffer.rb  2015-08-10 16:51:10.0 +0200
@@ -270,16 +270,16 @@
 # @since Haml 4.0.1
 # @private
 def fix_textareas!(input)
-  pattern = /([ ]*)(textarea)([^]*)(\n|#x000A;)(.*?)(\/\2)/im
+  pattern = /(textarea)([^]*)(\n|#x000A;)(.*?)\/textarea/im
   input.gsub!(pattern) do |s|
 match = pattern.match(s)
-content = match[5]
-if match[4] == '#x000A;'
+content = match[4]
+if match[3] == '#x000A;'
   content.sub!(/\A /, '#x0020;')
 else
   content.sub!(/\A[ ]*/, '')
 end
-#{match[1]}#{match[2]}#{match[3]}\n#{content}/#{match[2]}
+#{match[1]}#{match[2]}\n#{content}/#{match[1]}
   end
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/haml/version.rb new/lib/haml/version.rb
--- old/lib/haml/version.rb 2014-12-01 14:20:18.0 +0100
+++ new/lib/haml/version.rb 2015-08-10 16:51:10.0 +0200
@@ -1,3 +1,3 @@
 module Haml
-  VERSION = 4.0.6
+  VERSION = '4.0.7'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2014-12-01 14:20:18.0 +0100
+++ new/metadata2015-08-10 16:51:10.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: haml
 version: !ruby/object:Gem::Version
-  version: 4.0.6
+  version: 4.0.7
 platform: ruby
 authors:
 - Nathan Weizenbaum
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-12-01 00:00:00.0 Z
+date: 2015-08-10 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: tilt
@@ -136,6 +136,12 @@
 - test/gemfiles/Gemfile.rails-3.1.x
 - test/gemfiles/Gemfile.rails-3.2.x
 - 

commit rubygem-haml for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2015-02-11 16:45:36

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2014-10-08 22:14:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2015-02-11 16:45:38.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  9 08:06:34 UTC 2015 - co...@suse.com
+
+- updated to version 4.0.6
+ * Fix warning on Ruby 1.8.7 regexp has invalid interval (thanks [Elia 
Schito](https://github.com/elia)).
+
+---

Old:

  haml-4.0.5.gem

New:

  gem2rpm.yml
  haml-4.0.6.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.40dl14/_old  2015-02-11 16:45:38.0 +0100
+++ /var/tmp/diff_new_pack.40dl14/_new  2015-02-11 16:45:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-haml
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,18 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-haml
-Version:4.0.5
+Version:4.0.6
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://haml.info/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:An elegant, structured (X)HTML/XML templating engine
 License:MIT
 Group:  Development/Languages/Ruby

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ haml-4.0.5.gem - haml-4.0.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-01-07 16:06:40.0 +0100
+++ new/CHANGELOG.md2014-12-01 14:20:18.0 +0100
@@ -1,6 +1,12 @@
 # Haml Changelog
 
-===
+## 4.0.6
+
+Released on Dec 1, 2014 
([diff](https://github.com/haml/haml/compare/4.0.5...4.0.6)).
+
+
+* Fix warning on Ruby 1.8.7 regexp has invalid interval (thanks [Elia 
Schito](https://github.com/elia)).
+
 ## 4.0.5
 
 Released on Jan 7, 2014 
([diff](https://github.com/haml/haml/compare/4.0.4...4.0.5)).
Files old/checksums.yaml.gz and 

commit rubygem-haml for openSUSE:Factory

2014-10-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2014-10-08 22:13:59

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2014-02-21 14:26:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2014-10-08 22:14:12.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 30 11:58:40 UTC 2014 - mrueck...@suse.de
+
+- update to new packaging scheme
+
+---



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.bKulKb/_old  2014-10-08 22:14:13.0 +0200
+++ /var/tmp/diff_new_pack.bKulKb/_new  2014-10-08 22:14:13.0 +0200
@@ -15,25 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   rubygem-haml
 Version:4.0.5
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 40005
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
+BuildRequires:  %{ruby}
+BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  update-alternatives
 Url:http://haml.info/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:An elegant, structured (X)HTML/XML templating engine
-License:MIT and WTFPL and GPL-2.0 and Artistic-2.0
+License:MIT
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
-# MANUAL License
 
 %description
 Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML
@@ -45,68 +42,16 @@
 Rails,
 but it can function as a stand-alone templating engine.
 
-%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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-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 -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/haml{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/haml
-ln -s %{_sysconfdir}/alternatives/haml %{buildroot}%{_bindir}/haml
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/haml haml %{_bindir}/haml%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove haml %{_bindir}/haml%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/haml%{mod_branch}
-%{_bindir}/haml
-%ghost %{_sysconfdir}/alternatives/haml
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_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}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md MIT-LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2014-02-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2014-02-21 14:26:04

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2014-01-23 15:55:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2014-02-21 14:26:05.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 20 13:34:26 UTC 2014 - co...@suse.com
+
+- remove SUSE prefix from license
+
+---



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.tnCNIa/_old  2014-02-21 14:26:05.0 +0100
+++ /var/tmp/diff_new_pack.tnCNIa/_new  2014-02-21 14:26:05.0 +0100
@@ -30,7 +30,7 @@
 Url:http://haml.info/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:An elegant, structured (X)HTML/XML templating engine
-License:MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
+License:MIT and WTFPL and GPL-2.0 and Artistic-2.0
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 # MANUAL License


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2014-01-23 14:06:51

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2013-11-24 18:12:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2014-01-23 15:55:58.0 +0100
@@ -1,0 +2,10 @@
+Mon Jan 20 09:29:44 UTC 2014 - co...@suse.com
+
+- updated to version 4.0.5
+ * Fix haml_concat appending unescaped HTML after a call to haml_tag.
+ * Fix for bug whereby when HAML :ugly option is true,
+   ActionView::Helpers::CaptureHelper::capture returns the whole view buffer
+   when passed a block that returns nothing (thanks [Mircea
+   Moise](https://github.com/mmircea16)).
+
+---

Old:

  haml-4.0.4.gem

New:

  haml-4.0.5.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.0bZRWf/_old  2014-01-23 15:55:58.0 +0100
+++ /var/tmp/diff_new_pack.0bZRWf/_new  2014-01-23 15:55:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-haml
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,12 +17,12 @@
 
 
 Name:   rubygem-haml
-Version:4.0.4
+Version:4.0.5
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 40004
+%define mod_weight 40005
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
@@ -33,6 +33,7 @@
 License:MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
+# MANUAL License
 
 %description
 Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2013-11-24 18:12:39

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2013-06-05 14:32:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2013-11-24 18:12:40.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 22 08:40:29 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.4
+ * Check for Rails::Railtie rather than Rails (thanks [Konstantin 
Shabanov](https://github.com/etehtsea)).
+ * Parser fix to allow literal '#' with suppress_eval (Matt Wildig).
+ * Helpers#escape_once works on frozen strings (as does
+   ERB::Util.html_escape_once for which it acts as a replacement in
+   Rails (thanks [Patrik Metzmacher](https://github.com/patrik)).
+ * Minor test fix (thanks [Mircea Moise](https://github.com/mmircea16)).
+
+---

Old:

  haml-4.0.3.gem

New:

  haml-4.0.4.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.nVJZFY/_old  2013-11-24 18:12:41.0 +0100
+++ /var/tmp/diff_new_pack.nVJZFY/_new  2013-11-24 18:12:41.0 +0100
@@ -17,20 +17,21 @@
 
 
 Name:   rubygem-haml
-Version:4.0.3
+Version:4.0.4
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 40004
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  update-alternatives
 Url:http://haml.info/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:An elegant, structured (X)HTML/XML templating engine
 License:MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 4
 PreReq: update-alternatives
 
 %description
@@ -69,9 +70,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/haml{,%{mod_branch}}
-ln -s haml%{mod_branch} %{buildroot}%{_bindir}/haml
+touch %{buildroot}%{_sysconfdir}/alternatives/haml
+ln -s %{_sysconfdir}/alternatives/haml %{buildroot}%{_bindir}/haml
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
@@ -88,7 +93,8 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/haml%{mod_branch}
-%ghost %{_bindir}/haml
+%{_bindir}/haml
+%ghost %{_sysconfdir}/alternatives/haml
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2013-06-05 14:32:10

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2013-04-20 17:52:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2013-06-05 14:32:11.0 +0200
@@ -1,0 +2,12 @@
+Fri May 24 08:30:26 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.3
+ * Compatibility with newer versions of Rails's Erubis handler.
+ * Fix Erubis handler for compatibility with Tilt 1.4.x, too.
+ * Small performance optimization for html_escape.
+ (thanks [Lachlan Sylvester](https://github.com/lsylvester))
+ * Documentation fixes.
+ * Documented some helper methods that were left out of the reference.
+ (thanks [Shane Riley](https://github.com/shaneriley))
+
+---

Old:

  haml-4.0.2.gem

New:

  haml-4.0.3.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.NRoGWR/_old  2013-06-05 14:32:12.0 +0200
+++ /var/tmp/diff_new_pack.NRoGWR/_new  2013-06-05 14:32:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-haml
-Version:4.0.2
+Version:4.0.3
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 Summary:An elegant, structured (X)HTML/XML templating engine
 License:MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -4.0.2
+%define mod_branch -%{version}
 %define mod_weight 4
 PreReq: update-alternatives
 
@@ -71,6 +71,9 @@
 %gem_install -f
 mv %{buildroot}%{_bindir}/haml{,%{mod_branch}}
 ln -s haml%{mod_branch} %{buildroot}%{_bindir}/haml
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -83,6 +86,7 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/haml%{mod_branch}
 %ghost %{_bindir}/haml
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2013-04-20 17:52:49

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml, Maintainer is fcaste...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2013-04-02 12:55:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2013-04-20 17:52:51.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 12 07:55:36 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.2
+ * Explicitly require Erubis to work around bug in older versions of Tilt.
+ * Fix :erb filter printing duplicate content in Rails views.
+ (thanks [Jori Hardman](https://github.com/jorihardman))
+ * Replace range with slice to reduce objects created by `capture_haml`.
+ (thanks [Tieg Zaharia](https://github.com/tiegz))
+ * Correct/improve some documentation.
+
+---

Old:

  haml-4.0.1.gem

New:

  haml-4.0.2.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.QH4yKq/_old  2013-04-20 17:52:52.0 +0200
+++ /var/tmp/diff_new_pack.QH4yKq/_new  2013-04-20 17:52:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-haml
-Version:4.0.1
+Version:4.0.2
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 Summary:An elegant, structured (X)HTML/XML templating engine
 License:MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -4.0.1
+%define mod_branch -4.0.2
 %define mod_weight 4
 PreReq: update-alternatives
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2013-04-02 12:55:45

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml, Maintainer is fcaste...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2013-03-11 10:36:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2013-04-02 12:55:46.0 +0200
@@ -1,0 +2,16 @@
+Sat Mar 23 06:29:20 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.1
+ * Remove Rails 3.2.3+ textarea hack in favor of a more general solution.
+ * Fix some performance regressions.
+ * Fix support for Rails 4 `text_area` helper method.
+ * Fix data attribute flattening with singleton objects.
+ (thanks [Alisdair McDiarmid](https://github.com/alisdair))
+ * Fix support for sass-rails 4.0 beta.
+ (thanks [Ryunosuke SATO](https://github.com/tricknotes))
+ * Load haml/template in Railtie in order to prevent user options set in a
+   Rails initializer from being overwritten
+ * Don't depend on Rails in haml/template to allow using Haml with ActionView
+   but without Rails itself. (thanks [Hunter 
Haydel](https://github.com/wedgex))
+
+---

Old:

  haml-4.0.0.gem

New:

  haml-4.0.1.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.6nGfHz/_old  2013-04-02 12:55:48.0 +0200
+++ /var/tmp/diff_new_pack.6nGfHz/_new  2013-04-02 12:55:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-haml
-Version:4.0.0
+Version:4.0.1
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
@@ -25,10 +25,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://haml.info/
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:An elegant, structured (X)HTML/XML templating engine
 License:MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
 Group:  Development/Languages/Ruby
+%define mod_branch -4.0.1
+%define mod_weight 4
+PreReq: update-alternatives
 
 %description
 Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML
@@ -66,10 +69,22 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/haml{,%{mod_branch}}
+ln -s haml%{mod_branch} %{buildroot}%{_bindir}/haml
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/haml haml %{_bindir}/haml%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove haml %{_bindir}/haml%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/haml
+%{_bindir}/haml%{mod_branch}
+%ghost %{_bindir}/haml
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2013-03-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2013-03-11 10:36:40

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml, Maintainer is fcaste...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2012-08-28 20:56:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2013-03-11 10:36:42.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar  3 19:48:29 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.0
+  long list, see CHANGELOG.md
+
+---

Old:

  haml-3.1.7.gem

New:

  haml-4.0.0.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.ueyqeH/_old  2013-03-11 10:36:44.0 +0100
+++ /var/tmp/diff_new_pack.ueyqeH/_new  2013-03-11 10:36:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-haml
 #
-# 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,7 +17,7 @@
 
 
 Name:   rubygem-haml
-Version:3.1.7
+Version:4.0.0
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
@@ -26,18 +26,18 @@
 BuildRequires:  ruby-macros = 1
 Url:http://haml.info/
 Source: %{mod_full_name}.gem
-Summary:An elegant, structured XHTML/XML templating engine
+Summary:An elegant, structured (X)HTML/XML templating engine
 License:MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
 Group:  Development/Languages/Ruby
 
 %description
-Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
-XML
-that's designed to express the structure of XHTML or XML documents
-in a non-repetitive, elegant, easy way,
-using indentation rather than closing tags
-and allowing Ruby to be embedded with ease.
-It was originally envisioned as a plugin for Ruby on Rails,
+Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML
+that's
+designed to express the structure of documents in a non-repetitive, elegant,
+and
+easy way by using indentation rather than closing tags and allowing Ruby to be
+embedded with ease. It was originally envisioned as a plugin for Ruby on
+Rails,
 but it can function as a stand-alone templating engine.
 
 %package doc
@@ -70,7 +70,6 @@
 %files
 %defattr(-,root,root,-)
 %{_bindir}/haml
-%{_bindir}/html2haml
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2012-08-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2012-08-28 20:56:00

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml, Maintainer is fcaste...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2012-07-16 09:49:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2012-08-28 20:56:02.0 +0200
@@ -1,0 +2,14 @@
+Mon Aug 27 12:18:29 UTC 2012 - cfarr...@suse.com
+
+- license update: MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
+  Package is MIT licensed (see MIT license and README.md). However, the
+  sass component under vendors has a GPL license and some of the tests are
+  WTFPL licensed
+
+---
+Sun Aug 26 05:48:23 UTC 2012 - co...@suse.com
+
+- updated to version 3.1.7
+ * relicensed to SUSE-WTFPL-2.0
+
+---

Old:

  haml-3.1.6.gem

New:

  haml-3.1.7.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.4Ci751/_old  2012-08-28 20:56:10.0 +0200
+++ /var/tmp/diff_new_pack.4Ci751/_new  2012-08-28 20:56:10.0 +0200
@@ -17,31 +17,28 @@
 
 
 Name:   rubygem-haml
-Version:3.1.6
+Version:3.1.7
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
-#
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
-Url:http://haml-lang.com/
+BuildRequires:  ruby-macros = 1
+Url:http://haml.info/
 Source: %{mod_full_name}.gem
-#
 Summary:An elegant, structured XHTML/XML templating engine
-License:MIT
+License:MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
 Group:  Development/Languages/Ruby
 
 %description
-  Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
-  that's designed to express the structure of XHTML or XML documents
-  in a non-repetitive, elegant, easy way,
-  using indentation rather than closing tags
-  and allowing Ruby to be embedded with ease.
-  It was originally envisioned as a plugin for Ruby on Rails,
-  but it can function as a stand-alone templating engine.
+Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
+XML
+that's designed to express the structure of XHTML or XML documents
+in a non-repetitive, elegant, easy way,
+using indentation rather than closing tags
+and allowing Ruby to be embedded with ease.
+It was originally envisioned as a plugin for Ruby on Rails,
+but it can function as a stand-alone templating engine.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -61,12 +58,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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2012-07-16 09:48:59

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml, Maintainer is fcaste...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2012-05-14 16:19:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2012-07-16 09:49:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 26 09:50:43 UTC 2012 - co...@suse.com
+
+- update to 3.1.6
+  * fix for the rails 3.2.3 fix to work with rails 3.1
+
+---

Old:

  haml-3.1.5.gem

New:

  haml-3.1.6.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.bPc1F2/_old  2012-07-16 09:49:02.0 +0200
+++ /var/tmp/diff_new_pack.bPc1F2/_new  2012-07-16 09:49:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-haml
-Version:3.1.5
+Version:3.1.6
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2012-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2012-04-17 22:01:32

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml, Maintainer is fcaste...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2012-02-16 10:10:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2012-04-17 22:01:33.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr  9 18:56:46 UTC 2012 - co...@suse.com
+
+- update to 3.1.4
+   Fix the use of FormBuilder#block with a label in Haml.
+   Fix indentation after a self-closing tag with dynamic attributes.
+
+---

Old:

  haml-3.1.3.gem

New:

  haml-3.1.4.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.rU2SMo/_old  2012-04-17 22:01:35.0 +0200
+++ /var/tmp/diff_new_pack.rU2SMo/_new  2012-04-17 22:01:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-haml
 #
-# Copyright (c) 2011 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,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-haml
-Version:3.1.3
+Version:3.1.4
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}
 #
-Group:  Development/Languages/Ruby
-License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -33,6 +31,9 @@
 Source: %{mod_full_name}.gem
 #
 Summary:An elegant, structured XHTML/XML templating engine
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
   Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
   that's designed to express the structure of XHTML or XML documents
@@ -46,6 +47,7 @@
 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.
@@ -54,6 +56,7 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2012-02-16 10:10:00

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is rubygem-haml, Maintainer is fcaste...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2011-09-23 12:44:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2012-02-16 10:10:13.0 +0100
@@ -1,0 +2,11 @@
+Mon Feb 13 10:54:56 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Sun Sep 18 00:29:19 UTC 2011 - mrueck...@suse.de
+
+- update to haml 3.1.3
+  - Fix partial layouts
+
+---

Old:

  haml-3.1.2.gem

New:

  haml-3.1.3.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.yJs2WN/_old  2012-02-16 10:10:14.0 +0100
+++ /var/tmp/diff_new_pack.yJs2WN/_new  2012-02-16 10:10:14.0 +0100
@@ -16,25 +16,23 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-haml
-Version:3.1.2
-Release:1
+Version:3.1.3
+Release:0
 %define mod_name haml
+%define mod_full_name %{mod_name}-%{version}
 #
 Group:  Development/Languages/Ruby
-License:X11 MIT
+License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 #
 Url:http://haml-lang.com/
-Source: %{mod_name}-%{version}.gem
+Source: %{mod_full_name}.gem
 #
 Summary:An elegant, structured XHTML/XML templating engine
-
 %description
   Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
   that's designed to express the structure of XHTML or XML documents
@@ -44,10 +42,23 @@
   It was originally envisioned as a plugin for Ruby on Rails,
   but it can function as a stand-alone templating engine.
 
-%prep
+%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.
 
-%build
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
+%prep
+%build
 %install
 %gem_install %{S:0}
 
@@ -58,9 +69,17 @@
 %defattr(-,root,root,-)
 %{_bindir}/haml
 %{_bindir}/html2haml
-%{_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}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_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}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-haml for openSUSE:Factory

2011-06-17 Thread h_root

Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory
checked in at Fri Jun 17 12:48:26 CEST 2011.




--- rubygem-haml/rubygem-haml.changes   2010-07-09 14:44:02.0 +0200
+++ /mounts/work_src_done/STABLE/rubygem-haml/rubygem-haml.changes  
2011-06-10 07:48:28.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun  9 17:20:12 UTC 2011 - aduff...@novell.com
+
+- update to haml 3.1.2
+  - many bugfixes
+  - fix incompatibility with the rails_xss security fix
+
(http://weblog.rubyonrails.org/2011/6/8/potential-xss-vulnerability-in-ruby-on-rails-applications)
+  - Rails 3 support
+  - does not bundle sass anymore, which is now in rubygem-sass
+
+---

calling whatdependson for head-i586


Old:

  haml-3.0.4.gem

New:

  haml-3.1.2.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.oSaGrX/_old  2011-06-17 12:47:56.0 +0200
+++ /var/tmp/diff_new_pack.oSaGrX/_new  2011-06-17 12:47:56.0 +0200
@@ -19,12 +19,12 @@
 
 
 Name:   rubygem-haml
-Version:3.0.4
+Version:3.1.2
 Release:1
 %define mod_name haml
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ ; Other uncritical OpenSource License
+License:X11 MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -33,17 +33,16 @@
 Url:http://haml-lang.com/
 Source: %{mod_name}-%{version}.gem
 #
-Summary:An elegant, structured XHTML/XML templating engine. Comes with 
Sass, a similar CSS templating engine
+Summary:An elegant, structured XHTML/XML templating engine
 
 %description
-Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
-XML that's designed to express the structure of XHTML or XML documents
-in a non-repetitive, elegant, easy way, using indentation rather than
-closing tags and allowing Ruby to be embedded with ease. It was
-originally envisioned as a plugin for Ruby on Rails, but it can
-function as a stand-alone templating engine.
-
-
+  Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
+  that's designed to express the structure of XHTML or XML documents
+  in a non-repetitive, elegant, easy way,
+  using indentation rather than closing tags
+  and allowing Ruby to be embedded with ease.
+  It was originally envisioned as a plugin for Ruby on Rails,
+  but it can function as a stand-alone templating engine.
 
 %prep
 
@@ -59,9 +58,6 @@
 %defattr(-,root,root,-)
 %{_bindir}/haml
 %{_bindir}/html2haml
-%{_bindir}/sass
-%{_bindir}/css2sass
-%{_bindir}/sass-convert
 %{_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






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org