rpms/systemd/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 systemd.spec, 1.1, 1.2

Rahul Sundaram sundaram at fedoraproject.org
Mon Jun 14 10:24:20 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/systemd/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24896

Modified Files:
	.cvsignore sources systemd.spec 
Log Message:
* Mon Jun 14 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0-0.4.20100614.git393024
- Pull the latest snapshot that fixes a segfault. Resolves rhbz#603231



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/systemd/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Jun 2010 06:18:32 -0000	1.2
+++ .cvsignore	14 Jun 2010 10:24:20 -0000	1.3
@@ -1 +1 @@
-systemd-0.20100610git2f198e.tar.xz
+systemd-0.20100614git393034.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/systemd/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Jun 2010 06:18:33 -0000	1.2
+++ sources	14 Jun 2010 10:24:20 -0000	1.3
@@ -1 +1 @@
-1211f6d56222c586015629c5516f29b6  systemd-0.20100610git2f198e.tar.xz
+874bd9ad3fe55629a3b2e318b901d0af  systemd-0.20100614git393034.tar.xz


Index: systemd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/systemd/devel/systemd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- systemd.spec	11 Jun 2010 06:18:33 -0000	1.1
+++ systemd.spec	14 Jun 2010 10:24:20 -0000	1.2
@@ -1,12 +1,12 @@
-%global git_date    20100610
-%global git_version 2f198e
+%global git_date    20100614
+%global git_version 393034
 %global _bindir      /bin
 %global _libdir      /lib
 
 Name:            systemd  
 Url:             http://www.freedesktop.org/wiki/Software/systemd  
 Version:         0
-Release:         0.3.%{git_date}git%{git_version}%{?dist} 
+Release:         0.4.%{git_date}git%{git_version}%{?dist} 
 License:         GPLv2+  
 Group:           System Environment/Base
 Summary:         A System and Session Manager  
@@ -18,7 +18,7 @@ BuildRequires:   automake autoconf
 
 # git clone git://anongit.freedesktop.org/systemd 
 # cd systemd;
-# git-archive --format=tar --prefix={name} {git_version} | xz  > systemd-{version}.{git_date}git{git_version}.tar.xz
+# git-archive --format=tar --prefix={name}/ {git_version} | xz  > systemd-{version}.{git_date}git{git_version}.tar.xz
 
 Source0:         %{name}-%{version}.%{git_date}git%{git_version}.tar.xz
 #Source0:        http://www.freedesktop.org/FIXME/%{name}-%{version}.tar.bz2  
@@ -41,7 +41,7 @@ control logic. It can work as a drop-in 
 %build 
  
 export V=1  
-%configure --sbindir=/sbin  --libexecdir=%{_prefix}/libexec --with-rootdir=  --with-distro=fedora CFLAGS="%{optflags}"  
+%configure --sbindir=/sbin  --with-rootdir= --with-distro=fedora 
 
 make %{?_smp_mflags}
   
@@ -73,6 +73,9 @@ make DESTDIR=%{buildroot} install 
 
   
 %changelog
+* Mon Jun 14 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0-0.4.20100614.git393024
+- Pull the latest snapshot that fixes a segfault. Resolves rhbz#603231
+
 * Thu Jun 11 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0-0.3.20100610git2f198e
 - More minor fixes as per review
 
@@ -81,7 +84,7 @@ make DESTDIR=%{buildroot} install 
 
 * Wed Jun 09 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0-0.1.20090609git2f198e
 - Address review comments
- 
+
 * Tue Jun 01 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0-0.0.git2010-06-02
 - Initial spec (adopted from Kay Sievers)
 



More information about the scm-commits mailing list