Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package endeavour for openSUSE:Factory 
checked in at 2022-09-22 17:33:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/endeavour (Old)
 and      /work/SRC/openSUSE:Factory/.endeavour.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "endeavour"

Thu Sep 22 17:33:16 2022 rev:1 rq:1005428 version:42.0

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

--- /dev/null   2022-09-22 01:15:49.935626371 +0200
+++ /work/SRC/openSUSE:Factory/.endeavour.new.2275/endeavour.changes    
2022-09-22 17:33:17.613462449 +0200
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Wed Sep  7 14:10:41 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Sync versioned dependencies in spec file with meson.
+
+-------------------------------------------------------------------
+Wed Sep  7 08:13:38 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Initial build for openSUSE

New:
----
  _service
  endeavour-42.0.obscpio
  endeavour.changes
  endeavour.obsinfo
  endeavour.spec

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

Other differences:
------------------
++++++ endeavour.spec ++++++
#
# spec file for package endeavour
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2022 Bj??rn Lie, Bryne, Norway.
#
# 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 https://bugs.opensuse.org/
#


Name:           endeavour
Version:        42.0
Release:        0
Summary:        Personal task manager for GNOME
License:        GPL-3.0-or-later
URL:            https://gitlab.gnome.org/World/Endeavour
Source:         %{name}-%{version}.tar.xz

BuildRequires:  fdupes
BuildRequires:  itstool
BuildRequires:  meson >= 0.53.0
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(gio-2.0) >= 2.43.4
BuildRequires:  pkgconfig(glib-2.0) >= 2.58.0
BuildRequires:  pkgconfig(goa-1.0) >= 3.2.0
BuildRequires:  pkgconfig(gtk4) >= 3.92.0
BuildRequires:  pkgconfig(libadwaita-1) >= 1.2.alpha
BuildRequires:  pkgconfig(libecal-2.0) >= 3.33.2
BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.32.0
BuildRequires:  pkgconfig(libpeas-1.0) >= 1.17
BuildRequires:  pkgconfig(libportal-gtk4)
Obsoletes:      gnome-todo < %{version}
Provides:       gnome-todo = %{version}
Obsoletes:      gnome-todo-lang < %{version}

%description
A intuitive and powerful application to manage your personal tasks.
It uses GNOME technologies and has complete integration with the
GNOME desktop environment.

%package devel
Summary:        Development files for the GNOME task manager

%description devel
A intuitive and powerful application to manage your personal tasks.
It uses GNOME technologies and has complete integration with the
GNOME desktop environment.

This package contains the development files for %{name}.

%lang_package

%prep
%autosetup -p1

%build
# NOTE: We are not building introspection support as that
# introduces a dep on a private lib, last checked ver 41.0
%meson \
        -D introspection=false \
        %{nil}
%meson_build

%install
%meson_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}

%files
%license COPYING
%{_bindir}/%{name}
%{_datadir}/applications/org.gnome.Todo.desktop
%{_datadir}/dbus-1/services/org.gnome.Todo.service
%{_datadir}/glib-2.0/schemas/org.gnome.todo.background.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.todo.gschema.xml
%{_datadir}/help/C/%{name}/
%dir %{_datadir}/icons/hicolor/symbolic/actions
%{_datadir}/icons/hicolor/*/*/*.svg
%{_datadir}/metainfo/org.gnome.Todo.appdata.xml

%files devel
%doc doc/CONTRIBUTING.md doc/HACKING.md README.md
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/%{name}.pc

%files lang -f %{name}.lang

%changelog


++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://gitlab.gnome.org/World/endeavour.git</param>
    <param name="revision">v42.0</param>
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="versionrewrite-pattern">v([0-9\.]*)</param>
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="manual" />
</services>

++++++ endeavour.obsinfo ++++++
name: endeavour
version: 42.0
mtime: 1658912540
commit: 188ef00f6194c1dd36d39279c2d7a5429a68d3f5

Reply via email to