rpms/acl/F-11 .cvsignore, 1.11, 1.12 acl-2.2.3-multilib.patch, 1.1, 1.2 acl-2.2.39-build.patch, 1.1, 1.2 acl.spec, 1.51, 1.52 sources, 1.11, 1.12 acl-2.2.32-build.patch, 1.1, NONE acl-2.2.39-man.patch, 1.2, NONE acl-2.2.39-nfsv4.patch, 1.1, NONE acl-2.2.39-params.patch, 1.3, NONE acl-2.2.39-path_max.patch, 1.3, NONE acl-2.2.39-segfault.patch, 1.1, NONE acl-2.2.39-walk.patch, 1.2, NONE acl-2.2.45-exitcode.patch, 1.1, NONE acl-2.2.47-params.patch, 1.2, NONE

Kamil Dudka kdudka at fedoraproject.org
Sun Dec 20 11:35:48 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/acl/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17474

Modified Files:
	.cvsignore acl-2.2.3-multilib.patch acl-2.2.39-build.patch 
	acl.spec sources 
Removed Files:
	acl-2.2.32-build.patch acl-2.2.39-man.patch 
	acl-2.2.39-nfsv4.patch acl-2.2.39-params.patch 
	acl-2.2.39-path_max.patch acl-2.2.39-segfault.patch 
	acl-2.2.39-walk.patch acl-2.2.45-exitcode.patch 
	acl-2.2.47-params.patch 
Log Message:
- new upstream bugfix release
- big cleanup in patches


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/acl/F-11/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	12 Feb 2008 15:37:16 -0000	1.11
+++ .cvsignore	20 Dec 2009 11:35:46 -0000	1.12
@@ -1 +1 @@
-acl_2.2.47-1.tar.gz
+acl-2.2.49.src.tar.gz

acl-2.2.3-multilib.patch:
 buildmacros |    2 --
 1 file changed, 2 deletions(-)

Index: acl-2.2.3-multilib.patch
===================================================================
RCS file: /cvs/extras/rpms/acl/F-11/acl-2.2.3-multilib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- acl-2.2.3-multilib.patch	9 Sep 2004 02:52:09 -0000	1.1
+++ acl-2.2.3-multilib.patch	20 Dec 2009 11:35:46 -0000	1.2
@@ -1,11 +1,13 @@
---- acl-2.2.3/include/buildmacros.multilib	2003-01-28 19:00:05.000000000 -0500
-+++ acl-2.2.3/include/buildmacros	2003-01-28 19:04:13.000000000 -0500
-@@ -103,8 +103,6 @@
- 	../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_DEVLIB_DIR)/$(LIBNAME).la ; \
+diff --git a/include/buildmacros b/include/buildmacros
+index ab89182..17423c0 100644
+--- a/include/buildmacros
++++ b/include/buildmacros
+@@ -88,8 +88,6 @@ INSTALL_LTLIB_DEV = \
  	../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
  	../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); \
+ 	if test "x$(PKG_DEVLIB_DIR)" != "x$(PKG_LIB_DIR)" ; then \
 -	../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a; \
 -	../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(PKG_LIB_DIR)/$(LIBNAME).la; \
- 	../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so
+ 	../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so; \
+ 	fi
  else
- INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)

acl-2.2.39-build.patch:
 builddefs.in |   16 ++++++++--------
 buildmacros  |    2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

Index: acl-2.2.39-build.patch
===================================================================
RCS file: /cvs/extras/rpms/acl/F-11/acl-2.2.39-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- acl-2.2.39-build.patch	5 Jul 2006 19:32:11 -0000	1.1
+++ acl-2.2.39-build.patch	20 Dec 2009 11:35:47 -0000	1.2
@@ -1,6 +1,8 @@
---- acl-2.2.39/include/builddefs.in.build	2006-06-20 02:51:25.000000000 -0400
-+++ acl-2.2.39/include/builddefs.in	2006-07-05 12:34:05.000000000 -0400
-@@ -26,14 +26,14 @@
+diff --git a/include/builddefs.in b/include/builddefs.in
+index d054a56..10b0cd4 100644
+--- a/include/builddefs.in
++++ b/include/builddefs.in
+@@ -28,14 +28,14 @@ PKG_RELEASE	= @pkg_release@
  PKG_VERSION	= @pkg_version@
  PKG_PLATFORM	= @pkg_platform@
  PKG_DISTRIBUTION= @pkg_distribution@
@@ -23,14 +25,16 @@
  
  CC		= @cc@
  AWK		= @awk@
---- acl-2.2.39/include/buildmacros.build	2006-07-05 12:32:07.000000000 -0400
-+++ acl-2.2.39/include/buildmacros	2006-07-05 12:32:07.000000000 -0400
-@@ -26,7 +26,7 @@
+diff --git a/include/buildmacros b/include/buildmacros
+index 17423c0..3118a17 100644
+--- a/include/buildmacros
++++ b/include/buildmacros
+@@ -40,7 +40,7 @@ OBJECTS = $(ASFILES:.s=.o) \
  	  $(LFILES:.l=.o) \
  	  $(YFILES:%.y=%.tab.o)
  
--INSTALL	= $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
-+INSTALL	= $(TOPDIR)/install-sh
+-INSTALL	= $(TOPDIR)/include/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
++INSTALL	= $(TOPDIR)/include/install-sh
  
  SHELL = /bin/sh
  IMAGES_DIR = $(TOPDIR)/all-images


Index: acl.spec
===================================================================
RCS file: /cvs/extras/rpms/acl/F-11/acl.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- acl.spec	24 Feb 2009 00:02:45 -0000	1.51
+++ acl.spec	20 Dec 2009 11:35:48 -0000	1.52
@@ -1,17 +1,13 @@
 Summary: Access control list utilities
 Name: acl
-Version: 2.2.47
-Release: 4%{?dist}
+Version: 2.2.49
+Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libattr-devel >= 2.4.1
 BuildRequires: autoconf, libtool >= 1.5, gettext, gawk
-Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_%{version}-1.tar.gz
+Source: http://download.savannah.gnu.org/releases-noredirect/acl/acl-%{version}.src.tar.gz
 Patch0: acl-2.2.3-multilib.patch
 Patch1: acl-2.2.39-build.patch
-Patch2: acl-2.2.39-path_max.patch
-Patch3: acl-2.2.47-params.patch
-Patch4: acl-2.2.45-exitcode.patch
-Patch5: acl-2.2.39-segfault.patch
 License: GPLv2+
 Group: System Environment/Base
 URL: http://oss.sgi.com/projects/xfs/
@@ -46,12 +42,8 @@ defined in POSIX 1003.1e draft standard 
 
 %prep
 %setup -q
-%patch0 -p1 -b .multilib
-%patch1 -p1 -b .build
-%patch2 -p1 -b .path_max
-%patch3 -p1 -b .params
-%patch4 -p1 -b .exitcode
-%patch5 -p1 -b .segfault
+%patch0 -p1
+%patch1 -p1
 autoconf
 
 %build
@@ -84,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n libacl -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_bindir}/chacl
 %{_bindir}/getfacl
 %{_bindir}/setfacl
@@ -95,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/acl.5*
 
 %files -n libacl-devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 /%{_lib}/libacl.so
 %{_includedir}/acl
 %{_includedir}/sys/acl.h
@@ -103,10 +95,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/acl_*
 
 %files -n libacl
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 /%{_lib}/libacl.so.*
 
 %changelog
+* Sun Dec 20 2009 Kamil Dudka <kdudka at redhat.com> 2.2.49-1
+- new upstream bugfix release
+- big cleanup in patches
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.47-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/acl/F-11/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	12 Feb 2008 15:37:16 -0000	1.11
+++ sources	20 Dec 2009 11:35:48 -0000	1.12
@@ -1 +1 @@
-a11e4571a54a0b1ae83010d1e68a64c2  acl_2.2.47-1.tar.gz
+181445894cca986da9ae0099d5ce2d08  acl-2.2.49.src.tar.gz


--- acl-2.2.32-build.patch DELETED ---


--- acl-2.2.39-man.patch DELETED ---


--- acl-2.2.39-nfsv4.patch DELETED ---


--- acl-2.2.39-params.patch DELETED ---


--- acl-2.2.39-path_max.patch DELETED ---


--- acl-2.2.39-segfault.patch DELETED ---


--- acl-2.2.39-walk.patch DELETED ---


--- acl-2.2.45-exitcode.patch DELETED ---


--- acl-2.2.47-params.patch DELETED ---




More information about the fedora-extras-commits mailing list