Hello community,

here is the log from the commit of package elementary-cmake-modules for 
openSUSE:Factory checked in at 2016-11-24 21:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elementary-cmake-modules (Old)
 and      /work/SRC/openSUSE:Factory/.elementary-cmake-modules.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elementary-cmake-modules"

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

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-cmake-modules.new/elementary-cmake-modules.changes
   2016-11-24 21:22:13.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri May  6 14:27:52 UTC 2016 - mailaen...@opensuse.org
+
+- initial packaging of version 0.1.0.bzr.25
+

New:
----
  _service
  elementary-cmake-modules-0.1.0.bzr.25.tar.xz
  elementary-cmake-modules.changes
  elementary-cmake-modules.spec

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

Other differences:
------------------
++++++ elementary-cmake-modules.spec ++++++
#
# spec file for package elementary-cmake-modules
#
# Copyright (c) 2016 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:           elementary-cmake-modules
Summary:        Elementary CMake modules
License:        GPL-3.0
Group:          Development/Tools/Other
Url:            https://code.launchpad.net/~elementary-os/+junk/cmake-modules
Version:        0.1.0.bzr.25
Release:        0
Source:         %{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
CMake modules shared in Elementary projects.

%prep
%setup -q

%build
%cmake
make

%install
%cmake_install

%files
%defattr(-,root,root,-)
%doc README README.Vala.rst
%{_datadir}/cmake/Modules/*

%changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="localonly">
    <param name="scm">bzr</param>
    <param 
name="url">https://code.launchpad.net/~elementary-os/+junk/cmake-modules</param>
    <param name="filename">elementary-cmake-modules</param>
    <param name="versionprefix">0.1.0.bzr</param>
    <param name="package-meta">yes</param>
  </service>
  <service name="recompress" mode="localonly">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
</services>

Reply via email to