From 7c72e624900b8765ca388b56359baba09f0d1811 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Feb 22 2016 17:03:44 +0000 Subject: Update master package to 0.4.2 --- diff --git a/.gitignore b/.gitignore index 5e89761..ee0ac5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /grokmirror-0.3.4.tar.xz +/grokmirror-0.4.2.tar.xz diff --git a/python-grokmirror.spec b/python-grokmirror.spec index 1ca3af7..fe11e10 100644 --- a/python-grokmirror.spec +++ b/python-grokmirror.spec @@ -5,8 +5,8 @@ %endif Name: python-grokmirror -Version: 0.3.4 -Release: 5%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: Framework to smartly mirror git repositories License: GPLv3+ @@ -15,7 +15,7 @@ Source0: https://www.kernel.org/pub/software/network/grokmirror/grokmirro BuildArch: noarch BuildRequires: python2-devel, python-setuptools -Requires: GitPython +Requires: GitPython, python-anyjson, python-setuptools %description Grokmirror was written to make mirroring large git repository @@ -41,11 +41,6 @@ rm -rf %{buildroot} %{buildroot}%{_bindir} \ %{buildroot}%{_mandir}/man1 -%{__install} -m 0755 grok-manifest.py %{buildroot}/%{_bindir}/grok-manifest -%{__install} -m 0755 grok-pull.py %{buildroot}/%{_bindir}/grok-pull -%{__install} -m 0755 grok-fsck.py %{buildroot}/%{_bindir}/grok-fsck -%{__install} -m 0755 grok-dumb-pull.py %{buildroot}/%{_bindir}/grok-dumb-pull - %{__install} -m 0644 man/*.1 %{buildroot}/%{_mandir}/man1/ @@ -58,6 +53,9 @@ rm -rf %{buildroot} %changelog +* Mon Feb 22 2015 Konstantin Ryabitsev - 0.4.2-1 +- Update to 0.4.2 with major new features. + * Thu Feb 04 2016 Fedora Release Engineering - 0.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 0b46fbd..94101d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28384b6799b5f3cf40e8a3dd20f5a346 grokmirror-0.3.4.tar.xz +7dacd576eef115907b8fda8e451ee426 grokmirror-0.4.2.tar.xz