From f68f07b9a128d10700a1b2be2a343990e4f2bdbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 2 Dec 2011 17:19:18 +0100 Subject: [PATCH] New version --- .gitignore | 2 +- sources | 2 +- uhd.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2d144e6..9b76401 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/uhd-3.3.0.tar.gz +uhd-*.tar.gz diff --git a/sources b/sources index c09c600..5a78763 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -438e6fbf20352b76eda21840d6714d6f uhd-3.3.0.tar.gz +774a5e7982fd4118531d2daac0b30bf4 uhd-3.3.1.tar.gz diff --git a/uhd.spec b/uhd.spec index 672c613..53d1809 100644 --- a/uhd.spec +++ b/uhd.spec @@ -1,5 +1,5 @@ # Pull from git -%global git_tag release_003_003_000 +%global git_tag release_003_003_001 # git clone git://code.ettus.com/ettus/uhd.git # cd uhd @@ -8,8 +8,8 @@ Name: uhd URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki -Version: 3.3.0 -Release: 3%{?dist} +Version: 3.3.1 +Release: 1%{?dist} License: GPLv3+ BuildRequires: cmake BuildRequires: boost-devel libusb1-devel python-cheetah @@ -97,6 +97,9 @@ getent group usrp >/dev/null || groupadd -r usrp %doc %{_docdir}/%{name}/* %changelog +* Fri Dec 2 2011 Jaroslav Škarvada - 3.3.1-1 +- New version + * Thu Dec 1 2011 Jaroslav Škarvada - 3.3.0-3 - Updated summary to be more descriptive