Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1458983 Details for
Bug 1551800
asio-1.16.1 is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch updating to 1.12.1
0001-Updated-to-1.12.1.patch (text/plain), 2.60 KB, created by
Julian Sikorski
on 2018-07-15 12:07:24 UTC
(
hide
)
Description:
Patch updating to 1.12.1
Filename:
MIME Type:
Creator:
Julian Sikorski
Created:
2018-07-15 12:07:24 UTC
Size:
2.60 KB
patch
obsolete
>From 52b84f15f7f4414e3cc8b6a4e9cccc3bec916f91 Mon Sep 17 00:00:00 2001 >From: Julian Sikorski <belegdol@fedoraproject.org> >Date: Sun, 15 Jul 2018 14:03:49 +0200 >Subject: [PATCH] Updated to 1.12.1 Modernised the .spec file Added gcc to > BuildRequires as per > https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires > >--- > asio.spec | 31 ++++++++++++++----------------- > sources | 2 +- > 2 files changed, 15 insertions(+), 18 deletions(-) > >diff --git a/asio.spec b/asio.spec >index 2bd37ae..93fba72 100644 >--- a/asio.spec >+++ b/asio.spec >@@ -1,26 +1,19 @@ > # asio only ships headers, so no debuginfo package is needed > %global debug_package %{nil} > >-%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf >-%global shortcommit %(c=%{commit}; echo ${c:0:7}) >- > Name: asio >-Version: 1.10.8 >-Release: 8%{?dist} >+Version: 1.12.1 >+Release: 1%{?dist} > Summary: A cross-platform C++ library for network programming > > Group: System Environment/Libraries > License: Boost > URL: https://think-async.com >-Source0: https://github.com/chriskohlhoff/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz >- >-%if 0%{?rhel} == 5 >-%endif >+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 > >-BuildRequires: autoconf >-BuildRequires: automake >-BuildRequires: openssl-devel > BuildRequires: boost-devel >+BuildRequires: gcc-c++ >+BuildRequires: openssl-devel > BuildRequires: perl-generators > > %description >@@ -42,25 +35,29 @@ that provides developers with a consistent asynchronous I/O model using a > modern C++ approach. > > %prep >-%setup -qn %{name}-%{commit}/%{name} >+%autosetup > > %build >-./autogen.sh > %configure >-make %{?_smp_mflags} >+%make_build > > %install >-make install DESTDIR=%{buildroot} >+%make_install > > %files devel > %{!?_licensedir:%global license %doc} >-%doc src/doc/* >+%doc doc/* > %license LICENSE_1_0.txt > %dir %{_includedir}/asio > %{_includedir}/asio/* > %{_includedir}/asio.hpp > > %changelog >+* Sun Jul 15 2018 Julian Sikorski <belegdol@fedoraproject.org> - 1.12.1-1 >+- Updated to 1.12.1 >+- Modernised the .spec file >+- Added gcc to BuildRequires as per https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires >+ > * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-8 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild > >diff --git a/sources b/sources >index 53a9afd..23bc3e7 100644 >--- a/sources >+++ b/sources >@@ -1 +1 @@ >-cf7dd6090c09f9b287e2b0cf41a52911 asio-28d9b8d.tar.gz >+037854d113024f57c9753d6326b339bc asio-1.12.1.tar.bz2 >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1551800
: 1458983