[ostree] New upstream release

Colin Walters walters at fedoraproject.org
Tue Oct 15 21:27:18 UTC 2013


commit 209111279e93dcd296a87bc23301a9f222914602
Author: Colin Walters <walters at verbum.org>
Date:   Tue Oct 15 17:27:10 2013 -0400

    New upstream release
    
    - Now LGPLv2+ only
    - Enable libarchive since it might be useful for people
    - Enable new gpgme dependency

 .gitignore  |    1 +
 ostree.spec |   27 ++++++++++++++-------------
 sources     |    2 +-
 3 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06c0a20..f431819 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /ostree-2013.4.tar.xz
 /ostree-2013.5.tar.xz
 /ostree-2013.6.tar.xz
+/ostree-2013.7.tar.xz
diff --git a/ostree.spec b/ostree.spec
index e7cb080..6b6da9d 100644
--- a/ostree.spec
+++ b/ostree.spec
@@ -1,29 +1,23 @@
 Summary: Git for operating system binaries
 Name: ostree
-Version: 2013.6
-Release: 3%{?dist}
+Version: 2013.7
+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
-# of the utilities are licensed under the LGPLv2+.  Only at present
-# one utility program (ostree-switch-root) is forked from util-linux under
-# the GPL.
-# The BSD is there basically just for some random scripts, nothing
-# important.
-# As always, consult the upstream COPYING file, and individual source
-# files for the canonical license status.
-License: LGPLv2+ and GPLv2+ and BSD
+License: LGPLv2+
 URL: http://live.gnome.org/OSTree
 
 # We always run autogen.sh
 BuildRequires: autoconf automake libtool
-# Too bad there isn't a pkg-config file =(
-BuildRequires: libattr-devel
 # For docs
 BuildRequires: gtk-doc
 # Core requirements
 BuildRequires: pkgconfig(gio-unix-2.0)
 BuildRequires: pkgconfig(libsoup-2.4)
+BuildRequires: libattr-devel
+# Extras
+BuildRequires: pkgconfig(libarchive)
+BuildRequires: gpgme-devel
 BuildRequires: pkgconfig(systemd)
 BuildRequires: /usr/bin/g-ir-scanner
 BuildRequires: dracut
@@ -89,11 +83,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.so
 %{_includedir}/*
 %{_libdir}/pkgconfig/*
+%{_datadir}/ostree
 %dir %{_datadir}/gtk-doc/html/ostree
 %{_datadir}/gtk-doc/html/ostree
 %{_datadir}/gir-1.0/OSTree-1.0.gir
 
 %changelog
+* Tue Oct 15 2013 Colin Walters <walters at verbum.org> - 2013.7-1
+- New upstream release
+- Now LGPLv2+ only
+- Enable libarchive since it might be useful for people
+- Enable new gpgme dependency
+
 * Thu Sep 12 2013 Colin Walters <walters at verbum.org> - 2013.6-3
 - Enable introspection
 
diff --git a/sources b/sources
index 0c4dac7..2bea55d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3ece78d0838456bdec0a7a84c27f96a  ostree-2013.6.tar.xz
+777355574c6b9726fe8c97e6e3d12f99  ostree-2013.7.tar.xz


More information about the scm-commits mailing list