Browse Source

rebuilt with rpm-4.8.1: dbus, openssl

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1852 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
eee86e864e
2 changed files with 10 additions and 2 deletions
  1. 4 1
      d/dbus/dbus-vl.spec
  2. 6 1
      o/openssl/openssl-vl.spec

+ 4 - 1
d/dbus/dbus-vl.spec

@@ -11,7 +11,7 @@ Summary: D-BUS message bus
 Summary(ja): D-BUS メッセージバスシステム
 Name: dbus
 Version: 1.2.24
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 URL: http://www.freedesktop.org/software/dbus/
 License: AFL/GPLv2
 Group: System Environment/Libraries
@@ -243,6 +243,9 @@ fi
 %endif
 
 %changelog
+* Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.24-2
+- rebuilt with rpm-4.8.1
+
 * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.24-1
 - new upstream release
 - drop Patch0

+ 6 - 1
o/openssl/openssl-vl.spec

@@ -1,7 +1,7 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %define soversion 6
 %define version 0.9.8m
-%define release 1%{_dist_release}
+%define release 2%{_dist_release}
 
 Summary: Secure Sockets Layer Toolkit
 Name: openssl
@@ -63,6 +63,7 @@ from other formats to those used by OpenSSL.
 Summary: Secure Sockets Layer Toolkit
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+
 %description -n compat32-%{name}
 The OpenSSL certificate management tool and the shared libraries that
 provide various cryptographic algorithms and protocols.
@@ -71,6 +72,7 @@ provide various cryptographic algorithms and protocols.
 Summary: OpenSSL libraries and development headers.
 Group: Development/Libraries
 Requires: compat32-%{name} = %{version}-%{release}
+
 %description -n compat32-%{name}-devel
 The static libraries and include files needed to compile apps
 with support for various the cryptographic algorithms and protocols
@@ -292,6 +294,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc.tmp
 %postun -n compat32-%{name} -p /sbin/ldconfig
 
 %changelog
+* Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.8m-2
+- rebuilt with rpm-4.8.1
+
 * Thu Mar 18 2010 IWAI, Masaharu <iwai@alib.jp> 0.9.8m-1
 - new upstream release
 - update enginsdir patch (Patch4)