public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pavol Babincak <pbabinca@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rpkg] 1.70-1: New upstream release - 1.32
Date: Mon, 10 Aug 2026 21:43:18 GMT [thread overview]
Message-ID: <178639819827.1.13196058623504292297.rpms-rpkg-48067637a132@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rpkg
Branch : 1.70-1
Commit : 48067637a132f90d168909653227c415ddab306e
Author : Pavol Babincak <pbabinca@redhat.com>
Date : 2015-03-23T19:56:06+01:00
Stats : +9/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/48067637a132f90d168909653227c415ddab306e?branch=1.70-1
Log:
New upstream release - 1.32
- tests: Properly open/close the file (bochecha)
- sources: Support writing in either the old or new format (bochecha)
- sources: Reindent code (bochecha)
---
diff --git a/.gitignore b/.gitignore
index d5e0ebf..5f64582 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
/rpkg-1.28.tar.gz
/rpkg-1.30.tar.gz
/rpkg-1.31.tar.gz
+/rpkg-1.32.tar.gz
diff --git a/rpkg.spec b/rpkg.spec
index a6042a7..312c509 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -2,7 +2,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: rpkg
-Version: 1.31
+Version: 1.32
Release: 1%{?dist}
Summary: Utility for interacting with rpm+git packaging systems
@@ -80,6 +80,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Mar 23 2015 Pavol Babincak <pbabinca@redhat.com> - 1.32-1
+- tests: Properly open/close the file (bochecha)
+- sources: Support writing in either the old or new format (bochecha)
+- sources: Reindent code (bochecha)
+
* Fri Mar 06 2015 Pavol Babincak <pbabinca@redhat.com> - 1.31-1
- Refactor: remove unused imports from test_sources (pbabinca)
- Don't do several times the same thing (bochecha)
diff --git a/sources b/sources
index fbad650..c3c8525 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-6e91c9311f599e56d1f9abca0b6f319d rpkg-1.31.tar.gz
+a1d11400d20a38a5ceeaf46844ab6af5 rpkg-1.32.tar.gz
+a1d11400d20a38a5ceeaf46844ab6af5 rpkg-1.32.tar.gz
reply other threads:[~2026-08-10 21:43 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=178639819827.1.13196058623504292297.rpms-rpkg-48067637a132@fedoraproject.org \
--to=pbabinca@redhat.com \
--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