Hello community, here is the log from the commit of package rubygem-rdiscount for openSUSE:Factory checked in at 2018-02-07 18:40:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-rdiscount (Old) and /work/SRC/openSUSE:Factory/.rubygem-rdiscount.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rdiscount" Wed Feb 7 18:40:14 2018 rev:1 rq:570381 version:2.2.0.1 Changes: -------- New Changes file: --- /dev/null 2018-01-05 12:14:39.755488130 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-rdiscount.new/rubygem-rdiscount.changes 2018-02-07 18:40:16.443384433 +0100 @@ -0,0 +1,72 @@ +------------------------------------------------------------------- +Sat Oct 8 04:35:40 UTC 2016 - [email protected] + +- updated to version 2.2.0.1 + no changelog found + +------------------------------------------------------------------- +Wed Feb 11 16:14:26 UTC 2015 - [email protected] + +- updated to version 2.1.8 + +------------------------------------------------------------------- +Sun May 18 09:04:44 UTC 2014 - [email protected] + +- updated to version 2.1.7.1 + +------------------------------------------------------------------- +Sun Feb 16 14:00:40 UTC 2014 - [email protected] + +- use new macros + +------------------------------------------------------------------- +Sun Oct 20 12:05:39 UTC 2013 - [email protected] + +- updated to version 2.1.7 + +------------------------------------------------------------------- +Mon Jun 3 19:52:25 UTC 2013 - [email protected] + +- updated to version 2.1.6 + +------------------------------------------------------------------- +Sat May 18 07:42:18 UTC 2013 - [email protected] + +- updated to version 2.0.7.3 + +------------------------------------------------------------------- +Thu Mar 14 17:46:16 UTC 2013 - [email protected] + +- update to version 2.0.7.1 + +------------------------------------------------------------------- +Tue Feb 12 14:09:34 UTC 2013 - [email protected] + +- updated to version 2.0.7 + +------------------------------------------------------------------- +Sun Sep 18 00:17:32 UTC 2011 - [email protected] + +- update to 1.6.8 +- fix license tag: it is BSD4c + +------------------------------------------------------------------- +Mon Jun 14 15:46:54 UTC 2010 - [email protected] + +- update to version 1.6.3.2 + +------------------------------------------------------------------- +Fri Jun 11 10:00:01 UTC 2010 - [email protected] + +- use rubygems_requires macro + +------------------------------------------------------------------- +Fri Dec 25 02:15:44 UTC 2009 - [email protected] + +- update to 1.5.5 + +------------------------------------------------------------------- +Sat Aug 8 21:10:39 UTC 2009 - [email protected] + +- initial package for 1.3.5 + New: ---- gem2rpm.yml rdiscount-2.2.0.1.gem rubygem-rdiscount-rpmlintrc rubygem-rdiscount.changes rubygem-rdiscount.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rdiscount.spec ++++++ # # spec file for package rubygem-rdiscount # # Copyright (c) 2018 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 # 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/ # # # 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-rdiscount Version: 2.2.0.1 Release: 0 %define mod_name rdiscount %define mod_full_name %{mod_name}-%{version} # MANUAL Conflicts: ruby = 1.9.2 # Please comment the ruby-devel build requirements that have the "<" # and ">" operators. Otherwise it won't build. # This is a manual hack until the != operator for ruby gets correctly # translated by gem2rpm # /MANUAL BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ruby-macros >= 5 BuildRequires: %{rubydevel > 1.9.2} BuildRequires: %{rubygem gem2rpm} BuildRequires: update-alternatives Url: http://dafoster.net/projects/rdiscount/ Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: rubygem-rdiscount-rpmlintrc Source2: gem2rpm.yml Summary: Fast Implementation of Gruber's Markdown in C License: BSD-3-Clause Group: Development/Languages/Ruby PreReq: update-alternatives %description Fast Implementation of Gruber's Markdown in C. %prep %build %install %gem_install \ --symlink-binaries \ --doc-files="COPYING README.markdown" \ -f %gem_cleanup %gem_packages %changelog ++++++ 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: BSD-3-Clause # ## 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: |- Conflicts: ruby = 1.9.2 # Please comment the ruby-devel build requirements that have the "<" # and ">" operators. Otherwise it won't build. # This is a manual hack until the != operator for ruby gets correctly # translated by gem2rpm BuildRequires: ruby-devel > 1.9.2 # BuildRequires: foobar # Requires: foobar # ## used by gem2rpm # :patches: # foo.patch: -p1 # bar.patch: # ## used by gem2rpm :sources: - rubygem-rdiscount-rpmlintrc # - 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 # ++++++ rubygem-rdiscount-rpmlintrc ++++++ addFilter("devel-file-in-non-devel-package")
