public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael J Gruber <mjg@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/girara] rawhide: feat: update to 2026.02.04 (rhbz#435577)
Date: Wed, 03 Jun 2026 13:36:18 GMT	[thread overview]
Message-ID: <178049377875.1.13516677683404592519.rpms-girara-4eb3f10f0ec3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/girara
Branch : rawhide
Commit : 4eb3f10f0ec366ab5bd2d2971f3a36652d0d3657
Author : Michael J Gruber <mjg@fedoraproject.org>
Date   : 2026-05-20T16:15:08+02:00
Stats  : +21/-23 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/girara/c/4eb3f10f0ec366ab5bd2d2971f3a36652d0d3657?branch=rawhide

Log:
feat: update to 2026.02.04 (rhbz#435577)

---
diff --git a/.gitignore b/.gitignore
index 46e1f06..6bb9854 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@
 /girara-0.4.1.tar.xz
 /girara-0.4.4.tar.xz
 /girara-0.4.5.tar.xz
+/girara-2026.01.30.tar.xz
+/girara-2026.02.04.tar.xz

diff --git a/girara.spec b/girara.spec
index 8a9c4f3..1c97f6d 100644
--- a/girara.spec
+++ b/girara.spec
@@ -1,29 +1,17 @@
 Name:               girara
-Version:            0.4.5
-Release:            4%{?dist}
+Version:            2026.02.04
+Release:            1%{?dist}
 Summary:            Simple user interface library
 License:            Zlib
 URL:                https://pwmt.org/projects/%{name}/
 Source0:            https://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz
 
-#BuildRequires:      binutils
 BuildRequires:      gcc
 BuildRequires:      gettext
 BuildRequires:      glib2-devel >= 2.72
-BuildRequires:      gtk3-devel >= 3.24
 BuildRequires:      intltool
-BuildRequires:      meson >= 0.61
-BuildRequires:      pango-devel >= 1.50
-BuildRequires:      pkgconfig(json-glib-1.0)
-# Tests
-BuildRequires:      pkgconfig(check) >= 0.11
-Buildrequires:      xorg-x11-server-Xvfb
+BuildRequires:      meson >= 1.5
 
-# from Upstream: Mark girara_libnotify as deprecated
-#BuildRequires:      libnotify-devel >= 0.7.0
-
-
-%global girara_locales  lib%{name}-gtk3-4
 
 %description
 Girara is a library that implements a user interface that focuses on simplicity
@@ -39,7 +27,7 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson -Ddocs=disabled -Dtests=enabled
@@ -47,26 +35,34 @@ developing applications that use %{name}.
 
 %install
 %meson_install
-%find_lang %{girara_locales}
 
 %check
 %meson_test
 
 
-%files -f %{girara_locales}.lang
+%files
 %license LICENSE
 %doc AUTHORS README.md
-%{_libdir}/libgirara-gtk3.so.4
-%{_libdir}/libgirara-gtk3.so.4.0
+%{_libdir}/libgirara.so.5
+%{_libdir}/libgirara.so.5.0
 
 %files devel
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/*.h
-%{_libdir}/pkgconfig/girara-gtk3.pc
-%{_libdir}/libgirara-gtk3.so
+%{_libdir}/pkgconfig/girara.pc
+%{_libdir}/libgirara.so
 
 
 %changelog
+* Wed Feb 04 2026 Michael J Gruber <mjg@fedoraproject.org> - 2026.02.04-1
+- feat: update to 2026.02.04 (rhbz#435577)
+
+* Tue Feb 03 2026 Michael J Gruber <mjg@fedoraproject.org> - 2026.01.30-2
+- fix keyboard shortcuts
+
+* Sat Jan 31 2026 Michael J Gruber <mjg@fedoraproject.org> - 2026.01.30-1
+- feat: update to 2026.01.30 (rhbz#435577)
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index ffb09ae..0874e67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (girara-0.4.5.tar.xz) = 86cdb87c919e871746e9b1a118867a8af39ac60f42b084c599159aa1c5f59f0d9eb493d22a79d2d4561497c14fc6e5a531aef805f4785050990eaa91b5fd5521
+SHA512 (girara-2026.02.04.tar.xz) = 860f3e48a2d645eead556bb921298d0ae39a11200523f4c7c1088cafa4a02a1c732d78a4abe47485b09e2beb928f6902e46649a2ab50f033235184975a9c9f4e

                 reply	other threads:[~2026-06-03 13:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178049377875.1.13516677683404592519.rpms-girara-4eb3f10f0ec3@fedoraproject.org \
    --to=mjg@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox