Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2017-07-04 13:31:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-hitimes (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-hitimes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-hitimes"

Tue Jul  4 13:31:21 2017 rev:5 rq:507901 version:1.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2017-06-02 10:34:04.109664061 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hitimes.new/rubygem-hitimes.changes     
2017-07-04 13:31:22.319529793 +0200
@@ -1,0 +2,6 @@
+Mon Jul  3 15:46:53 UTC 2017 - mrueck...@suse.de
+
+- add rpmlintrc as we run into rpmlint score limits because of the
+  C source files we ship.
+
+-------------------------------------------------------------------

New:
----
  rubygem-hitimes-rpmlintrc

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

Other differences:
------------------
++++++ rubygem-hitimes.spec ++++++
--- /var/tmp/diff_new_pack.NPKXxU/_old  2017-07-04 13:31:22.879451001 +0200
+++ /var/tmp/diff_new_pack.NPKXxU/_new  2017-07-04 13:31:22.879451001 +0200
@@ -34,8 +34,9 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 Url:            http://github.com/copiousfreetime/hitimes
-Source:         http://rubygems.org/gems/%{mod_full_name}.gem
-Source1:        gem2rpm.yml
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        rubygem-hitimes-rpmlintrc
+Source2:        gem2rpm.yml
 Summary:        A fast, high resolution timer library for recording peformance
 License:        ISC
 Group:          Development/Languages/Ruby
@@ -56,9 +57,6 @@
   --doc-files="HISTORY.md LICENSE README.md" \
   -f
 %gem_cleanup
-# MANUAL
-find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
-# /MANUAL
 
 %gem_packages
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.NPKXxU/_old  2017-07-04 13:31:22.919445373 +0200
+++ /var/tmp/diff_new_pack.NPKXxU/_new  2017-07-04 13:31:22.923444810 +0200
@@ -1,2 +1,74 @@
-:post_install: |-
-  find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
+# ---
+# ## 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:
+# :post_patch:
+#   if you need to fiddle with the source dir before rebuilding the gem
+# ## 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_pkgs:
+#   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
+#
+:sources:
+  - rubygem-hitimes-rpmlintrc

++++++ rubygem-hitimes-rpmlintrc ++++++
addFilter("devel-file-in-non-devel-package")

Reply via email to