Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix libstdc++-doc dependency
Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed Feb 20, 2019
1 parent c51724f commit 50b928c
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cross-aarch64-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-armv5tel-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-armv6l-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-armv7hl-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-armv7l-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-armv7nhl-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-armv7thl-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-armv7tnhl-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-i486-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-mipsel-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
2 changes: 1 addition & 1 deletion cross-x86_64-gcc.spec
Expand Up @@ -293,7 +293,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down
3 changes: 3 additions & 0 deletions gcc.changes
@@ -1,3 +1,6 @@
* Wed Feb 20 2019 Matti Kosola <matti.kosola@jolla.com> - 4.9.4-2
- Fix proper dependency for libstdc++-doc. JB#24119

* Thu Nov 15 2018 Niels Breet <niels.breet@jolla.com> - 4.9.4
- Upgrade to Linaro 4.9 2017.01
- Fixes MER#1985
Expand Down
2 changes: 1 addition & 1 deletion gcc.spec
Expand Up @@ -292,7 +292,7 @@ Static libraries for the GNU standard C++ library.
%package -n libstdc++-doc
Summary: Documentation for the GNU standard C++ library
Group: Development/Libraries
Requires: libstdc++ = %{name}-%{release}
Requires: libstdc++ = %{version}-%{release}
Obsoletes: libstdc++-docs
Obsoletes: libstdc++43-doc
Autoreq: true
Expand Down

0 comments on commit 50b928c

Please sign in to comment.