From 9ac2cab89b8b8ebebe05882ee4abefdefd6e3122 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:41:28 +0100 Subject: [PATCH] rebuilt with debug package [release 1.0.4-2mamba;Fri Dec 11 2020] --- README.md | 1 - xfindproxy.spec | 9 +++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dedc5cb..b0bed6f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # xfindproxy xfindproxy application is used to locate available X11 proxy services. - It utilizes the Proxy Management Protocol to communicate with a proxy manager. The proxy manager keeps track of all available proxy services, starts new proxies when necessary, and makes sure that proxies are shared whenever possible. diff --git a/xfindproxy.spec b/xfindproxy.spec index 48fdfe4..278fe01 100644 --- a/xfindproxy.spec +++ b/xfindproxy.spec @@ -1,6 +1,6 @@ Name: xfindproxy Version: 1.0.4 -Release: 1mamba +Release: 2mamba Summary: xfindproxy - locate proxy services Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -15,14 +15,16 @@ BuildRequires: libICE-devel BuildRequires: libX11-devel BuildRequires: libXt-devel ## AUTOBUILDREQ-END +BuildRequires: xproxymanagementprotocol-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description xfindproxy application is used to locate available X11 proxy services. - It utilizes the Proxy Management Protocol to communicate with a proxy manager. The proxy manager keeps track of all available proxy services, starts new proxies when necessary, and makes sure that proxies are shared whenever possible. +%debug_package + %prep %setup -q @@ -44,6 +46,9 @@ The proxy manager keeps track of all available proxy services, starts new proxie %doc COPYING ChangeLog README %changelog +* Fri Dec 11 2020 Silvan Calarco 1.0.4-2mamba +- rebuilt with debug package + * Thu Apr 30 2015 Automatic Build System 1.0.4-1mamba - automatic update by autodist