index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
parsePrep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-20
/
+69
2012-05-22
Add support for 7zip compressed tarballs
Christophe Fergeau
1
-0
/
+4
2011-05-27
Minor cleanup to doUntar() to eliminate dead assignments on free()
Panu Matilainen
1
-8
/
+8
2011-05-24
Fix %prep parse error to abort build
Panu Matilainen
1
-8
/
+6
2011-05-16
Fix segfault on build with empty %prep section
Michael Schroeder
1
-1
/
+1
2011-04-29
Add lrzip support.
Ville Skyttä
1
-0
/
+3
2011-04-29
Add lzip support.
Ville Skyttä
1
-0
/
+3
2011-04-19
Attempt to fetch sources/patches when they are missing from %_sourcedir
Jindrich Novy
1
-20
/
+0
2010-12-15
Unify the user+group caching between librpm and librpmbuild
Panu Matilainen
1
-1
/
+2
2010-11-17
Plug a minor memory leak in librpmbuild doPatch()
Panu Matilainen
1
-1
/
+1
2010-10-28
Use ARGV_t for temporary line storage directly
Panu Matilainen
1
-9
/
+3
2010-09-21
Const pedantry: taropts only ever points to string constants
Panu Matilainen
1
-4
/
+2
2010-09-01
Combine spec parsing options into a common flag bitfield
Panu Matilainen
1
-3
/
+3
2010-08-25
Mass eviction of remaining internal helpers in librpmbuild API
Panu Matilainen
1
-1
/
+2
2010-03-15
Avoid eating empty lines in spec %prep section (RhBug:573339)
Panu Matilainen
1
-1
/
+1
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+2
2009-12-22
Use %{__mkdir_p} macro in build instead of hardwired RPM_MKDIR_P
Panu Matilainen
1
-2
/
+2
2009-10-06
Decompress lzma files with xz.
Ville Skyttä
1
-2
/
+0
2009-09-14
Single point of exit for doSetupMacro() to clean up freeing allocations
Panu Matilainen
1
-32
/
+23
2009-09-07
Single point of exit for doPatch() to clean up freeing
Panu Matilainen
1
-8
/
+6
2009-09-02
Eliminate uses of headerNVR() and friends in librpmbuild code
Panu Matilainen
1
-3
/
+3
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build code
Panu Matilainen
1
-2
/
+2
2009-08-14
Add -d option to %patch.
Ville Skyttä
1
-6
/
+14
2009-03-18
Don't try to parse %patch on spec query (rhbz#487855)
Panu Matilainen
1
-5
/
+2
2009-03-18
LZMA -> XZ renaming
Panu Matilainen
1
-0
/
+3
2008-12-09
Move declarations of local variables for parsing functions
Jindrich Novy
1
-19
/
+13
2008-11-14
Allow setting custom parameters to patch (rhbz#471006)
Jindrich Novy
1
-1
/
+3
2008-09-25
Use safer xstrdup() instead of strdup() wherever possible
Jindrich Novy
1
-1
/
+1
2008-09-24
Don't treat %patch numberless if -P parameter is present
Jindrich Novy
1
-1
/
+4
2008-09-06
Fail hard if patch isn't found (rhbz#461347)
Jindrich Novy
1
-1
/
+1
2008-07-19
Fix regression in %patch handling (rhbz#455872)
Panu Matilainen
1
-3
/
+3
2008-07-08
Initialize optCon
Jindrich Novy
1
-1
/
+1
2008-07-08
Make the default fuzz for %patch is now configurable via macro
Jindrich Novy
1
-1
/
+1
2008-07-07
Make Source0: equal to Source: again
Jindrich Novy
1
-2
/
+2
2008-07-07
Use proper type in format
Jindrich Novy
1
-1
/
+1
2008-07-07
Remove useless argument to format, d'oh
Jindrich Novy
1
-1
/
+1
2008-07-07
Kick out ftpStrerror() and related error code defines
Panu Matilainen
1
-1
/
+1
2008-07-04
Really make fuzz=0 default for patches
Jindrich Novy
1
-3
/
+2
2008-07-04
Don't treat Patch and Source as Patch0 and Source0
Jindrich Novy
1
-13
/
+21
2008-07-01
doPatchMacro() now uses parseUnsignedNum()
Jindrich Novy
1
-2
/
+2
2008-07-01
doSetupMacro() now uses parseUnsignedNum()
Jindrich Novy
1
-2
/
+2
2008-07-01
doUntar() accepts only unsigned SourceXX numbers
Jindrich Novy
1
-2
/
+2
2008-07-01
Convert doPatch() to use parseUnsignedNum()
Jindrich Novy
1
-3
/
+3
2008-05-22
Fix printing of patch numbers, doh :)
Panu Matilainen
1
-1
/
+1
2008-05-08
Don't run fixowner and fixgroup at end of %prep
Panu Matilainen
1
-12
/
+6
2008-05-07
Oops, plug leak introduced by previous commit
Panu Matilainen
1
-1
/
+3
2008-05-07
Simplify doPatch()
Panu Matilainen
1
-31
/
+18
2008-05-05
Make parsePrep() return PART_ERROR on errors
Panu Matilainen
1
-8
/
+10
2008-04-21
Avoid %patch0 getting applied twice
Panu Matilainen
1
-2
/
+3
2008-04-21
Allow setting fuzz factor to 0
Jindrich Novy
1
-4
/
+5
[next]