Hello community,

here is the log from the commit of package meson-tools for openSUSE:Factory 
checked in at 2017-05-03 15:56:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/meson-tools (Old)
 and      /work/SRC/openSUSE:Factory/.meson-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "meson-tools"

Wed May  3 15:56:33 2017 rev:1 rq:492296 version:0.1

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

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.meson-tools.new/meson-tools.changes     
2017-05-03 15:56:38.128924053 +0200
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Mon May  1 08:40:33 UTC 2017 - [email protected]
+
+- Update to v0.1 release
+- Package COPYING and README.md
+- Add Url tag
+
+-------------------------------------------------------------------
+Sun Apr 30 17:38:32 UTC 2017 - [email protected]
+
+- Add _service
+- Update to latest master (9f16fe0)
+
+-------------------------------------------------------------------
+Wed Apr 19 22:58:23 UTC 2017 - [email protected]
+
+- Initial
+

New:
----
  _service
  meson-tools-0.1.tar.gz
  meson-tools.changes
  meson-tools.spec

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

Other differences:
------------------
++++++ meson-tools.spec ++++++
#
# spec file for package meson-tools
#
# Copyright (c) 2017 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/
#


Name:           meson-tools
Version:        0.1
Release:        0
Url:            https://github.com/afaerber/meson-tools
Summary:        Utilities for Amlogic SoCs
License:        GPL-2.0+ AND MIT
Group:          System/Boot
Source0:        
https://github.com/afaerber/meson-tools/archive/v%{version}.tar.gz#/meson-tools-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libopenssl-devel
BuildRequires:  pkg-config

%description
Utilities for working with Amlogic "Meson" SoCs

%prep
%setup -q

%build
make %{?_smp_mflags} CFLAGS="$(pkg-config --cflags openssl) %{optflags}" \
                    LDFLAGS="$(pkg-config --libs   openssl)"

%install
install -D -m 755 amlbootsig %{buildroot}%{_bindir}/amlbootsig
install -D -m 755 unamlbootsig %{buildroot}%{_bindir}/unamlbootsig
install -D -m 755 amlinfo %{buildroot}%{_bindir}/amlinfo

%files
%defattr(-,root,root)
%doc COPYING README.md
%{_bindir}/amlbootsig
%{_bindir}/unamlbootsig
%{_bindir}/amlinfo

%changelog

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://github.com/afaerber/meson-tools.git</param>
    <param name="filename">meson-tools</param>
    <param name="versionformat">0.1~git.%cd.%h</param>
    <param name="revision">master</param>
  </service>
  <service name="tar" mode="disabled"/>
  <service name="recompress" mode="disabled">
    <param name="file">*meson-tools-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

Reply via email to