diff --git a/.gitignore b/.gitignore index b7830ec..4ac0671 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ subversion-1.6.12.tar.bz2 /subversion-1.8.13.tar.bz2 /subversion-1.9.0.tar.bz2 /subversion-1.9.1.tar.bz2 +/subversion-1.9.2.tar.bz2 diff --git a/sources b/sources index be56f30..4b33af4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e879b61fffe3ac0cf16aeae1e8eda32 subversion-1.9.1.tar.bz2 +0a7e55bb58fe77072f19e108a56b468b subversion-1.9.2.tar.bz2 diff --git a/subversion.spec b/subversion.spec index 72834d6..e0501d5 100644 --- a/subversion.spec +++ b/subversion.spec @@ -19,7 +19,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} License: ASL 2.0 Group: Development/Tools @@ -466,6 +466,9 @@ make check-javahl %endif %changelog +* Thu Sep 24 2015 Joe Orton - 1.9.2-1 +- update to 1.9.2 (#1265447) + * Mon Sep 14 2015 Joe Orton - 1.9.1-1 - update to 1.9.1 (#1259099)