[scl-utils] update to 20120731 - add functionality that allows to list all packages in a collection - add depend

Jindrich Novy jnovy at fedoraproject.org
Tue Jul 31 06:56:17 UTC 2012


commit 97011b78990c356bc906183d3c50118b73c79668
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Tue Jul 31 08:59:20 2012 +0200

    update to 20120731
    - add functionality that allows to list all packages in a collection
    - add dependency generators

 .gitignore     |    5 +-
 Makefile       |   44 ------------
 macros.scl     |   49 -------------
 scl-utils.spec |   10 ++-
 scl.1          |   47 -------------
 scl.c          |  209 --------------------------------------------------------
 scl_enabled    |   15 ----
 sources        |    2 +-
 8 files changed, 10 insertions(+), 371 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5735897..85ec7a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-/scl
-/scl.o
-/scl.1
-/scl-utils-20120613.tar.gz
+/scl-utils-20120731.tar.gz
diff --git a/scl-utils.spec b/scl-utils.spec
index 47f9950..fff93b2 100644
--- a/scl-utils.spec
+++ b/scl-utils.spec
@@ -1,7 +1,7 @@
 Summary:	Utilities for alternative packaging
 Name:		scl-utils
-Version:	20120613
-Release:	2%{?dist}
+Version:	20120731
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/File
 URL:		http://jnovy.fedorapeople.org/scl-utils/
@@ -50,8 +50,14 @@ rm -rf %buildroot
 %files build
 %defattr(-,root,root,-)
 %{_sysconfdir}/rpm/macros.scl
+%{_rpmconfigdir}/scldeps.sh
+%{_rpmconfigdir}/fileattrs/scl.attr
 
 %changelog
+* Thu Jul 31 2012 Jindrich Novy <jnovy at redhat.com> 20120730-1
+- add functionality that allows to list all packages in a collection
+- add dependency generators
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20120613-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 1c690eb..695724a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c21ef8094140752052f83d90d176a0b5  scl-utils-20120613.tar.gz
+5cde6cffab5737981f1ccb822515b17d  scl-utils-20120731.tar.gz


More information about the scm-commits mailing list