Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package terminology-theme-openSUSE-oliveleaf
for openSUSE:Factory checked in at 2022-02-25 21:25:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terminology-theme-openSUSE-oliveleaf (Old)
and
/work/SRC/openSUSE:Factory/.terminology-theme-openSUSE-oliveleaf.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terminology-theme-openSUSE-oliveleaf"
Fri Feb 25 21:25:14 2022 rev:4 rq:957579 version:20220219.1.26
Changes:
--------
---
/work/SRC/openSUSE:Factory/terminology-theme-openSUSE-oliveleaf/terminology-theme-openSUSE-oliveleaf.changes
2016-07-05 09:52:41.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.terminology-theme-openSUSE-oliveleaf.new.1958/terminology-theme-openSUSE-oliveleaf.changes
2022-02-25 21:25:47.147645954 +0100
@@ -1,0 +2,7 @@
+Fri Feb 25 10:53:56 UTC 2022 - Simon Lees <[email protected]>
+
+- Apparently we lost the changelog, this version works with 1.12
+ Its our old default because we are changing default again soon.
+- Use python3-base instead of python3
+
+-------------------------------------------------------------------
Old:
----
terminology-theme-openSUSE-oliveleaf-20160314.tar.xz
New:
----
terminology-theme-openSUSE-Oliveleaf-20220219.1.26.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ terminology-theme-openSUSE-oliveleaf.spec ++++++
--- /var/tmp/diff_new_pack.0eLgYo/_old 2022-02-25 21:25:47.659646045 +0100
+++ /var/tmp/diff_new_pack.0eLgYo/_new 2022-02-25 21:25:47.663646046 +0100
@@ -1,7 +1,7 @@
#
# spec file for package terminology-theme-openSUSE-oliveleaf
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,44 +12,47 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define theme_name openSUSE-Oliveleaf
+
Name: terminology-theme-openSUSE-oliveleaf
-Version: 20160314
+Version: 20220219.1.26
Release: 0
-Summary: openSUSE theme for Terminology
-License: BSD-2-Clause and LGPL-2.1 and CC-BY-SA-3.0
+Summary: Theme for Terminology
+License: BSD-2-Clause AND LGPL-2.1-only AND CC-BY-SA-3.0
Group: System/X11/Terminals
-Url: https://en.opensuse.org/Portal:Enlightenment
-Source: %{name}-%{version}.tar.xz
+URL: https://en.opensuse.org/Portal:Enlightenment
+Source: terminology-theme-%{theme_name}-%{version}.tar.xz
BuildRequires: ImageMagick
BuildRequires: edje
+BuildRequires: python3-base
Requires: terminology
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Provides: terminology-theme
%description
-openSUSE theme for Terminology
+A old openSUSE theme for Terminology
%prep
-%setup -q
+%setup -q -n terminology-theme-%{theme_name}-%{version}
%build
./build-darkmod.sh --termpkg
-cp terminology/openSUSE-oliveleaf.edj .
-
cp licenses-authors/* .
%install
install -m 0755 -d %{buildroot}%{_datadir}/terminology/themes
-install -m 0644 -t %{buildroot}%{_datadir}/terminology/themes
openSUSE-oliveleaf.edj
+install -m 0644 -t %{buildroot}%{_datadir}/terminology/themes
artifacts/bin-term/openSUSE-Oliveleaf.edj
+install -m 0755 -d %{buildroot}%{_datadir}/terminology/colorschemes
+install -m 0644 -t %{buildroot}%{_datadir}/terminology/colorschemes
artifacts/bin-term/openSUSE-Oliveleaf.eet
%files
%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license AUTHORS COPYING
%{_datadir}/terminology
%changelog