Commit Graph

54 Commits

Author SHA256 Message Date
Stephan Kulow
ceda5aa712 Accepting request 669004 from Base:System
OBS-URL: https://build.opensuse.org/request/show/669004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=35
2019-02-06 13:04:43 +00:00
277ca28c34 Accepting request 668815 from home:msmeissn:branches:Base:System
- build a 32bit library generically, for use by 32bit fuzzing

OBS-URL: https://build.opensuse.org/request/show/668815
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=50
2019-01-28 09:33:25 +00:00
Dominique Leuenberger
5586abccee Accepting request 580530 from Base:System
OBS-URL: https://build.opensuse.org/request/show/580530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=34
2018-03-07 09:27:55 +00:00
5a3735eda0 Accepting request 580117 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580117
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=48
2018-02-27 09:47:04 +00:00
Dominique Leuenberger
c324646fa3 Accepting request 517822 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/517822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=33
2017-08-29 09:35:38 +00:00
602af09bc2 Accepting request 515243 from home:jengelh:branches:Base:System
- Remove --with-pic which is only for static libs.
- Fix RPM groups.

OBS-URL: https://build.opensuse.org/request/show/515243
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=46
2017-08-21 05:40:18 +00:00
Tomáš Chvátal
17369aa32c Accepting request 202572 from Base:System
- popt-alignment-checks.patch: fix alignment checks (forwarded request 202544 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/202572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=31
2013-10-08 09:05:08 +00:00
Cristian Rodríguez
82f8480513 Accepting request 202544 from home:Andreas_Schwab:Factory
- popt-alignment-checks.patch: fix alignment checks

OBS-URL: https://build.opensuse.org/request/show/202544
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=44
2013-10-07 22:35:58 +00:00
Stephan Kulow
1a7c296c45 Accepting request 182428 from Base:System
- Fix typo in popt-libc-updates.patch that prevented it to work
  with glibc before 2.17. (forwarded request 182427 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/182428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=29
2013-07-11 11:31:25 +00:00
Dr. Werner Fink
b6afadd83a Accepting request 182427 from home:jengelh:branches:Base:System
- Fix typo in popt-libc-updates.patch that prevented it to work
  with glibc before 2.17.

OBS-URL: https://build.opensuse.org/request/show/182427
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=42
2013-07-07 17:39:14 +00:00
Stephan Kulow
b4f0bf4aaa Accepting request 179257 from Base:System
- fix popt-libc-updates.patch to work also with automake 1.13

OBS-URL: https://build.opensuse.org/request/show/179257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=28
2013-06-18 08:20:56 +00:00
Stephan Kulow
6885906af3 readd autoreconf
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=40
2013-06-17 08:35:44 +00:00
Stephan Kulow
e0828fe696 - fix popt-libc-updates.patch to work also with automake 1.13
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=39
2013-06-14 15:16:02 +00:00
Stephan Kulow
204a779fde Accepting request 164119 from Base:System
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 164052 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/164119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=27
2013-04-17 21:15:54 +00:00
5cd49a9ace Accepting request 164052 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/164052
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=37
2013-04-15 12:22:42 +00:00
Stephan Kulow
fa6ce490fd Accepting request 155463 from Base:System
- Remove patches:
  - config-guess-sub-update.patch
  - popt-secure-getenv.patch
  run autoreconf instead .
- popt-libc-updates.patch replaces popt-secure-getenv.patch
  * test for secure_getenv instead of __secure_getenv
  * update configure.ac so it can be regenerated with modern
    autotools.
  * Internal symbols are already hidden with a linker script, 
   improve that by hidding symbols with the compiler too.
  * use strerror_r instead of strerror in the library.

- popt wants __secure_getenv at configure time, but This
 function is no longer available as of glibc 2.17.
 test for secure_getenv() instead (popt-secure-getenv.patch) (forwarded request 155365 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/155463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=26
2013-02-15 17:50:24 +00:00
a38b89aef4 Accepting request 155365 from home:elvigia:branches:Base:System
- Remove patches:
  - config-guess-sub-update.patch
  - popt-secure-getenv.patch
  run autoreconf instead .
- popt-libc-updates.patch replaces popt-secure-getenv.patch
  * test for secure_getenv instead of __secure_getenv
  * update configure.ac so it can be regenerated with modern
    autotools.
  * Internal symbols are already hidden with a linker script, 
   improve that by hidding symbols with the compiler too.
  * use strerror_r instead of strerror in the library.

- popt wants __secure_getenv at configure time, but This
 function is no longer available as of glibc 2.17.
 test for secure_getenv() instead (popt-secure-getenv.patch)

OBS-URL: https://build.opensuse.org/request/show/155365
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=35
2013-02-14 22:02:50 +00:00
0b7daae65a - Add config-guess-sub-update.patch:
* Update config.guess/sub for AArch64

OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=34
2013-02-04 16:13:36 +00:00
Stephan Kulow
11d75c925e Accepting request 149936 from Base:System
license update: X11
New spdx.org license list now contains an official entry for X11 (forwarded request 149895 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/149936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=25
2013-01-29 10:33:27 +00:00
Stephan Kulow
18cb423802 Accepting request 149895 from home:babelworx:ldig:branches:Base:System
license update: X11
New spdx.org license list now contains an official entry for X11

OBS-URL: https://build.opensuse.org/request/show/149895
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=32
2013-01-25 14:28:38 +00:00
Ismail Dönmez
bb5e479f53 Accepting request 131362 from Base:System
- license update: SUSE-XFree86-1.0
  This is not the MIT license but rather the old version of the XFree86
  license (which is not upstream at spdx.org/Ãlicenses - hence the SUSE
  proprietary prefix)

OBS-URL: https://build.opensuse.org/request/show/131362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=23
2012-08-23 13:30:45 +00:00
bc3a49581f Accepting request 131356 from home:babelworx:ldig:branches:Base:System
license update: SUSE-XFree86-1.0
This is not the MIT license but rather the old version of the XFree86 license (which is not upstream at spdx.org/Ãlicenses - hence the SUSE proprietary prefix)

OBS-URL: https://build.opensuse.org/request/show/131356
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=30
2012-08-22 14:19:14 +00:00
Stephan Kulow
6f7b97a9c4 Accepting request 104179 from Base:System
- Libraries back into %{_libdir}, /usr merge project. (forwarded request 104178 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/104179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=21
2012-02-15 15:17:42 +00:00
Cristian Rodríguez
e87a7a202a Accepting request 104178 from home:elvigia:branches:Base:System
- Libraries back into %{_libdir}, /usr merge project.

OBS-URL: https://build.opensuse.org/request/show/104178
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=28
2012-02-12 22:52:37 +00:00
Stephan Kulow
978b887ad9 Accepting request 88809 from Base:System
- Add pkgconfig to BuildRequires to get automatic pkgconfig(popt)
  provides (forwarded request 88793 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/88809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=19
2011-10-21 14:27:06 +00:00
Stephan Kulow
12cdda404b Accepting request 88793 from home:jengelh:bl-new
- Add pkgconfig to BuildRequires to get automatic pkgconfig(popt)
  provides

OBS-URL: https://build.opensuse.org/request/show/88793
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=26
2011-10-20 06:48:26 +00:00
Sascha Peilicke
459fb2c264 Autobuild autoformatter for 64409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=17
2011-03-18 08:14:06 +00:00
OBS User buildservice-autocommit
efa2d0ae3a Updating link to change in openSUSE:Factory/popt revision 17.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=a5aed7e41bb9b91691650fb32b5c48f6
2011-03-18 08:14:06 +00:00
Sascha Peilicke
dc0ac3a8c2 Accepting request 64409 from Base:System
Accepted submit request 64409 from user coolo

OBS-URL: https://build.opensuse.org/request/show/64409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=16
2011-03-18 08:13:59 +00:00
Stephan Kulow
87844ba1a9 revert parts that do not make sense and were not
answered

OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=24
2011-03-17 13:03:54 +00:00
Cristian Rodríguez
d3ae64c4e9 Accepting request 59747 from home:andreas_hanke:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/59747
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=23
2011-02-04 01:34:13 +00:00
2354721db4 Autobuild autoformatter for 58426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=14
2011-01-17 12:43:23 +00:00
OBS User buildservice-autocommit
3592957273 Updating link to change in openSUSE:Factory/popt revision 14.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=9c163453ef923a743038fc8000298833
2011-01-17 12:43:23 +00:00
f83f645b9e Accepting request 58426 from Base:System
Accepted submit request 58426 from user coolo

OBS-URL: https://build.opensuse.org/request/show/58426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=13
2011-01-17 12:43:17 +00:00
Stephan Kulow
6f01db7de7 - use %find_lang
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=21
2011-01-16 14:26:37 +00:00
OBS User autobuild
dd29b83f13 Accepting request 48541 from Base:System
Copy from Base:System/popt based on submit request 48541 from user coolo

OBS-URL: https://build.opensuse.org/request/show/48541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=12
2010-09-20 12:51:04 +00:00
OBS User buildservice-autocommit
88b7c9ac83 Updating link to change in openSUSE:Factory/popt revision 12.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=8e60a87bad1de1f0de3ebbc2d7c0598b
2010-09-20 12:51:04 +00:00
OBS User autobuild
3ad5b89e79 Accepting request 48541 from Base:System
checked in (request 48541)

OBS-URL: https://build.opensuse.org/request/show/48541
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=20
2010-09-20 12:51:03 +00:00
Stephan Kulow
91d15178ee Accepting request 48516 from home:dimstar:branches:Base:System
I hope it won't break too much :)

OBS-URL: https://build.opensuse.org/request/show/48516
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=19
2010-09-20 09:33:27 +00:00
OBS User autobuild
88b4c2e854 Accepting request 43456 from Base:System
Copy from Base:System/popt based on submit request 43456 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=11
2010-07-20 18:12:55 +00:00
OBS User buildservice-autocommit
62de446776 Updating link to change in openSUSE:Factory/popt revision 11.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=85b459847858fcf5ac415d1dcd5d7bbf
2010-07-20 18:12:55 +00:00
OBS User autobuild
6b7360cb5e Accepting request 43456 from Base:System
checked in (request 43456)

OBS-URL: https://build.opensuse.org/request/show/43456
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=17
2010-07-20 18:12:54 +00:00
Stephan Kulow
91e017e72f Accepting request 42160 from home:jengelh:smp
Copy from home:jengelh:smp/popt via accept of submit request 42160 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42160
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=16
2010-06-28 21:24:36 +00:00
OBS User autobuild
6aa58453e8 Accepting request 37250 from Base:System
Copy from Base:System/popt based on submit request 37250 from user mlschroe

OBS-URL: https://build.opensuse.org/request/show/37250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=8
2010-04-14 13:11:02 +00:00
OBS User buildservice-autocommit
88c67ab6be Updating link to change in openSUSE:Factory/popt revision 8.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=529ed8c5930942a22ac13718f3f7dbf1
2010-04-14 13:11:02 +00:00
OBS User autobuild
6bd5635bb3 Accepting request 37250 from Base:System
checked in (request 37250)

OBS-URL: https://build.opensuse.org/request/show/37250
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=15
2010-04-14 13:11:01 +00:00
7cd9d96ddc - make libpopt0-32bit obsolete popt-32bit [bnc#544964]
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=14
2010-04-07 15:10:21 +00:00
OBS User autobuild
73a39291c5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=7 2010-03-18 15:22:29 +00:00
OBS User buildservice-autocommit
89ade04ca6 Updating link to change in openSUSE:Factory/popt revision 7.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=073aff9ece770ec854c17b4e1eb7df4c
2010-03-18 15:22:29 +00:00
OBS User autobuild
89ffd54855 Accepting request 32329 from Base:System
Copy from Base:System/popt based on submit request 32329 from user coolo

OBS-URL: https://build.opensuse.org/request/show/32329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=6
2010-02-11 18:00:15 +00:00