Accepting request 181456 from home:MargueriteSu:branches:M17N

update version 0.3.3

OBS-URL: https://build.opensuse.org/request/show/181456
OBS-URL: https://build.opensuse.org/package/show/M17N/google-glog?expand=0&rev=4
This commit is contained in:
Marguerite Su 2013-06-29 18:20:56 +00:00 committed by Git OBS Bridge
parent f326fada9f
commit d6840a7fbe
4 changed files with 36 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e47f9437e97cb1621930dea3c557a2801ddac3b5db1a9fd0c3cde399f2c9ccd
size 478666

3
glog-0.3.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0
size 509676

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jun 29 18:05:14 UTC 2013 - i@marguerite.su
- update version 0.3.3
* Add --disable-rtti option for configure.
* Visual Studio build and test fix.
* QNX build fix (thanks vanuan).
* Reduce warnings.
* Fixed LOG_SYSRESULT (thanks ukai).
* FreeBSD build fix (thanks yyanagisawa).
* Clang build fix.
* Now users can re-initialize glog after ShutdownGoogleLogging.
* Color output support by GLOG_colorlogtostderr (thanks alexs).
* Now glog's ABI around flags are compatible with gflags.
* Document mentions how to modify flags from user programs.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 11 15:15:53 UTC 2012 - i@marguerite.su Thu Oct 11 15:15:53 UTC 2012 - i@marguerite.su

View File

@ -1,7 +1,7 @@
# #
# spec file for package google-glog # spec file for package google-glog
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,15 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: google-glog Name: google-glog
Version: 0.3.2 Version: 0.3.3
Release: 0 Release: 0
License: BSD-3-Clause Summary: Logging library for C++
Summary: Logging library for C++ License: BSD-3-Clause
Url: http://code.google.com/p/google-glog/ Group: System/Libraries
Group: System/Libraries Url: http://code.google.com/p/google-glog/
Source: glog-%{version}.tar.gz Source: https://google-glog.googlecode.com/files/glog-%{version}.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -32,7 +34,7 @@ This library provides logging APIs based on C++-style
streams and various helper macros. streams and various helper macros.
%package -n libglog0 %package -n libglog0
Summary: Logging library for C++ Summary: Logging library for C++
Group: System/Libraries Group: System/Libraries
%description -n libglog0 %description -n libglog0
@ -41,9 +43,9 @@ This library provides logging APIs based on C++-style
streams and various helper macros. streams and various helper macros.
%package -n glog-devel %package -n glog-devel
Summary: Header files for libglog0 Summary: Header files for libglog0
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libglog0 = %{version} Requires: libglog0 = %{version}
%description -n glog-devel %description -n glog-devel
The glog library implements application-level logging. The glog library implements application-level logging.
@ -52,8 +54,6 @@ streams and various helper macros.
This package provides development files for libglog0. This package provides development files for libglog0.
%prep %prep
%setup -q -n glog-%{version} %setup -q -n glog-%{version}
@ -68,16 +68,17 @@ rm -rf %{buildroot}%{_libdir}/*.{a,la}
mkdir -p %{buildroot}%{_docdir}/%{name} mkdir -p %{buildroot}%{_docdir}/%{name}
mv %{buildroot}%{_datadir}/doc/glog-%{version}/* %{buildroot}%{_docdir}/%{name}/ mv %{buildroot}%{_datadir}/doc/glog-%{version}/* %{buildroot}%{_docdir}/%{name}/
rm -rf %{buildroot}%{_docdir}/%{name}/INSTALL
%post -n libglog0 -p /sbin/ldconfig %post -n libglog0 -p /sbin/ldconfig
%postun -n libglog0 -p /sbin/ldconfig %postun -n libglog0 -p /sbin/ldconfig
%files -n libglog0 %files -n libglog0
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libglog.so.0 %{_libdir}/libglog.so.0
%{_libdir}/libglog.so.0.0.0 %{_libdir}/libglog.so.0.0.0
%{_docdir}/%{name} %doc %{_docdir}/%{name}
%files -n glog-devel %files -n glog-devel
%defattr(-,root,root) %defattr(-,root,root)
@ -86,4 +87,3 @@ mv %{buildroot}%{_datadir}/doc/glog-%{version}/* %{buildroot}%{_docdir}/%{name}/
%{_libdir}/pkgconfig/libglog.pc %{_libdir}/pkgconfig/libglog.pc
%changelog %changelog