public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uperf] epel10.2: 1.0.5
@ 2026-09-10 15:19 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-10 15:19 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/uperf
Branch : epel10.2
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.2

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-10 15:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 15:19 [rpms/uperf] epel10.2: 1.0.5 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox