Drop unnecessary patch
This commit is contained in:
parent
915799d145
commit
c250c057f9
@ -1,35 +0,0 @@
|
|||||||
From 8709588cc5ec11e7b1007e7d67aa4df74faf5c68 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Debarshi Ray <debarshir@gnome.org>
|
|
||||||
Date: Mon, 23 Feb 2015 18:54:36 +0100
|
|
||||||
Subject: [PATCH] build: Don't treat warnings as errors
|
|
||||||
|
|
||||||
---
|
|
||||||
configure.ac | 12 ++++++------
|
|
||||||
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index f22050d6a2e3..d6d936eb0a96 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -225,12 +225,12 @@ CC_CHECK_FLAGS_APPEND([WARN_CFLAGS],[CFLAGS],[ \
|
|
||||||
-Wall \
|
|
||||||
-Wcast-align \
|
|
||||||
-Wendif-labels \
|
|
||||||
- "-Werror=format=2 -Werror=format-nonliteral -Werror=format-security" \
|
|
||||||
- -Werror=implicit-function-declaration \
|
|
||||||
- -Werror=init-self \
|
|
||||||
- -Werror=missing-include-dirs \
|
|
||||||
- -Werror=missing-prototypes \
|
|
||||||
- -Werror=pointer-arith \
|
|
||||||
+ "-Wformat=2 -Wformat-nonliteral -Wformat-security" \
|
|
||||||
+ -Wimplicit-function-declaration \
|
|
||||||
+ -Winit-self \
|
|
||||||
+ -Wmissing-include-dirs \
|
|
||||||
+ -Wmissing-prototypes \
|
|
||||||
+ -Wpointer-arith \
|
|
||||||
-Wextra \
|
|
||||||
-Wfloat-equal \
|
|
||||||
-Wimplicit \
|
|
||||||
--
|
|
||||||
2.19.1
|
|
||||||
|
|
@ -17,7 +17,6 @@ Source0: https://download.gnome.org/sources/%{name}/3.40/%{name}-%{version}.tar.
|
|||||||
Source1: org.gnome.Terminal.gschema.override
|
Source1: org.gnome.Terminal.gschema.override
|
||||||
|
|
||||||
Patch100: gnome-terminal-cntr-ntfy-autottl-ts.patch
|
Patch100: gnome-terminal-cntr-ntfy-autottl-ts.patch
|
||||||
Patch101: 0001-build-Don-t-treat-warnings-as-errors.patch
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(dconf)
|
BuildRequires: pkgconfig(dconf)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||||
@ -30,14 +29,13 @@ BuildRequires: pkgconfig(vte-2.91) >= %{vte_version}
|
|||||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: gettext-devel >= %{gettext_version}
|
BuildRequires: gettext-devel >= %{gettext_version}
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: gnome-shell
|
BuildRequires: gnome-shell
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
# For Patch101.
|
|
||||||
BuildRequires: autoconf automake libtool
|
|
||||||
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
@ -64,7 +62,6 @@ option to the right-click context menu in Nautilus.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@ -117,6 +114,7 @@ make check
|
|||||||
- Update to 3.40.3
|
- Update to 3.40.3
|
||||||
- Minor packaging improvements
|
- Minor packaging improvements
|
||||||
- Use pkgconfig for BuildRequires
|
- Use pkgconfig for BuildRequires
|
||||||
|
- Drop unnecessary patch
|
||||||
|
|
||||||
* Wed Aug 04 2021 Kalev Lember <klember@redhat.com> - 3.40.2-3
|
* Wed Aug 04 2021 Kalev Lember <klember@redhat.com> - 3.40.2-3
|
||||||
- BuildRequire systemd-rpm-macros rather than systemd
|
- BuildRequire systemd-rpm-macros rather than systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user