diff --git a/.gitignore b/.gitignore index a078837..3a50563 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /v2.1.fb10 /v2.1.fb11 /v2.1.fb12 +/v2.1.fb13 diff --git a/python-rtslib.spec b/python-rtslib.spec index 69232ce..eaff5f8 100644 --- a/python-rtslib.spec +++ b/python-rtslib.spec @@ -4,8 +4,8 @@ Name: python-rtslib License: AGPLv3 Group: System Environment/Libraries Summary: API for RisingTide Systems generic SCSI target -Version: 2.1.fb12 -Release: 2%{?dist} +Version: 2.1.fb13 +Release: 1%{?dist} URL: https://github.com/agrover/rtslib-fb/ Source: https://github.com/agrover/%{oname}/tarball/v%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -27,7 +27,7 @@ API documentation for rtslib, to configure the generic Linux SCSI kernel target. %prep -%setup -q -n agrover-%{oname}-46e1918 +%setup -q -n agrover-%{oname}-01451a9 %build %{__python} setup.py build @@ -54,6 +54,9 @@ rm -rf %{buildroot} %doc doc/html %changelog +* Mon Apr 9 2012 Andy Grover - 2.1.fb13-1 +- New upstream release + * Wed Feb 29 2012 Andy Grover - 2.1.fb12-2 - Add -doc package of epydoc-generated html docs diff --git a/sources b/sources index ee3bdc4..6e23be4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6e7c077c198f6780fb96fe028df4efe v2.1.fb12 +270141478ca137ba093b1a09ec221ffb v2.1.fb13