New upstream
This commit is contained in:
parent
b2aee9f2d2
commit
385b38d0a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/oauth2client-2.1.0.tar.gz
|
||||
/oauth2client-3.0.0.tar.gz
|
||||
/oauth2client-4.0.0.tar.gz
|
||||
/oauth2client-4.1.2.tar.gz
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 4.1.0
|
||||
Version: 4.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
@ -196,7 +196,7 @@ popd
|
||||
|
||||
# We remove tests currently, we will ship them eventually
|
||||
# This is a bit of a hack until I package the test scripts in a separate package
|
||||
rm -r $(find %{_buildrootdir} -type d -name 'tests')
|
||||
rm -r $(find %{_buildrootdir} -type d -name 'tests') || /bin/true
|
||||
|
||||
|
||||
%files -n python2-%{srcname}
|
||||
@ -219,6 +219,9 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests')
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 10 2017 Michele Baldessari <michele@acksyn.org> - 4.1.2-1
|
||||
- New upstream
|
||||
|
||||
* Sat May 13 2017 Michele Baldessari <michele@acksyn.org> - 4.1.0-1
|
||||
- New upstream
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (oauth2client-4.0.0.tar.gz) = b59805702c7acb306801a04a92b7f700c0f58d5937b4b27a497018d313922512b5ec3f1711bacf13bc7e01c4f006eda5344a9055f981ba34e116c34c56c5dfec
|
||||
SHA512 (oauth2client-4.1.2.tar.gz) = 908f0e32f0ef76c3eb86ee34118d4100bc08fa34aa89c561793bf8c55078f07611935ee6aecb6d2ae2f7e96a18ac3bc25af0321fe564f26042ff2bb5eab30b18
|
||||
|
||||
Loading…
Reference in New Issue
Block a user