1- %{! ?srcname: %define srcname python3-libconfig}
2-
3- Summary: A Python interface to libconfig
41Name: python3-libconfig
5- Version: 0.2.1
2+ Summary: A Python interface to libconfig
3+ Version: 0.2.2
64Release: 1%{?dist }
75License: bsd
86Group: Development/Libraries
9- Source0: %{srcname }-%{version }.tar.gz
7+ Source0: %{name }-%{version }.tar.gz
108URL: https://github.com/cnangel/python-libconfig
119
1210BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root
@@ -19,7 +17,7 @@ Supports reading, writing, and manipulating configuration files
1917via the libconfig C++ API through Boost.Python.
2018
2119%prep
22- %setup -q -n %{srcname }-%{version }
20+ %setup -q -n %{name }-%{version }
2321
2422%build
2523export libdirname=%{_lib }
@@ -39,6 +37,8 @@ rm -rf $RPM_BUILD_ROOT
3937%doc README.md
4038
4139%changelog
40+ * Sat Jun 20 2026 Cnangel <cnangel@gmail.com> 0.2.2-1
41+ - Add python3-libconfig.spec, restore readList compat, fix CI spec path
4242* Sat May 16 2026 Cnangel <cnangel@gmail.com> 0.2.1-1
4343- Fix version guards for multi-version libconfig compatibility (1.1.x ~ 1.8.x)
4444- Fix isString() implementation to use getType() instead of non-existent API
@@ -53,12 +53,12 @@ rm -rf $RPM_BUILD_ROOT
5353- Use setValue with Python type introspection dispatching
5454
5555* Thu Mar 30 2023 Cnangel <cnangel@gmail.com> 0.0.5-1
56- - add getType function
56+ - Add getType function
5757* Sat Mar 18 2023 Cnangel <cnangel@gmail.com> 0.0.4-1
58- - fix root path issue.
58+ - Fix root path issue.
5959* Mon Nov 04 2019 Cnangel <cnangel@gmail.com> 0.0.3-1
60- - update for support python3
60+ - Update for support python3
6161* Mon Apr 14 2014 Cnangel <cnangel@gmail.com> 0.0.2-1
62- - modify some deps method
62+ - Modify some deps method
6363* Fri Apr 16 2010 Cnangel <cnangel@gmail.com> 0.0.1-1
6464- Initial build
0 commit comments