From 840230477b74ebbbfc833a69376af8d6e76a3249 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Feb 13 2014 01:41:48 +0000 Subject: Update to 3.3 --- diff --git a/.gitignore b/.gitignore index 6fef350..f02d1f7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /reposurgeon-2.41.tar.gz /reposurgeon-2.42.tar.gz /reposurgeon-3.2.tar.gz +/reposurgeon-3.3.tar.gz diff --git a/reposurgeon.spec b/reposurgeon.spec index a44469d..902821c 100644 --- a/reposurgeon.spec +++ b/reposurgeon.spec @@ -1,5 +1,5 @@ Name: reposurgeon -Version: 3.2 +Version: 3.3 Release: 1%{?dist} Summary: SCM Repository Manipulation Tool License: BSD @@ -41,6 +41,12 @@ install -pDm644 repodiffer.1 %{buildroot}%{_mandir}/man1/repodiffer.1 %{_mandir}/man1/repopuller.1* %changelog +* Thu Feb 13 2014 Christopher Meng - 3.3-1 +- Set negation in selections with ~. +- @min() and @max() in selections. +- 'define' by itself lists macros. +- New 'deletes' option in the remove command. + * Wed Feb 05 2014 Christopher Meng - 3.2-1 - New path rename command. - List and inspect now take either a leading or following selection. diff --git a/sources b/sources index c5ec7f4..72c86e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7837f206ac5bf457ee34d99a135c4224 reposurgeon-3.2.tar.gz +58f434cc53545757491a1fec57427826 reposurgeon-3.3.tar.gz