Hello community,

here is the log from the commit of package bazel-rules-cc for 
openSUSE:Leap:15.2 checked in at 2020-02-21 10:49:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/bazel-rules-cc (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.bazel-rules-cc.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bazel-rules-cc"

Fri Feb 21 10:49:30 2020 rev:1 rq:775704 version:20190722

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.bazel-rules-cc.new.26092/bazel-rules-cc.changes   
    2020-02-21 10:49:31.402942736 +0100
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Tue Sep 10 09:01:07 UTC 2019 - Michał Rostecki <[email protected]>
+
+- Add rpmlintrc file.
+
+-------------------------------------------------------------------
+Sun Sep  8 21:23:49 UTC 2019 - Michał Rostecki <[email protected]>
+
+- Initial release

New:
----
  _service
  bazel-rules-cc-20190722.obscpio
  bazel-rules-cc-rpmlintrc
  bazel-rules-cc.changes
  bazel-rules-cc.obsinfo
  bazel-rules-cc.spec

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

Other differences:
------------------
++++++ bazel-rules-cc.spec ++++++
#
# spec file for package bazel-rules-cc
#
# 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
# 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/
#


%define src_install_dir /usr/src/%{name}

Name:           bazel-rules-cc
Version:        20190722
Release:        0
Summary:        C++ rules for Bazel
Group:          Development/Tools/Building
License:        Apache-2.0
Url:            https://github.com/bazelbuild/rules_cc
Source0:        %{name}-%{version}.tar.xz
Source1:        %{name}-rpmlintrc
BuildRequires:  fdupes
BuildArch:      noarch

%description
Bazel rules which support building software written in C++.

%package source
Summary:        Source code of bazel-rules-cc
Group:          Development/Sources

%description source
Bazel rules which support building software written in C++.

This package contains source code of bazel-rules-cc.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{src_install_dir}
cp -R * %{buildroot}%{src_install_dir}
fdupes %{buildroot}%{src_install_dir}

%files source
%license LICENSE
%doc README.md
%{src_install_dir}

%changelog

++++++ _service ++++++
<services>
  <service mode="disabled" name="obs_scm">
    <param name="url">https://github.com/bazelbuild/rules_cc</param>
    <param name="scm">git</param>
    <param name="filename">bazel-rules-cc</param>
    <param name="versionformat">%cd</param>
    <param name="revision">b7fe9697c0c76ab2fd431a891dbb9a6a32ed7c3e</param>
  </service>
  <service mode="buildtime" name="tar" />
  <service mode="buildtime" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="buildtime" name="set_version" />
</services>
++++++ bazel-rules-cc-rpmlintrc ++++++
# This is a source package and /usr/src is a correct path to install files.
addFilter("bazel-rules-cc-source.* suse-filelist-forbidden-fhs23")
# fdupes should get rid of all duplicates, for some reason it didn't, but...
# it's a source package, so it's not a big problem
addFilter("bazel-rules-cc-source.* files-duplicate")
++++++ bazel-rules-cc.obsinfo ++++++
name: bazel-rules-cc
version: 20190722
mtime: 1563794242
commit: b7fe9697c0c76ab2fd431a891dbb9a6a32ed7c3e


Reply via email to