Hello community,

here is the log from the commit of package rubygem-sqlite3 for openSUSE:Factory 
checked in at 2014-11-04 17:29:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sqlite3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sqlite3/rubygem-sqlite3.changes  
2014-10-18 09:09:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sqlite3.new/rubygem-sqlite3.changes     
2014-11-04 17:30:15.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov  1 22:46:48 UTC 2014 - tboer...@suse.com
+
+- Removed rpmlinrc file because the warnings have been solved
+
+-------------------------------------------------------------------

Old:
----
  rubygem-sqlite3-rpmlintrc

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

Other differences:
------------------
++++++ rubygem-sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.59Recl/_old  2014-11-04 17:30:16.000000000 +0100
+++ /var/tmp/diff_new_pack.59Recl/_new  2014-11-04 17:30:16.000000000 +0100
@@ -38,8 +38,7 @@
 BuildRequires:  ruby-macros >= 5
 Url:            https://github.com/sparklemotion/sqlite3-ruby
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
-Source1:        rubygem-sqlite3-rpmlintrc
-Source2:        gem2rpm.yml
+Source1:        gem2rpm.yml
 Summary:        This module allows Ruby programs to interface with the SQLite3
 License:        BSD-3-Clause
 Group:          Development/Languages/Ruby
@@ -60,7 +59,7 @@
   -f
 %gem_cleanup
 # MANUAL
-rm -rf 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ext/sqlite3/*.o
+find %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/ -name 
"*.[h|c|o]" -exec rm {} \;
 # /MANUAL
 
 %gem_packages

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.59Recl/_old  2014-11-04 17:30:16.000000000 +0100
+++ /var/tmp/diff_new_pack.59Recl/_new  2014-11-04 17:30:16.000000000 +0100
@@ -1,71 +1,5 @@
-# ---
-# ## 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
-#   BuildRequires: foobar
-#   Requires: foobar
-# ## used by gem2rpm
-# :patches:
-#   foo.patch: -p1
-#   bar.patch: 
-# ## used by gem2rpm
-:sources:
- - rubygem-sqlite3-rpmlintrc
-# :gem_install_args: '....'
 :preamble: |-
   BuildRequires:  sqlite3-devel
-# ## used by gem2rpm
+
 :post_install: |-
-  rm -rf 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ext/sqlite3/*.o
-#   %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
-#
+  find %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/ -name 
"*.[h|c|o]" -exec rm {} \;

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

Reply via email to