public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/uperf] epel10.3: 1.0.5
Date: Thu, 10 Sep 2026 15:19:45 GMT	[thread overview]
Message-ID: <178905358562.1.17201952300323245306.rpms-uperf-f1d2775cdee8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/uperf
Branch : epel10.3
Commit : f1d2775cdee85d149a903926a0b87913f83ef2a2
Author : Terje Røsten <terje.rosten@ntnu.no>
Date   : 2016-11-20T13:30:19+01:00
Stats  : +19/-34 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/uperf/c/f1d2775cdee85d149a903926a0b87913f83ef2a2?branch=epel10.3

Log:
1.0.5

---
diff --git a/.gitignore b/.gitignore
index 2968649..e358467 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 uperf-1.0.3-beta.tar.gz
 /uperf-1.0.4.tar.bz2
+/uperf-1.0.5.tar.gz

diff --git a/sources b/sources
index 07128e2..a383584 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ccbc52686451c14c5532d7ccd67b699c  uperf-1.0.4.tar.bz2
+95ee2a915babf79c183d2a72543e4d31  uperf-1.0.5.tar.gz

diff --git a/uperf-1.0.4-dso.patch b/uperf-1.0.4-dso.patch
deleted file mode 100644
index b13182c..0000000
--- a/uperf-1.0.4-dso.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure b/configure
-index e94aded..aa79dfd 100755
---- a/configure
-+++ b/configure
-@@ -3542,7 +3542,7 @@ _ACEOF
- 		sctp_default="yes"
- 		ssl_default="no"
- 		cpc_default="no"
--		UPERF_LIBS="$UPERF_LIBS -lrt -lm"
-+		UPERF_LIBS="$UPERF_LIBS -lpthread -lrt -lm"
- 		CFLAGS="-D_GNU_SOURCE $CFLAGS"
- 		SCTP_LIBS="-lsctp"
- 		SCTP_LIBNAME="sctp"

diff --git a/uperf.spec b/uperf.spec
index ad2d599..ac67fe6 100644
--- a/uperf.spec
+++ b/uperf.spec
@@ -1,21 +1,19 @@
 Summary:        Network performance tool with modelling and replay support
 Name:           uperf
-Version:        1.0.4
-Release:        7%{?dist}
+Version:        1.0.5
+Release:        1%{?dist}
 License:        GPLv3
 Group:          Applications/Internet
 URL:            http://www.uperf.org/
-Source0:        http://downloads.sourceforge.net/uperf/uperf-%{version}.tar.bz2
-Patch0:         uperf-1.0.4-dso.patch
-BuildRequires:  lksctp-tools-devel openssl-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+Source0:        http://downloads.sourceforge.net/uperf/uperf-%{version}.tar.gz
+BuildRequires:  lksctp-tools-devel
+BuildRequires:  openssl-devel
 %description
 Network performance tool that supports modelling and replay of various
 networking patterns.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 find src -type f -print0 | xargs --null chmod 0644
 find workloads -type f -print0 | xargs --null chmod 0644
 chmod 0644 AUTHORS ChangeLog COPYING README
@@ -27,27 +25,26 @@ chmod 0644 AUTHORS ChangeLog COPYING README
     --enable-udp     \
     --enable-sctp    \
     --enable-ssl
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot}
 
 # Move stuff to own subdir
-%{__install} -d -m 0755 %{buildroot}%{_datadir}/%{name}
-%{__install} -p -m 0644 %{buildroot}%{_datadir}/*.xml %{buildroot}%{_datadir}/%{name}
-%{__rm} -rf %{buildroot}%{_datadir}/*.xml %{buildroot}%{_datadir}/doc
-
-%clean
-%{__rm} -rf %{buildroot}
+install -d -m 0755 %{buildroot}%{_datadir}/%{name}
+install -p -m 0644 %{buildroot}%{_datadir}/*.xml %{buildroot}%{_datadir}/%{name}
+rm -rf %{buildroot}%{_datadir}/*.xml %{buildroot}%{_datadir}/doc
 
 %files
-%defattr(-, root, root, -)
-%doc AUTHORS ChangeLog COPYING README
-%{_bindir}/%{name}
-%{_datadir}/%{name}
+%license COPYING
+%doc AUTHORS ChangeLog README
+%{_bindir}/uperf
+%{_datadir}/uperf
 
 %changelog
+* Sun Nov 20 2016 Terje Rosten <terje.rosten@ntnu.no> - 1.0.5-1
+- 1.0.5
+
 * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 

                 reply	other threads:[~2026-09-10 15:19 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=178905358562.1.17201952300323245306.rpms-uperf-f1d2775cdee8@fedoraproject.org \
    --to=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