Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yambar for openSUSE:Factory checked 
in at 2023-01-23 18:31:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yambar (Old)
 and      /work/SRC/openSUSE:Factory/.yambar.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yambar"

Mon Jan 23 18:31:22 2023 rev:5 rq:1060240 version:1.9.0+g28

Changes:
--------
--- /work/SRC/openSUSE:Factory/yambar/yambar.changes    2022-12-27 
11:55:09.063344323 +0100
+++ /work/SRC/openSUSE:Factory/.yambar.new.32243/yambar.changes 2023-01-23 
18:31:47.944001105 +0100
@@ -1,0 +2,15 @@
+Fri Jan 13 10:31:05 UTC 2023 - socvirnyl.est...@gmail.com
+
+- Update to version 1.9.0+g28:
+  * module/pipewire: handle failures when trying to connect to pipewire
+  * ci: drop gitlab CI
+  * tag: handle width formatter on ints when no other formatting options are 
used
+  * doc: tags: add a couple of formatting examples
+  * doc: tags: re-arrange columns in ‘formatting’ table
+  * implement field width tag format option
+  * module/i3: fix regression in handling of persistent workspaces
+  * module/dwl: correctly handle the title
+  * modules: change min poll interval from 500ms to 250ms
+  * module/battery: using a static buffer in readline_from_fd() isn’t thread 
safe
+
+-------------------------------------------------------------------

Old:
----
  yambar-1.9.0.tar.gz

New:
----
  _service
  yambar-1.9.0+g28.tar.xz

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

Other differences:
------------------
++++++ yambar.spec ++++++
--- /var/tmp/diff_new_pack.foMAay/_old  2023-01-23 18:31:48.564004931 +0100
+++ /var/tmp/diff_new_pack.foMAay/_new  2023-01-23 18:31:48.572004981 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yambar
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           yambar
-Version:        1.9.0
+Version:        1.9.0+g28
 Release:        0
 Summary:        Modular statusbar for X11 and Wayland
 License:        MIT
 Group:          System/GUI/Other
 URL:            https://codeberg.org/dnkl/yambar
-Source:         
https://codeberg.org/dnkl/yambar/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  meson >= 0.59
@@ -59,7 +59,7 @@
 Simplistic and highly configurable status panel for X and Wayland.
 
 %prep
-%autosetup -n %{name}
+%setup -q
 
 %package devel
 Summary:        Development files for %{name}
@@ -95,6 +95,7 @@
 %{_mandir}/man1/yambar.1%{?ext_man}
 %{_mandir}/man5/yambar.5%{?ext_man}
 %{_mandir}/man5/yambar-decorations.5%{?ext_man}
+%{_mandir}/man5/yambar-modules.5%{?ext_man}
 %{_mandir}/man5/yambar-modules-alsa.5%{?ext_man}
 %{_mandir}/man5/yambar-modules-backlight.5%{?ext_man}
 %{_mandir}/man5/yambar-modules-battery.5%{?ext_man}
@@ -128,7 +129,6 @@
 %files devel
 %dir %{_includedir}/%{name}/
 %dir %{_includedir}/%{name}/bar
-
 %{_includedir}/%{name}/bar/bar.h
 %{_includedir}/%{name}/color.h
 %{_includedir}/%{name}/config-verify.h

++++++ _service ++++++
<services>
  <service mode="disabled" name="obs_scm">
    <param name="url">https://codeberg.org/dnkl/yambar.git</param>
    <param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
    <param name="scm">git</param>
    <param name="revision">f75168796ad6f361eb35c4335918468afe7cd8c6</param>
    <param name="versionrewrite-pattern">(.*)</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="changesgenerate">enable</param>
    <param name="changesauthor">socvirnyl.est...@gmail.com</param>
  </service>
  <service mode="disabled" name="tar" />
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
</services>

Reply via email to