public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/i3lock] epel9: New upstream release 2.14.1, fixes rhbz#2091286
@ 2026-08-04 13:34 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-04 13:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/i3lock
Branch : epel9
Commit : e24c1629627da4a6dbb6667323face8bb8457918
Author : Dan Čermák <dan.cermak@cgc-instruments.com>
Date   : 2022-07-01T14:07:43+02:00
Stats  : +13/-11 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/i3lock/c/e24c1629627da4a6dbb6667323face8bb8457918?branch=epel9

Log:
New upstream release 2.14.1, fixes rhbz#2091286

---
diff --git a/.gitignore b/.gitignore
index 83893b0..f53cedf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ i3lock-1.0-20100320git.tar.bz2
 /i3lock-2.12.tar.bz2.asc
 /i3lock-2.13.tar.bz2
 /i3lock-2.13.tar.bz2.asc
+/i3lock-2.14.1.tar.xz
+/i3lock-2.14.1.tar.xz.asc

diff --git a/i3lock.spec b/i3lock.spec
index 7d59055..bb69f70 100644
--- a/i3lock.spec
+++ b/i3lock.spec
@@ -1,16 +1,17 @@
 Name:           i3lock
-Version:        2.13
+Version:        2.14.1
 Release:        %autorelease
 Summary:        Simple X display locker like slock
 License:        MIT
 URL:            https://i3wm.org/%{name}/
-Source0:        %{URL}/%{name}-%{version}.tar.bz2
-Source1:        %{URL}/%{name}-%{version}.tar.bz2.asc
+Source0:        %{URL}/%{name}-%{version}.tar.xz
+Source1:        %{URL}/%{name}-%{version}.tar.xz.asc
 # Michael Stapelberg's GPG key:
 Source2:        gpgkey-424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D.gpg
 
 BuildRequires:  gcc
-# from configure.ac
+BuildRequires:  meson >= 0.45
+# from meson.build
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcb-xkb)
@@ -23,7 +24,7 @@ BuildRequires:  pkgconfig(xcb-atom)
 BuildRequires:  pkgconfig(xcb-xrm)
 BuildRequires:  pkgconfig(xkbcommon) >= 0.5.0
 BuildRequires:  pkgconfig(xkbcommon-x11) >= 0.5.0
-BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(cairo) >= 1.14.4
 # these don't provide pkg-config files
 BuildRequires:  libev-devel
 BuildRequires:  pam-devel
@@ -56,12 +57,11 @@ Many little improvements have been made to i3lock over time:
 %autosetup -p1
 
 %build
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install INSTALL="install -p"
-install -Dpm0644 i3lock.1 %{buildroot}%{_mandir}/man1/i3lock.1
+%meson_install
 
 %files
 %doc CHANGELOG README*

diff --git a/sources b/sources
index 8266ef9..cc302f0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (i3lock-2.13.tar.bz2) = 3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d
-SHA512 (i3lock-2.13.tar.bz2.asc) = 0e1c19e40d85373e9fec08dd9f8caa7c14d400a8b08d980cc6593c33893cbd04dd683d69346f7faf8c085dd37c4cc6298806ea1acf0949c90dcfd142aa1df7dd
+SHA512 (i3lock-2.14.1.tar.xz) = 63b6bd73f66654fe52639434f7d3da64006144ec2ed685ba8683186730d4cc2c10d5aa66174f965030030243f59afaf6def3ff732f710ae441410218f84d6deb
+SHA512 (i3lock-2.14.1.tar.xz.asc) = f427e9661110a723becfad0ccfd8b18c084437df1d98d28e40bbb1a980bb0965d3059c4df5acc85496ac97a62992d9b169257c29a98f7ded6893689513a82db7

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-04 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 13:34 [rpms/i3lock] epel9: New upstream release 2.14.1, fixes rhbz#2091286 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox