public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Tomecek <ttomecek@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-pretty-git-prompt] rawhide: Merge #3 `Update rawhide to upstream release 0.3.0`
Date: Mon, 17 Aug 2026 07:33:15 GMT	[thread overview]
Message-ID: <178695199575.1.6325854959124896097.rpms-rust-pretty-git-prompt-9ff38d6ff696@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-pretty-git-prompt
Branch : rawhide
Commit : 9ff38d6ff696fb55c50132c5f7a31001fc99fe2a
Author : Tomas Tomecek <ttomecek@fedoraproject.org>
Date   : 2026-08-17T07:33:12+00:00
Stats  : +36/-5 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-pretty-git-prompt/c/9ff38d6ff696fb55c50132c5f7a31001fc99fe2a?branch=rawhide

Log:
Merge #3 `Update rawhide to upstream release 0.3.0`

---
diff --git a/.gitignore b/.gitignore
index 4da6788..4a94436 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pretty-git-prompt-0.2.0.crate
 /pretty-git-prompt-0.2.1.crate
 /pretty-git-prompt-0.2.2.crate
+/pretty-git-prompt-0.3.0.crate

diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..667b1fb
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,30 @@
+---
+downstream_package_name: rust-pretty-git-prompt
+srpm_build_deps:
+- cargo
+- cargo-rpm-macros
+actions:
+  create-archive:
+    # didn't manage to make it work with --offline, cargo cannot find the packages/crates locally
+  - cargo package --allow-dirty
+  - bash -c "ls -1 target/package/*.crate"
+jobs:
+  - job: copr_build
+    trigger: pull_request
+    targets:
+      - fedora-all
+
+  - job: tests
+    trigger: pull_request
+    targets:
+      - fedora-all
+
+  - job: propose_downstream
+    trigger: release
+    dist_git_branches:
+      - fedora-rawhide
+
+  - job: koji_build
+    trigger: commit
+    dist_git_branches:
+      - fedora-rawhide

diff --git a/README.packit b/README.packit
new file mode 100644
index 0000000..68a092a
--- /dev/null
+++ b/README.packit
@@ -0,0 +1,3 @@
+This repository is maintained by packit.
+https://packit.dev/
+The file was generated using packit 1.16.2.post1.dev8+g69d783e81.

diff --git a/rust-pretty-git-prompt.spec b/rust-pretty-git-prompt.spec
index 9982129..5b91df7 100644
--- a/rust-pretty-git-prompt.spec
+++ b/rust-pretty-git-prompt.spec
@@ -6,16 +6,13 @@
 %global crate pretty-git-prompt
 
 Name:           rust-pretty-git-prompt
-Version:        0.2.2
+Version:        0.3.0
 Release:        %autorelease
 Summary:        Your current git repository information inside a beautiful shell prompt
 
 License:        MIT
 URL:            https://crates.io/crates/pretty-git-prompt
 Source:         %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * bump git2 dependency from 0.18 to 0.20
-Patch:          pretty-git-prompt-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 

diff --git a/sources b/sources
index 426183b..1a091fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pretty-git-prompt-0.2.2.crate) = c19a0a80b858c2b1184acd31688c6b5123f68ec41c5ea25c81ba8932e28ed8f004844a6bb3b9f63b46b9bbf1816664fc4958281b62e61239b41fab7e02cffeb9
+SHA512 (pretty-git-prompt-0.3.0.crate) = a2accadf4040fc8cd148cf1dc150d5f446c929c48492d2255a5833b4aa1aa4e66a6184965402aa0a92c90d455a7eb55fb433df764220b5f7f74a2503310e7a17

                 reply	other threads:[~2026-08-17  7:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178695199575.1.6325854959124896097.rpms-rust-pretty-git-prompt-9ff38d6ff696@fedoraproject.org \
    --to=ttomecek@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox