rpms/xar/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xar.spec, 1.7, 1.8 xar-1.5-install.patch, 1.1, NONE xar-1.5.1-memset.patch, 1.1, NONE

Matthias Saou thias at fedoraproject.org
Tue Dec 23 22:52:36 UTC 2008


Author: thias

Update of /cvs/extras/rpms/xar/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15759

Modified Files:
	.cvsignore sources xar.spec 
Removed Files:
	xar-1.5-install.patch xar-1.5.1-memset.patch 
Log Message:
Update to 1.5.2.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xar/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	11 Jul 2007 13:03:42 -0000	1.3
+++ .cvsignore	23 Dec 2008 22:52:05 -0000	1.4
@@ -1 +1 @@
-xar-1.5.1.tar.gz
+xar-1.5.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xar/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 Jul 2007 13:03:42 -0000	1.3
+++ sources	23 Dec 2008 22:52:05 -0000	1.4
@@ -1 +1 @@
-c24e4a3958b90e6cce162e60e8e43761  xar-1.5.1.tar.gz
+8eabb055d3387b8edc30ecfb08d2e80d  xar-1.5.2.tar.gz


Index: xar.spec
===================================================================
RCS file: /cvs/extras/rpms/xar/devel/xar.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xar.spec	20 Feb 2008 04:46:08 -0000	1.7
+++ xar.spec	23 Dec 2008 22:52:05 -0000	1.8
@@ -1,14 +1,12 @@
 Summary: The eXtensible ARchiver
 Name: xar
-Version: 1.5.1
-Release: 6%{?dist}
+Version: 1.5.2
+Release: 1%{?dist}
 License: BSD
 Group: Applications/Archiving
 URL: http://code.google.com/p/xar/
 Source: http://xar.googlecode.com/files/xar-%{version}.tar.gz
-Patch0: xar-1.5-install.patch
-Patch1: xar-1.5-norpath.patch
-Patch2: xar-1.5.1-memset.patch
+Patch0: xar-1.5-norpath.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: libxml2-devel
 BuildRequires: openssl-devel
@@ -38,19 +36,18 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .install
-%patch1 -p1 -b .norpath
-%patch2 -p1 -b .memset
+%patch0 -p1 -b .norpath
 
 
 %build
-%configure
+%configure --disable-static
 %{__make} %{?_smp_mflags}
 
 
 %install
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot}
+%{__rm} -f %{buildroot}%{_libdir}/libxar.la
 
 
 %clean
@@ -76,10 +73,15 @@
 
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.5.1-6
+* Tue Dec 23 2008 Matthias Saou <http://freshrpms.net/> 1.5.2-1
+- Update to 1.5.2.
+- Remove no longer needed install and memset patches.
+- Disable newly built-by-default static lib and remove useless .la file.
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> 
 - Autorebuild for GCC 4.3
 
-* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.5.1-5
+* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> 
 - Rebuild for deps
 
 * Thu Aug 23 2007 Matthias Saou <http://freshrpms.net/> 1.5.1-4


--- xar-1.5-install.patch DELETED ---


--- xar-1.5.1-memset.patch DELETED ---




More information about the fedora-extras-commits mailing list