postgres-decoderbufs was removed due to minimization efforts prior to public launch
This commit is contained in:
		
							parent
							
								
									442be9412a
								
							
						
					
					
						commit
						d660b43169
					
				| @ -1 +0,0 @@ | |||||||
| 1 |  | ||||||
							
								
								
									
										8
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,8 +0,0 @@ | |||||||
| /v0.9.5.Final.tar.gz |  | ||||||
| /v0.10.0.Final.tar.gz |  | ||||||
| /v1.0.0.Beta3.tar.gz |  | ||||||
| /v1.1.0.Final.tar.gz |  | ||||||
| /v.1.3.1.Final.tar.gz |  | ||||||
| /v1.4.0.Final.tar.gz |  | ||||||
| /v1.7.0.Final.tar.gz |  | ||||||
| /v1.9.7.Final.tar.gz |  | ||||||
							
								
								
									
										8
									
								
								ci.fmf
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								ci.fmf
									
									
									
									
									
								
							| @ -1,8 +0,0 @@ | |||||||
| summary: Tier tests |  | ||||||
| discover: |  | ||||||
|     how: fmf |  | ||||||
|     repository: https://src.fedoraproject.org/tests/postgresql.git |  | ||||||
|     ref: main |  | ||||||
|     filter: 'tag:postgres_decoderbufs' |  | ||||||
| execute: |  | ||||||
|     how: tmt |  | ||||||
							
								
								
									
										1
									
								
								dead.package
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								dead.package
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | |||||||
|  | postgres-decoderbufs was removed due to minimization efforts prior to public launch | ||||||
| @ -1,130 +0,0 @@ | |||||||
| %global pre Final |  | ||||||
| 
 |  | ||||||
| Name:		postgres-decoderbufs |  | ||||||
| Version:	1.9.7 |  | ||||||
| Release:	3%{?pre:.%pre}%{?dist} |  | ||||||
| Summary:	PostgreSQL Protocol Buffers logical decoder plugin |  | ||||||
| 
 |  | ||||||
| License:	MIT |  | ||||||
| URL:		https://github.com/debezium/postgres-decoderbufs |  | ||||||
| 
 |  | ||||||
| %global full_version %{version}.%{?pre:%pre}%{?!pre:Final} |  | ||||||
| 
 |  | ||||||
| Source0:	https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz |  | ||||||
| 
 |  | ||||||
| BuildRequires:	make |  | ||||||
| BuildRequires:	gcc |  | ||||||
| BuildRequires:	postgresql-server-devel |  | ||||||
| BuildRequires:	protobuf-c-devel |  | ||||||
| 
 |  | ||||||
| Requires:	protobuf-c |  | ||||||
| %{?postgresql_module_requires} |  | ||||||
| 
 |  | ||||||
| %description |  | ||||||
| A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers messages. |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| %if 0%{?postgresql_server_llvmjit} |  | ||||||
| %package llvmjit |  | ||||||
| Summary:	Just-in-time compilation support for %{name} |  | ||||||
| Requires:	%{name}%{?_isa} = %{version}-%{release} |  | ||||||
| 
 |  | ||||||
| %description llvmjit |  | ||||||
| Just-in-time compilation support for %{name}. |  | ||||||
| %endif |  | ||||||
| 
 |  | ||||||
| %prep |  | ||||||
| %autosetup -n %{name}-%{full_version} -p1 |  | ||||||
| 
 |  | ||||||
| %build |  | ||||||
| %make_build |  | ||||||
| 
 |  | ||||||
| %install |  | ||||||
| %make_install |  | ||||||
| 
 |  | ||||||
| %files |  | ||||||
| %doc README.md |  | ||||||
| %license LICENSE |  | ||||||
| %{_libdir}/pgsql/decoderbufs.so |  | ||||||
| %{_datadir}/pgsql/extension/decoderbufs.control |  | ||||||
| 
 |  | ||||||
| %if 0%{?postgresql_server_llvmjit} |  | ||||||
| %files llvmjit |  | ||||||
| %{_libdir}/pgsql/bitcode/decoderbufs.index.bc |  | ||||||
| %{_libdir}/pgsql/bitcode/decoderbufs/ |  | ||||||
| %endif |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| %changelog |  | ||||||
| * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.7-3.Final |  | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |  | ||||||
| 
 |  | ||||||
| * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.7-2.Final |  | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |  | ||||||
| 
 |  | ||||||
| * Fri Dec 02 2022 Ondřej Sloup <osloup@redhat.com> - 1.9.7-1.Final |  | ||||||
| - Rebase to the newest version |  | ||||||
| - Fix compatibility with PostgreSQL 15 |  | ||||||
| - Use autosetup |  | ||||||
| 
 |  | ||||||
| * Wed Nov 16 2022 Ondřej Sloup <osloup@redhat.com> - 1.7.0-3.Final |  | ||||||
| - Rebuild for new PostgreSQL 15 |  | ||||||
| 
 |  | ||||||
| * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2.Final |  | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |  | ||||||
| 
 |  | ||||||
| * Tue May 10 2022 Ondrej Sloup <osloup@redhat.com> - 1.7.0-1.Final |  | ||||||
| - Fix mixed spaces and tabs |  | ||||||
| - Rebase to the latest upstream version |  | ||||||
| 
 |  | ||||||
| * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-6.Final |  | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild |  | ||||||
| 
 |  | ||||||
| * Wed Dec 15 2021 Filip Januš <fjanus@redhat.com> - 1.4.0-6.Final |  | ||||||
| - Fix requirements |  | ||||||
| 
 |  | ||||||
| * Sat Nov 06 2021 Adrian Reber <adrian@lisas.de> - 1.4.0-5.Final |  | ||||||
| - Rebuilt for protobuf 3.19.0 |  | ||||||
| 
 |  | ||||||
| * Mon Oct 25 2021 Adrian Reber <adrian@lisas.de> - 1.4.0-4.Final |  | ||||||
| - Rebuilt for protobuf 3.18.1 |  | ||||||
| 
 |  | ||||||
| * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3.Final |  | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |  | ||||||
| 
 |  | ||||||
| * Thu Apr 22 2021 Honza Horak <hhorak@redhat.com> - 1.4.0-2.Final |  | ||||||
| - Build jit based on what postgresql server does |  | ||||||
| 
 |  | ||||||
| * Wed Feb  3 2021 Honza Horak <hhorak@redhat.com> - 1.4.0-1.Final |  | ||||||
| - Update to new release 1.4.0 |  | ||||||
| 
 |  | ||||||
| * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.6.Final |  | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |  | ||||||
| 
 |  | ||||||
| * Wed Jan 13 16:42:08 CET 2021 Adrian Reber <adrian@lisas.de> - 1.1.0-0.5.Final |  | ||||||
| - Rebuilt for protobuf 3.14 |  | ||||||
| 
 |  | ||||||
| * Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 1.1.0-0.4.Final |  | ||||||
| - Rebuilt for protobuf 3.13 |  | ||||||
| 
 |  | ||||||
| * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.3.Final |  | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |  | ||||||
| 
 |  | ||||||
| * Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 1.1.0-0.2.Final |  | ||||||
| - Rebuilt for protobuf 3.12 |  | ||||||
| 
 |  | ||||||
| * Mon Mar 30 2020 Jiri Pechanec <jpechane@redhat.com> - 1.1.0-0.1.Final |  | ||||||
| - Update to 1.1.0.Final |  | ||||||
| 
 |  | ||||||
| * Mon Mar 02 2020 Sandro Mani <manisandro@gmail.com> - 1.0.0-0.1.Beta3 |  | ||||||
| - Update to 1.0.0-Beta3 |  | ||||||
| - Drop BR: postgis-devel |  | ||||||
| 
 |  | ||||||
| * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2 |  | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |  | ||||||
| 
 |  | ||||||
| * Wed Oct 9 2019 - Jiri Pechanec <jpechane@redhat.com> 0.10.0-1 |  | ||||||
| * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2 |  | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |  | ||||||
| * Tue May 14 2019 - Jiri Pechanec <jpechane@redhat.com> 0.9.5-1 |  | ||||||
| - Initial RPM packaging |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user