public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-glib-sys] epel10: Update to 0.8.0
@ 2026-09-25 10:33 Igor Gnatenko
  0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 2026-09-25 10:33 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-glib-sys
            Branch : epel10
            Commit : b453e502e2a964748f4c78d45d62290251317085
            Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
            Date   : 2019-04-28T14:00:03+02:00
            Stats  : +26/-68 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-glib-sys/c/b453e502e2a964748f4c78d45d62290251317085?branch=epel10

            Log:
            Update to 0.8.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 6f43f28..51be029 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /glib-sys-0.5.0.crate
 /glib-sys-0.6.0.crate
 /glib-sys-0.7.0.crate
+/glib-sys-0.8.0.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index fe90d18..c619e54 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,16 +1,8 @@
 [DEFAULT]
 buildrequires =
-  pkgconfig(glib-2.0) >= 2.32
+  pkgconfig(glib-2.0) >= 2.42
 lib.requires =
-  pkgconfig(glib-2.0) >= 2.32
-lib+v2_34.requires =
-  pkgconfig(glib-2.0) >= 2.34
-lib+v2_36.requires =
-  pkgconfig(glib-2.0) >= 2.36
-lib+v2_38.requires =
-  pkgconfig(glib-2.0) >= 2.38
-lib+v2_40.requires =
-  pkgconfig(glib-2.0) >= 2.40
+  pkgconfig(glib-2.0) >= 2.42
 lib+v2_44.requires =
   pkgconfig(glib-2.0) >= 2.44
 lib+v2_46.requires =
@@ -25,3 +17,5 @@ lib+v2_54.requires =
   pkgconfig(glib-2.0) >= 2.54
 lib+v2_56.requires =
   pkgconfig(glib-2.0) >= 2.56
+lib+v2_58.requires =
+  pkgconfig(glib-2.0) >= 2.58

diff --git a/rust-glib-sys.spec b/rust-glib-sys.spec
index e3e68a5..f79bc6f 100644
--- a/rust-glib-sys.spec
+++ b/rust-glib-sys.spec
@@ -1,13 +1,12 @@
 # Generated by rust2rpm
-# * Tests are run in infrastructure
 %bcond_with check
 %global debug_package %{nil}
 
 %global crate glib-sys
 
 Name:           rust-%{crate}
-Version:        0.7.0
-Release:        4%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        FFI bindings to libglib-2.0
 
 License:        MIT
@@ -23,7 +22,7 @@ BuildRequires:  (crate(pkg-config/default) >= 0.3.7 with crate(pkg-config/defaul
 BuildRequires:  (crate(shell-words/default) >= 0.1.0 with crate(shell-words/default) < 0.2.0)
 BuildRequires:  (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0)
 %endif
-BuildRequires:  pkgconfig(glib-2.0) >= 2.32
+BuildRequires:  pkgconfig(glib-2.0) >= 2.42
 
 %global _description \
 FFI bindings to libglib-2.0.
@@ -33,7 +32,7 @@ FFI bindings to libglib-2.0.
 %package        devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       pkgconfig(glib-2.0) >= 2.32
+Requires:       pkgconfig(glib-2.0) >= 2.42
 
 %description    devel %{_description}
 
@@ -68,58 +67,6 @@ which use "dox" feature of "%{crate}" crate.
 %files       -n %{name}+dox-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
-%package     -n %{name}+v2_34-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(glib-2.0) >= 2.34
-
-%description -n %{name}+v2_34-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_34" feature of "%{crate}" crate.
-
-%files       -n %{name}+v2_34-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package     -n %{name}+v2_36-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(glib-2.0) >= 2.36
-
-%description -n %{name}+v2_36-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_36" feature of "%{crate}" crate.
-
-%files       -n %{name}+v2_36-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package     -n %{name}+v2_38-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(glib-2.0) >= 2.38
-
-%description -n %{name}+v2_38-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_38" feature of "%{crate}" crate.
-
-%files       -n %{name}+v2_38-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
-%package     -n %{name}+v2_40-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(glib-2.0) >= 2.40
-
-%description -n %{name}+v2_40-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_40" feature of "%{crate}" crate.
-
-%files       -n %{name}+v2_40-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
-
 %package     -n %{name}+v2_44-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -211,6 +158,19 @@ which use "v2_56" feature of "%{crate}" crate.
 %files       -n %{name}+v2_56-devel
 %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
 
+%package     -n %{name}+v2_58-devel
+Summary:        %{summary}
+BuildArch:      noarch
+Requires:       pkgconfig(glib-2.0) >= 2.58
+
+%description -n %{name}+v2_58-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_58" feature of "%{crate}" crate.
+
+%files       -n %{name}+v2_58-devel
+%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep
@@ -227,6 +187,9 @@ which use "v2_56" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Sun Apr 28 13:59:17 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-1
+- Update to 0.8.0
+
 * Wed Feb 06 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-4
 - Be more precise with dependencies
 

diff --git a/sources b/sources
index e341a66..9454e7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-sys-0.7.0.crate) = ec6b24768264359414d402c15c2ad08ae8407ef8af429185a21ea70a7c2d130302dbd7731c4a522a2f43085704da42c841e367000a4abb52a5e81134e77c2a81
+SHA512 (glib-sys-0.8.0.crate) = 814a8151708153dee6bf464a691fc8e95b42a041e3b3b788722f270cf39d479d404e8dcdf4a4454b179dedd4291600a072f361c003990213cabe259f5c49d8c2

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

only message in thread, other threads:[~2026-09-25 10:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 10:33 [rpms/rust-glib-sys] epel10: Update to 0.8.0 Igor Gnatenko

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