[compton/f18] New Git snapshot

Mario Blättermann mariobl at fedoraproject.org
Thu Dec 20 11:50:23 UTC 2012


commit b2e42397dc15b5e1a5e12379a91762a296276fbc
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Thu Dec 20 12:50:07 2012 +0100

    New Git snapshot

 .gitignore   |    1 +
 compton.spec |   29 +++++++++++++++++++----------
 sources      |    2 +-
 3 files changed, 21 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f535f9..61c1ada 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /chjj-compton-d52f7a0.tar.gz
 /chjj-compton-c7ca345.tar.gz
+/chjj-compton-g75aec17.tar.gz
diff --git a/compton.spec b/compton.spec
index 1f3f665..61bbc31 100644
--- a/compton.spec
+++ b/compton.spec
@@ -1,22 +1,24 @@
 Name:           compton
 Version:        0
-Release:        0.1.20121007gitc7ca345%{?dist}
+Release:        0.2.20121218g75aec17%{?dist}
 Summary:        Compositor for X
 
-License:        BSD
+License:        MIT
 URL:            https://github.com/chjj/%{name}
 
 # The source for this package was pulled from upstream's vcs.  Use the
-# following commands to generate the tarball:
-# git clone https://github.com/chjj/compton.git
-# tar -czvf chjj-compton-d52f7a0.tar.gz chjj-compton-d52f7a0
-Source0:        chjj-compton-c7ca345.tar.gz
+# following command to generate the tarball:
+# wget -O chjj-compton-g75aec17.tar.gz --no-check-certificate --content-disposition http://github.com/chjj/compton/tarball/75aec17
 
+Source0:        chjj-compton-g75aec17.tar.gz
+
+BuildRequires:  asciidoc
 BuildRequires:	libconfig-devel
-BuildRequires:	libXrender-devel
+BuildRequires:  libdrm-devel
+BuildRequires:  libGL-devel
+BuildRequires:	libXrandr-devel
 BuildRequires:	libXdamage-devel
 BuildRequires:	libXcomposite-devel
-BuildRequires:	libXext-devel
 BuildRequires:	pcre-devel
 BuildRequires:	pkgconfig
 
@@ -26,12 +28,12 @@ Requires:       xorg-x11-utils
 Compton is a compositor for X, and a fork of xcompmgr-dana.
 
 %prep
-%setup -q -n chjj-compton-c7ca345
+%setup -q -n chjj-compton-75aec17
 
 
 %build
 CFLAGS="%{optflags}" make %{?_smp_mflags}
-
+make docs
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -47,6 +49,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
+
+* Sun Oct 07 2012 Mario Blättermann <mariobl at fedoraproject.org> - 0-0.2.20121218g75aec17
+- New Git snapshot
+- Changed license to MIT, according to the developer's declaration
+- Add "make" call to produce newer manpages
+- Some BR cleanup
+
 * Sun Oct 07 2012 Mario Blättermann <mariobl at fedoraproject.org> - 0.1.20121007gitc7ca345
 - New Git snapshot
 - settrans has been renamed to compton-trans
diff --git a/sources b/sources
index 2425869..9579e6d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4f387104f49aed6c64cc1915752bc72  chjj-compton-c7ca345.tar.gz
+9d6f1cb4e694f0ab6c53bf184f59998d  chjj-compton-g75aec17.tar.gz


More information about the scm-commits mailing list