v1.3.0 release

Signed-off-by: Clark Williams <williams@redhat.com>
diff --git a/Makefile b/Makefile
index e964cbb..4761537 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 NAME	:=	stalld
-VERSION	:=	1.2
+VERSION	:=	1.3
 
 INSTALL	=	install
 CC	:=	gcc
@@ -52,7 +52,7 @@
 	@test ! -f $(TARBALL) || rm -f $(TARBALL)
 	@make -C redhat VERSION=$(VERSION) clean
 	@make -C tests clean
-	@rm -rf *~ $(OBJ)
+	@rm -rf *~ $(OBJ) *.tar.xz
 
 tarball:  clean
 	rm -rf $(NAME)-$(VERSION) && mkdir $(NAME)-$(VERSION)
diff --git a/redhat/stalld.spec b/redhat/stalld.spec
index af7b551..e87cf88 100644
--- a/redhat/stalld.spec
+++ b/redhat/stalld.spec
@@ -50,6 +50,11 @@
 %systemd_postun_with_restart %{name}.service
 
 %changelog
+* Fri Nov 20 2020 Clark Williams <williams@redhat.com> - 1.3-1
+- Readme: Add information about repositories
+- Add version management and version option
+- create doc and scripts directory and add info on releases
+
 * Mon Nov  2 2020 Clark Williams <williams@redhat.com> - 1.2-1
 - utils.c: added info() functions
 - detect and correctly parse old-style /proc/sched_debug