Hello community,

here is the log from the commit of package rubygem-sexp_processor-3_2 for 
openSUSE:Factory checked in at 2014-09-12 11:28:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sexp_processor-3_2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sexp_processor-3_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sexp_processor-3_2"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-sexp_processor-3_2/rubygem-sexp_processor-3_2.changes
    2012-08-05 00:06:44.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sexp_processor-3_2.new/rubygem-sexp_processor-3_2.changes
       2014-09-12 12:22:53.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Sep 10 13:59:10 UTC 2014 - [email protected]
+
+- added gem2rpm.yml as source
+
+-------------------------------------------------------------------
+Wed Sep 10 09:50:27 UTC 2014 - [email protected]
+
+- added a small scriptlet to fix the shebang line of the test
+  scripts.
+- also added a gem2rpm.yml for later, but did not regenerate the
+  specfile just yet.
+
+-------------------------------------------------------------------

New:
----
  gem2rpm.yml

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

Other differences:
------------------
++++++ rubygem-sexp_processor-3_2.spec ++++++
--- /var/tmp/diff_new_pack.NWb2zc/_old  2014-09-12 12:22:54.000000000 +0200
+++ /var/tmp/diff_new_pack.NWb2zc/_new  2014-09-12 12:22:54.000000000 +0200
@@ -26,6 +26,7 @@
 BuildRequires:  ruby-macros >= 1
 Url:            https://github.com/seattlerb/sexp_processor
 Source:         %{mod_full_name}.gem
+Source1:        gem2rpm.yml
 Summary:        sexp_processor branches from ParseTree bringing all the 
generic sexp processing tools with it
 License:        MIT
 Group:          Development/Languages/Ruby
@@ -61,6 +62,10 @@
 
 %install
 %gem_install -f
+# MANUAL
+perl -p -i -e 's|#!\S+|#!/usr/bin/ruby|g' 
%{buildroot}%{_libdir}/*/gems/*/gems/%{mod_full_name}/test/*
+# /MANUAL
+
 
 %files
 %defattr(-,root,root,-)

++++++ 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
#
---
:post_install: |-
  perl -p -i -e 's|#!\S+|#!/usr/bin/ruby|g' 
%{buildroot}%{_libdir}/*/gems/*/gems/%{mod_full_name}/test/*
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to