Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hare for openSUSE:Factory checked in 
at 2024-02-21 17:57:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hare (Old)
 and      /work/SRC/openSUSE:Factory/.hare.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hare"

Wed Feb 21 17:57:37 2024 rev:5 rq:1148369 version:0.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/hare/hare.changes        2024-01-28 
19:42:46.612857611 +0100
+++ /work/SRC/openSUSE:Factory/.hare.new.1706/hare.changes      2024-02-21 
17:57:48.494323122 +0100
@@ -1,0 +2,6 @@
+Sat Feb 17 01:02:16 UTC 2024 - Soc Virnyl Estela 
<uncomfy+openbuildserv...@uncomfyhalomacro.pl>
+
+- First pre-release version of hare 0.24.0
+  * requires qbe 1.2 and harec 0.24.0
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  hare-1705636831.933763ed.tar.zst
  hare.obsinfo

New:
----
  hare-0.24.0.tar.gz

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

Other differences:
------------------
++++++ hare.spec ++++++
--- /var/tmp/diff_new_pack.vLzpM8/_old  2024-02-21 17:57:48.994341203 +0100
+++ /var/tmp/diff_new_pack.vLzpM8/_new  2024-02-21 17:57:48.994341203 +0100
@@ -19,25 +19,26 @@
 %bcond_without  test
 Name:           hare
 Release:        0
-Version:        1705636831.933763ed
+Version:        0.24.0
 Summary:        Hare system programming language
 Group:          Development/Tools/Building
 License:        MPL-2.0
 URL:            https://harelang.org
-Source0:        %{name}-%{version}.tar.zst
+Source0:        
https://git.sr.ht/~sircmpwn/hare/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 Source2:        README-suse-maint.md
 BuildRequires:  binutils
 BuildRequires:  gcc
-# Always be specific on harec version
-BuildRequires:  harec = 1704220143.770566a
+# Hare and the HareC compiler should have the same version
+BuildRequires:  harec = %{version}
 BuildRequires:  make
 BuildRequires:  qbe
 BuildRequires:  scdoc
 BuildRequires:  timezone
 BuildRequires:  zstd
-Requires:       harec
-Requires:       qbe
+Requires:       harec = %{version}
+# Hare requires QBE 1.2 like HareC does
+Requires:       qbe = 1.2
 Requires:       timezone
 
 %description

Reply via email to