forked from pool/jsoncpp
		
	Accepting request 1219075 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1219075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=31
This commit is contained in:
		@@ -1 +1 @@
 | 
			
		||||
libjsoncpp25
 | 
			
		||||
libjsoncpp26
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								jsoncpp-1.9.5.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								jsoncpp-1.9.5.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								jsoncpp-1.9.6.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								jsoncpp-1.9.6.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1,3 +1,12 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Tue Oct 29 15:03:24 UTC 2024 - Angel Yankov <angel.yankov@suse.com>
 | 
			
		||||
 | 
			
		||||
- Update to 1.9.6:
 | 
			
		||||
  * Building infrastrucutre updates, Cmake and meson
 | 
			
		||||
  * Major bugfixes
 | 
			
		||||
  * Parse large floats as infinity
 | 
			
		||||
  * Fix parser tokens bug and out-of-bound read
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Mar  8 12:03:58 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,9 @@
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
%define sover   25
 | 
			
		||||
%define sover   26
 | 
			
		||||
Name:           jsoncpp
 | 
			
		||||
Version:        1.9.5
 | 
			
		||||
Version:        1.9.6
 | 
			
		||||
Release:        0
 | 
			
		||||
Summary:        C++ library that allows manipulating with JSON
 | 
			
		||||
License:        MIT
 | 
			
		||||
@@ -99,7 +99,11 @@ popd
 | 
			
		||||
%files devel
 | 
			
		||||
%license LICENSE
 | 
			
		||||
%doc AUTHORS README.md
 | 
			
		||||
%dir %{_libdir}/cmake/%{name}/
 | 
			
		||||
%dir %{_libdir}/cmake
 | 
			
		||||
%{_libdir}/pkgconfig/%{name}.pc
 | 
			
		||||
%{_libdir}/cmake/%{name}/%{name}Config.cmake
 | 
			
		||||
%{_libdir}/cmake/%{name}/%{name}-namespaced-targets.cmake
 | 
			
		||||
%{_libdir}/lib%{name}.so
 | 
			
		||||
%{_includedir}/json/
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user