New version

This commit is contained in:
Jaroslav Škarvada 2011-12-02 17:19:18 +01:00
parent 40c5808b9c
commit f68f07b9a1
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/uhd-3.3.0.tar.gz uhd-*.tar.gz

View File

@ -1 +1 @@
438e6fbf20352b76eda21840d6714d6f uhd-3.3.0.tar.gz 774a5e7982fd4118531d2daac0b30bf4 uhd-3.3.1.tar.gz

View File

@ -1,5 +1,5 @@
# Pull from git # 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 # git clone git://code.ettus.com/ettus/uhd.git
# cd uhd # cd uhd
@ -8,8 +8,8 @@
Name: uhd Name: uhd
URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki
Version: 3.3.0 Version: 3.3.1
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
BuildRequires: cmake BuildRequires: cmake
BuildRequires: boost-devel libusb1-devel python-cheetah BuildRequires: boost-devel libusb1-devel python-cheetah
@ -97,6 +97,9 @@ getent group usrp >/dev/null || groupadd -r usrp
%doc %{_docdir}/%{name}/* %doc %{_docdir}/%{name}/*
%changelog %changelog
* Fri Dec 2 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.1-1
- New version
* Thu Dec 1 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.0-3 * Thu Dec 1 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.0-3
- Updated summary to be more descriptive - Updated summary to be more descriptive