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 14 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 メッセージバスシステム
 Summary(ja): D-BUS メッセージバスシステム
 Name: dbus
 Name: dbus
 Version: 1.2.24
 Version: 1.2.24
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 URL: http://www.freedesktop.org/software/dbus/
 URL: http://www.freedesktop.org/software/dbus/
 License: AFL/GPLv2
 License: AFL/GPLv2
 Group: System Environment/Libraries
 Group: System Environment/Libraries
@@ -243,6 +243,9 @@ fi
 %endif
 %endif
 
 
 %changelog
 %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
 * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.24-1
 - new upstream release
 - new upstream release
 - drop Patch0
 - drop Patch0

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

@@ -1,7 +1,7 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %define soversion 6
 %define soversion 6
 %define version 0.9.8m
 %define version 0.9.8m
-%define release 1%{_dist_release}
+%define release 2%{_dist_release}
 
 
 Summary: Secure Sockets Layer Toolkit
 Summary: Secure Sockets Layer Toolkit
 Name: openssl
 Name: openssl
@@ -63,6 +63,7 @@ from other formats to those used by OpenSSL.
 Summary: Secure Sockets Layer Toolkit
 Summary: Secure Sockets Layer Toolkit
 Group: System Environment/Libraries
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
+
 %description -n compat32-%{name}
 %description -n compat32-%{name}
 The OpenSSL certificate management tool and the shared libraries that
 The OpenSSL certificate management tool and the shared libraries that
 provide various cryptographic algorithms and protocols.
 provide various cryptographic algorithms and protocols.
@@ -71,6 +72,7 @@ provide various cryptographic algorithms and protocols.
 Summary: OpenSSL libraries and development headers.
 Summary: OpenSSL libraries and development headers.
 Group: Development/Libraries
 Group: Development/Libraries
 Requires: compat32-%{name} = %{version}-%{release}
 Requires: compat32-%{name} = %{version}-%{release}
+
 %description -n compat32-%{name}-devel
 %description -n compat32-%{name}-devel
 The static libraries and include files needed to compile apps
 The static libraries and include files needed to compile apps
 with support for various the cryptographic algorithms and protocols
 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
 %postun -n compat32-%{name} -p /sbin/ldconfig
 
 
 %changelog
 %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
 * Thu Mar 18 2010 IWAI, Masaharu <iwai@alib.jp> 0.9.8m-1
 - new upstream release
 - new upstream release
 - update enginsdir patch (Patch4)
 - update enginsdir patch (Patch4)