public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ian Burrell <iburrell@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/jigdo] epel10.2: remove obsolete patches
Date: Fri, 21 Aug 2026 18:59:19 GMT [thread overview]
Message-ID: <178733875912.1.13903192982114133226.rpms-jigdo-ad6c82a02072@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jigdo
Branch : epel10.2
Commit : ad6c82a02072b36cfe9a190db0559125563a885b
Author : Ian Burrell <iburrell@fedoraproject.org>
Date : 2006-06-26T00:21:33+00:00
Stats : +0/-163 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/jigdo/c/ad6c82a02072b36cfe9a190db0559125563a885b?branch=epel10.2
Log:
remove obsolete patches
---
diff --git a/jigdo-0.7.2-amd64.patch b/jigdo-0.7.2-amd64.patch
deleted file mode 100644
index 6452bf7..0000000
--- a/jigdo-0.7.2-amd64.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Index: src/cachefile.hh
-===================================================================
-RCS file: /cvsroot/jigdo/jigdo/src/cachefile.hh,v
-retrieving revision 1.3
-retrieving revision 1.4
-diff -u -b -B -r1.3 -r1.4
---- src/cachefile.hh 2 Jul 2005 22:05:03 -0000 1.3
-+++ src/cachefile.hh 21 Jul 2005 11:31:43 -0000 1.4
-@@ -1,4 +1,4 @@
--/* $Id: cachefile.hh,v 1.3 2005/07/02 22:05:03 atterer Exp $ -*- C++ -*-
-+/* $Id: cachefile.hh,v 1.4 2005/07/21 11:31:43 atterer Exp $ -*- C++ -*-
- __ _
- |_) /| Copyright (C) 2001-2002 | richard@
- | \/�| Richard Atterer | atterer.net
-@@ -94,7 +94,7 @@
- only valid until the next database operation. */
- Status findName(const byte*& resultData, size_t& resultSize,
- const string& fileName,
-- long long int& resultFileSize, time_t& resultMtime);
-+ off_t& resultFileSize, time_t& resultMtime);
-
- /** Insert/overwrite entry for the given file (name must be
- absolute, file must have the supplied mtime and size). The data
-Index: src/cachefile.cc
-===================================================================
-RCS file: /cvsroot/jigdo/jigdo/src/cachefile.cc,v
-retrieving revision 1.7
-retrieving revision 1.8
-diff -u -b -B -r1.7 -r1.8
---- src/cachefile.cc 2 Jul 2005 22:05:03 -0000 1.7
-+++ src/cachefile.cc 21 Jul 2005 11:31:43 -0000 1.8
-@@ -1,4 +1,4 @@
--/* $Id: cachefile.cc,v 1.7 2005/07/02 22:05:03 atterer Exp $ -*- C++ -*-
-+/* $Id: cachefile.cc,v 1.8 2005/07/21 11:31:43 atterer Exp $ -*- C++ -*-
- __ _
- |_) /| Copyright (C) 2001-2003 | richard@
- | \/�| Richard Atterer | atterer.net
-@@ -131,7 +131,7 @@
- //________________________________________
-
- Status CacheFile::findName(const byte*& resultData, size_t& resultSize,
-- const string& fileName, long long int& resultFileSize,
-+ const string& fileName, off_t& resultFileSize,
- time_t& resultMtime) {
- DBT key; memset(&key, 0, sizeof(DBT));
- key.data = const_cast<char*>(fileName.c_str());
diff --git a/jigdo-0.7.2-gcc41.patch b/jigdo-0.7.2-gcc41.patch
deleted file mode 100644
index 96731e8..0000000
--- a/jigdo-0.7.2-gcc41.patch
+++ /dev/null
@@ -1,117 +0,0 @@
-? jigdo-gcc41.patch
-Index: src/jigdo-file.cc
-===================================================================
-RCS file: /cvsroot/jigdo/jigdo/src/jigdo-file.cc,v
-retrieving revision 1.19
-diff -u -b -B -r1.19 jigdo-file.cc
---- src/jigdo-file.cc 5 Jul 2005 12:47:17 -0000 1.19
-+++ src/jigdo-file.cc 29 Jan 2006 23:42:14 -0000
-@@ -477,6 +477,16 @@
- }
- //______________________________________________________________________
-
-+//______________________________________________________________________
-+
-+void outOfMemory() {
-+ cerr << subst(_("%1: Out of memory - aborted."), binName()) << endl;
-+ exit(3);
-+}
-+//______________________________________________________________________
-+
-+} // local namespace
-+
- enum {
- LONGOPT_BUFSIZE = 0x100, LONGOPT_NOFORCE, LONGOPT_MINSIZE,
- LONGOPT_MD5SIZE, LONGOPT_MKIMAGECHECK, LONGOPT_NOMKIMAGECHECK,
-@@ -722,15 +732,6 @@
-
- return result;
- }
--//______________________________________________________________________
--
--void outOfMemory() {
-- cerr << subst(_("%1: Out of memory - aborted."), binName()) << endl;
-- exit(3);
--}
--//______________________________________________________________________
--
--} // local namespace
-
- void exit_tryHelp() {
- cerr << subst(_("%1: Try `%1 -h' or `man jigdo-file' for more "
-Index: src/mktemplate.hh
-===================================================================
-RCS file: /cvsroot/jigdo/jigdo/src/mktemplate.hh,v
-retrieving revision 1.9
-diff -u -b -B -r1.9 mktemplate.hh
---- src/mktemplate.hh 5 Jul 2005 12:26:20 -0000 1.9
-+++ src/mktemplate.hh 29 Jan 2006 23:42:14 -0000
-@@ -136,7 +136,7 @@
- void prepareJigdo();
- void finalizeJigdo(const string& imageLeafName,
- const string& templLeafName, const MD5Sum& templMd5Sum);
-- INLINE bool MkTemplate::scanFiles(size_t blockLength, uint32 blockMask,
-+ INLINE bool scanFiles(size_t blockLength, uint32 blockMask,
- size_t md5BlockLength);
- INLINE bool scanImage(byte* buf, size_t bufferLength, size_t blockLength,
- uint32 blockMask, size_t md5BlockLength, MD5Sum&);
-Index: src/recursedir.cc
-===================================================================
-RCS file: /cvsroot/jigdo/jigdo/src/recursedir.cc,v
-retrieving revision 1.9
-diff -u -b -B -r1.9 recursedir.cc
---- src/recursedir.cc 2 Jul 2005 22:05:04 -0000 1.9
-+++ src/recursedir.cc 29 Jan 2006 23:42:14 -0000
-@@ -56,6 +56,10 @@
-
- //______________________________________________________________________
-
-+} // local namespace
-+//________________________________________
-+
-+
- /* Assign the next object name to result. Returns FAILURE if no more
- names available. Note: An object name is immediately removed from
- the start of "objects" when it is copied to "result". The name of
-@@ -130,9 +134,6 @@
- }
- }
- }
--
--} // local namespace
--//________________________________________
-
- bool RecurseDir::getName(string& result, struct stat* fileInfo,
- bool checkFiles)
-Index: src/recursedir.hh
-===================================================================
-RCS file: /cvsroot/jigdo/jigdo/src/recursedir.hh,v
-retrieving revision 1.6
-diff -u -b -B -r1.6 recursedir.hh
---- src/recursedir.hh 4 Jul 2005 10:25:10 -0000 1.6
-+++ src/recursedir.hh 29 Jan 2006 23:42:14 -0000
-@@ -101,7 +101,7 @@
- string curDir;
- stack<Level> recurseStack;
-
-- inline bool RecurseDir::getNextObjectName(string& result)
-+ inline bool getNextObjectName(string& result)
- throw(RecurseError);
- queue<string> objects; // Queue of filenames to output/dirs to recurse into
- queue<string> objectsFrom; // Files containing filenames
-Index: src/net/download.hh
-===================================================================
-RCS file: /cvsroot/jigdo/jigdo/src/net/download.hh,v
-retrieving revision 1.16
-diff -u -b -B -r1.16 download.hh
---- src/net/download.hh 9 Apr 2005 23:09:52 -0000 1.16
-+++ src/net/download.hh 29 Jan 2006 23:55:04 -0000
-@@ -126,7 +126,7 @@
- static size_t curlWriter(void* data, size_t size, size_t nmemb,
- void* selfPtr);
- // Called by glibcurl after curl_multi_perform()
-- static void Download::glibcurlCallback(void*);
-+ static void glibcurlCallback(void*);
-
- // Unregister request from glibwww event loop
- // void pauseNow();
reply other threads:[~2026-08-21 18:59 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=178733875912.1.13903192982114133226.rpms-jigdo-ad6c82a02072@fedoraproject.org \
--to=iburrell@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