Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package awesome-branding-openSUSE for
openSUSE:Factory checked in at 2021-05-18 18:27:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/awesome-branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "awesome-branding-openSUSE"
Tue May 18 18:27:15 2021 rev:10 rq:894053 version:4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/awesome-branding-openSUSE/awesome-branding-openSUSE.changes
2017-01-11 12:05:02.710523599 +0100
+++
/work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new.2988/awesome-branding-openSUSE.changes
2021-05-18 18:27:44.546624350 +0200
@@ -1,0 +2,6 @@
+Fri May 14 11:30:41 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Add awesome-branding-without-calendar.patch: Disable the calendar
+ widget for now (boo#1182240).
+
+-------------------------------------------------------------------
New:
----
awesome-branding-without-calendar.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ awesome-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.ymdqbe/_old 2021-05-18 18:27:44.990622426 +0200
+++ /var/tmp/diff_new_pack.ymdqbe/_new 2021-05-18 18:27:44.994622408 +0200
@@ -1,7 +1,7 @@
#
# spec file for package awesome-branding-openSUSE
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2012 Togan Muftuoglu <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
# 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/
#
@@ -23,10 +23,11 @@
Version: 4.0
Release: 0
Summary: openSUSE Branding for awesome
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/GUI/Other
-Url: https://github.com/madanyang/awesome-branding-opensuse
+URL: https://github.com/madanyang/awesome-branding-opensuse
Source: %{name}-%{_version}.tar.xz
+Patch0: awesome-branding-without-calendar.patch
BuildRequires: awesome-branding-upstream >= 4.0
Requires: adwaita-icon-theme
Requires: awesome = %{awesome_version}
@@ -47,7 +48,7 @@
functions and look and feel for awesome window manager.
%prep
-%setup -q -n %{name}-%{_version}
+%autosetup -n %{name}-%{_version} -p1
%build
# Nothing to build.
++++++ awesome-branding-without-calendar.patch ++++++
Index: awesome-branding-openSUSE-4.0-v0.1/rc.lua
===================================================================
--- awesome-branding-openSUSE-4.0-v0.1.orig/rc.lua
+++ awesome-branding-openSUSE-4.0-v0.1/rc.lua
@@ -38,7 +38,7 @@ local gtk = lgi.require("Gtk", "3.0")
-- Freedesktop integration
local freedesktop = require("freedesktop")
-- calendar functions
-local calendar2 = require("calendar2")
+-- local calendar2 = require("calendar2")
-- Extra widgets
local vicious = require("vicious")
@@ -184,7 +184,7 @@ separator:set_text("|")
-- Create a textclock widget
mytextclock = wibox.widget.textclock()
-calendar2.addCalendarToWidget(mytextclock, "<span color='green'>%s</span>")
+-- calendar2.addCalendarToWidget(mytextclock, "<span color='green'>%s</span>")
mycpuwidget = wibox.widget.textbox()
vicious.register(mycpuwidget, vicious.widgets.cpu, "$1%")