public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Petr Viktorin <pviktori@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Remove dependency on Python 2
Date: Sun, 31 May 2026 02:06:14 GMT [thread overview]
Message-ID: <178019317421.1.18388761394148540048.rpms-ibus-6c45f50ec044@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 6c45f50ec044de8fb88108e1a98c5a9eae41ab51
Author : Petr Viktorin <pviktori@redhat.com>
Date : 2015-02-09T12:24:10+09:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/6c45f50ec044de8fb88108e1a98c5a9eae41ab51?branch=autotool
Log:
Remove dependency on Python 2
---
diff --git a/ibus.spec b/ibus.spec
index f00c952..7cce533 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -28,7 +28,7 @@
Name: ibus
Version: 1.5.9
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
@@ -73,7 +73,6 @@ Requires: %{name}-setup = %{version}-%{release}
Requires: %{name}-wayland%{?_isa} = %{version}-%{release}
Requires: iso-codes
-Requires: dbus-python >= %{dbus_python_version}
Requires: dbus-x11
Requires: dconf
Requires: librsvg2
@@ -84,7 +83,6 @@ Requires: pygobject3-base
# Owner of %%python3_sitearch/gi/overrides
Requires: python3-gobject
# https://bugzilla.redhat.com/show_bug.cgi?id=1161871
-Requires: python
Requires: python3
# Owner of %%{_sysconfdir}/X11/xinit
Requires: xorg-x11-xinit
@@ -159,6 +157,8 @@ This is a setup utility for IBus.
Summary: IBus PyGTK2 library
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: dbus-python >= %{dbus_python_version}
+Requires: python
Requires: pygtk2
BuildArch: noarch
@@ -174,6 +174,7 @@ Group: System Environment/Libraries
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# Owner of %%python2_sitearch/gi/overrides
Requires: pygobject3-base
+Requires: python
%description py2override
This is a Python2 override library for IBus. The Python files override
@@ -415,6 +416,9 @@ fi
%{_datadir}/gtk-doc/html/*
%changelog
+* Mon Feb 02 2015 Petr Viktorin <pviktori@redhat.com> - 1.5.9-10
+- Remove dependency on Python 2 from main package
+
* Mon Feb 02 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-9
- Updated ibus-HEAD.patch to fix #1187956 IBusRegistry segv.
reply other threads:[~2026-05-31 2:06 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=178019317421.1.18388761394148540048.rpms-ibus-6c45f50ec044@fedoraproject.org \
--to=pviktori@redhat.com \
--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