Compare commits

..

7 Commits

Author SHA1 Message Date
clrbuilder c5df45b631 Update packages file for version 32830
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-13 05:09:34 +00:00
Patrick McCarty 1123cf8edc patchfilter: show diffs of Source0 instead of url from options.conf
Modification of Source0 is more trustworthy, since not all packages use
autospec. Also, (to me) the line stands out more when it appears at the
top of the spec file diff.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-04-09 22:15:49 -07:00
clrbuilder 779526d7a4 Update packages file for version 32820
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-10 05:08:43 +00:00
clrbuilder 8280750fe8 Update packages file for version 32800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-09 05:09:08 +00:00
clrbuilder 72414dec9f Update packages file for version 32790
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-08 09:08:46 +00:00
clrbuilder 61fa7c0655 Update packages file for version 32780
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-07 05:09:16 +00:00
clrbuilder c30c608d19 Update packages file for version 32760
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-03 05:08:46 +00:00
2 changed files with 5 additions and 7 deletions
+4 -5
View File
@@ -1150,7 +1150,6 @@ bind-utils
binutils
binwalk
bison
bkcharts
bleach
blender
blinken
@@ -1363,8 +1362,6 @@ compat-gtksourceview-soname3
compat-guile-soname20
compat-hwloc-soname5
compat-hyperscan-soname4
compat-icu4c-soname61
compat-icu4c-soname63
compat-ilmbase-soname23
compat-intel-gmmlib-soname1
compat-ipset-soname10
@@ -1563,7 +1560,6 @@ efivar
efl
eid-mw
eigen
elasticsearch-dep
electric-fence
elementary-xfce
elfutils
@@ -1605,6 +1601,7 @@ f2fs-tools
faas-cli
faba-icon-theme
fakeroot
fangfrisch
fann
fann2
farstream
@@ -1747,6 +1744,7 @@ gmic
gmime
gmp
gmqtt
gmsh
gnocchiclient
gnome-applets
gnome-autoar
@@ -1885,7 +1883,6 @@ haveged
hdf5
hdmedians
hdparm
heat
helloworld
helm
help2man
@@ -2689,6 +2686,7 @@ matplotlib
mc
mccabe
mcelog
md4c
mdadm
mdds
media-player-info
@@ -3931,6 +3929,7 @@ picmi
picocom
pidgin
pidgin-sipe
pigeonhole
piglit
pigz
pika
+1 -2
View File
@@ -244,7 +244,6 @@ def main():
zap_line_in_file_start(".spec", "Release :")
zap_line_in_file_start(".spec", "Source99 :")
zap_line_in_file_start(".spec", "Source0 :")
zap_line_in_file_start(".spec", "export SOURCE_DATE_EPOCH")
zap_line_in_file_start(".spec", "export AR=gcc-ar")
zap_line_in_file_start(".spec", "export RANLIB=gcc-ranlib")
@@ -294,7 +293,7 @@ def main():
zap_line_in_file("b/options.conf", "archives = ")
zap_line_in_file("b/options.conf", "giturl = ")
zap_line_in_file("b/options.conf", "url = ")
zap_line_in_file_start("b/options.conf", "url = ")
zap_line_in_file("b/options.conf", "[package]")
zap_line_in_file("b/options.conf", "")
zap_line_in_file("b/options.conf", "[autospec]")