public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mingw-protobuf] rawhide: Drop separate protobuf-compiler subpackage
@ 2026-07-02 10:36 Sandro Mani
  0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-07-02 10:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mingw-protobuf
Branch : rawhide
Commit : 3ff19aa5105aa97f5a97cab5c7685d494a879e4d
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-07-02T12:36:47+02:00
Stats  : +24/-41 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-protobuf/c/3ff19aa5105aa97f5a97cab5c7685d494a879e4d?branch=rawhide

Log:
Drop separate protobuf-compiler subpackage

---
diff --git a/mingw-protobuf.spec b/mingw-protobuf.spec
index 89e3f24..627ce84 100644
--- a/mingw-protobuf.spec
+++ b/mingw-protobuf.spec
@@ -4,7 +4,7 @@
 
 Name:          mingw-%{pkgname}
 Version:       33.5
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       MinGW Windows protobuf library
 
 BuildArch:     noarch
@@ -38,38 +38,23 @@ Summary:        MinGW Windows protobuf library
 BuildArch:      noarch
 Obsoletes:      mingw32-%{pkgname}-static < 33.5-1
 Provides:       mingw32-%{pkgname}-static = %{version}-%{release}
+Obsoletes:      mingw32-%{pkgname}-tools < 33.5-1
+Provides:       mingw32-%{pkgname}-tools = %{version}-%{release}
 
 %description -n mingw32-%{pkgname}
 MinGW Windows protobuf library.
 
 
-%package -n mingw32-%{pkgname}-compiler
-Summary:        MinGW Windows protobuf library compiler executables
-BuildArch:      noarch
-Obsoletes:      mingw32-%{pkgname}-tools < 33.5-1
-Provides:       mingw32-%{pkgname}-tools = %{version}-%{release}
-
-%description -n mingw32-%{pkgname}-compiler
-MinGW Windows protobuf library compiler executables.
-
 %package -n mingw64-%{pkgname}
 Summary:        MinGW Windows protobuf library
 BuildArch:      noarch
 Obsoletes:      mingw64-%{pkgname}-static < 33.5-1
 Provides:       mingw64-%{pkgname}-static = %{version}-%{release}
-
-%description -n mingw64-%{pkgname}
-MinGW Windows protobuf library.
-
-
-%package -n mingw64-%{pkgname}-compiler
-Summary:        MinGW Windows protobuf library compiler executables
-BuildArch:      noarch
 Obsoletes:      mingw64-%{pkgname}-tools < 33.5-1
 Provides:       mingw64-%{pkgname}-tools = %{version}-%{release}
 
-%description -n mingw64-%{pkgname}-compiler
-MinGW Windows protobuf library compiler executables.
+%description -n mingw64-%{pkgname}
+MinGW Windows protobuf library.
 
 %{?mingw_debug_package}
 
@@ -97,6 +82,14 @@ MinGW Windows protobuf library compiler executables.
 %{mingw32_bindir}/libprotoc-33.5.0.dll
 %{mingw32_bindir}/libutf8_range-33.5.0.dll
 %{mingw32_bindir}/libutf8_validity-33.5.0.dll
+%{mingw32_bindir}/protoc-gen-upb.exe
+%{mingw32_bindir}/protoc-gen-upb.exe-%{version}.0
+%{mingw32_bindir}/protoc-gen-upb_minitable.exe
+%{mingw32_bindir}/protoc-gen-upb_minitable.exe-%{version}.0
+%{mingw32_bindir}/protoc-gen-upbdefs.exe
+%{mingw32_bindir}/protoc-gen-upbdefs.exe-%{version}.0
+%{mingw32_bindir}/protoc.exe
+%{mingw32_bindir}/protoc.exe-%{version}.0
 %dir %{mingw32_includedir}/google
 %{mingw32_includedir}/google/protobuf/
 %{mingw32_includedir}/upb/
@@ -115,16 +108,6 @@ MinGW Windows protobuf library compiler executables.
 %{mingw32_libdir}/pkgconfig/upb.pc
 %{mingw32_libdir}/pkgconfig/utf8_range.pc
 
-%files -n mingw32-%{pkgname}-compiler
-%license LICENSE
-%{mingw32_bindir}/protoc-gen-upb.exe
-%{mingw32_bindir}/protoc-gen-upb.exe-%{version}.0
-%{mingw32_bindir}/protoc-gen-upb_minitable.exe
-%{mingw32_bindir}/protoc-gen-upb_minitable.exe-%{version}.0
-%{mingw32_bindir}/protoc-gen-upbdefs.exe
-%{mingw32_bindir}/protoc-gen-upbdefs.exe-%{version}.0
-%{mingw32_bindir}/protoc.exe
-%{mingw32_bindir}/protoc.exe-%{version}.0
 
 %files -n mingw64-%{pkgname}
 %license LICENSE
@@ -133,6 +116,14 @@ MinGW Windows protobuf library compiler executables.
 %{mingw64_bindir}/libprotoc-33.5.0.dll
 %{mingw64_bindir}/libutf8_range-33.5.0.dll
 %{mingw64_bindir}/libutf8_validity-33.5.0.dll
+%{mingw64_bindir}/protoc-gen-upb.exe
+%{mingw64_bindir}/protoc-gen-upb.exe-%{version}.0
+%{mingw64_bindir}/protoc-gen-upb_minitable.exe
+%{mingw64_bindir}/protoc-gen-upb_minitable.exe-%{version}.0
+%{mingw64_bindir}/protoc-gen-upbdefs.exe
+%{mingw64_bindir}/protoc-gen-upbdefs.exe-%{version}.0
+%{mingw64_bindir}/protoc.exe
+%{mingw64_bindir}/protoc.exe-%{version}.0
 %dir %{mingw64_includedir}/google
 %{mingw64_includedir}/google/protobuf/
 %{mingw64_includedir}/upb/
@@ -151,19 +142,11 @@ MinGW Windows protobuf library compiler executables.
 %{mingw64_libdir}/pkgconfig/upb.pc
 %{mingw64_libdir}/pkgconfig/utf8_range.pc
 
-%files -n mingw64-%{pkgname}-compiler
-%license LICENSE
-%{mingw64_bindir}/protoc-gen-upb.exe
-%{mingw64_bindir}/protoc-gen-upb.exe-%{version}.0
-%{mingw64_bindir}/protoc-gen-upb_minitable.exe
-%{mingw64_bindir}/protoc-gen-upb_minitable.exe-%{version}.0
-%{mingw64_bindir}/protoc-gen-upbdefs.exe
-%{mingw64_bindir}/protoc-gen-upbdefs.exe-%{version}.0
-%{mingw64_bindir}/protoc.exe
-%{mingw64_bindir}/protoc.exe-%{version}.0
-
 
 %changelog
+* Thu Jul 02 2026 Sandro Mani <manisandro@gmail.com> - 33.5-3
+- Drop separate protobuf-compiler subpackage
+
 * Thu Jul 02 2026 Sandro Mani <manisandro@gmail.com> - 33.5-2
 - Drop separate protobuf-lite subpackage
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 10:36 [rpms/mingw-protobuf] rawhide: Drop separate protobuf-compiler subpackage Sandro Mani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox