diff --git a/.gitignore b/.gitignore index 12ed16f..06c0a20 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /ostree-2013.3.tar.xz /ostree-2013.4.tar.xz /ostree-2013.5.tar.xz +/ostree-2013.6.tar.xz diff --git a/ostree.spec b/ostree.spec index 7401ae1..018bde5 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,7 +1,7 @@ Summary: Linux-based operating system develop/build/deploy tool Name: ostree -Version: 2013.5 -Release: 3%{?dist} +Version: 2013.6 +Release: 1%{?dist} #VCS: git:git://git.gnome.org/ostree Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/ostree-%{version}.tar.xz # The libostree.so (currently private) shared library, and almost all @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/ostree %changelog +* Mon Sep 09 2013 Colin Walters - 2013.6-1 +- New upstream release + * Sat Aug 25 2013 Colin Walters - 2013.5-3 - And actually while we are here, drop all the embedded dependency goop from this spec file; it may live on in the EPEL branch. diff --git a/sources b/sources index 7f22a8c..0c4dac7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3c16ff58fc0c436c433362bc7cd7ce6 ostree-2013.5.tar.xz +c3ece78d0838456bdec0a7a84c27f96a ostree-2013.6.tar.xz