73 Commits

Author SHA256 Message Date
Lars Müller
fac14baadd Use the upstream tar ball, as signature verification is now able to handle
compressed archives.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=38
2014-11-06 13:32:57 +00:00
Lars Müller
22e003d00a Require pkg-config from the devel packages.
BuildRequires:  pkg-config is a must have.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=35
2014-05-23 20:04:43 +00:00
Lars Müller
59faa200e0 Don't BuildRequire pkg-config from the main and libtdb package; require
pkg-config from the devel packages instead.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=34
2014-05-23 19:16:23 +00:00
Lars Müller
2c568766fa - Update to 2.1.1.
+ documentation updates
  + a fix for pytalloc-util.pc
  + performance improvements here and there
  + fixed compiler warnings

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=33
2014-05-22 17:47:18 +00:00
Lars Müller
1ab364a165 Capitalize begin of change log sentence.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=31
2014-05-20 12:28:43 +00:00
Lars Müller
ae17a8e563 Accepting request 234831 from devel:ARM:Factory
- remove dependency on doxygen. Doxygen is only used for generating
  the html documentation, but the html documentation was not
  actually packaged, so there is no point in running it.

OBS-URL: https://build.opensuse.org/request/show/234831
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=30
2014-05-20 12:27:16 +00:00
Lars Müller
f18512d289 Cleanup package change log to fit to the network:samba change log pattern.
Keep the straight comment in the spec file.  Maybe upstream wakes up. ;)

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=28
2014-04-28 09:29:12 +00:00
a48385b0b4 Accepting request 231184 from home:dirkmueller:branches:network:samba:STABLE
- remove dependency on gpg-offline to reduce rebuild times 
  signature checking is implemented already in source validator

OBS-URL: https://build.opensuse.org/request/show/231184
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=27
2014-04-27 20:36:48 +00:00
Lars Müller
2561e01ea4 - Update to 2.1.0.
+ Add talloc_pooled_object and test it
  + Allow nested pools
  + Add a separate pool size
  + Put pool-specific data before the chunk
  + Introduce __talloc_with_prefix
  + Decouple the dual use of chunk->pool
  + Only provide the --enable-talloc-compat1 in standalone build
  + Simplify _talloc_free_poolmem a bit

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=24
2013-12-06 13:07:40 +00:00
Lars Müller
2c8784c585 Verify source tar ball gpg signature.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=23
2013-12-06 13:05:14 +00:00
Lars Müller
5de13f6dd0 PreReq /sbin/ldconfig from pytalloc.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=21
2013-08-29 12:09:16 +00:00
Lars Müller
e5d531eb04 Add pytalloc to baselibs.conf.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=20
2013-08-28 20:04:55 +00:00
Lars Müller
7c67d8a67f It's post-11.0 and not 10.2.
- BuildIgnore python for post-11.0 systems only.
- Package the talloc man page only on post-11.0 systems.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=18
2013-07-23 19:00:42 +00:00
Lars Müller
6ebe18e680 - BuildIgnore python for post-10.2 systems only.
- Package the talloc man page only on post-10.2 systems.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=17
2013-07-22 11:35:51 +00:00
fe9a3bdba7 Accepting request 182397 from openSUSE:Factory:Core
- BuildIgnore python to avoid build cycle

OBS-URL: https://build.opensuse.org/request/show/182397
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=15
2013-07-10 12:24:02 +00:00
Lars Müller
84550d3cca - Update to 2.0.8.
+ Convert error cecking macros into fns
  + don't allow a talloc_pool inside a talloc_pool.
  + use a struct for pool headers.
  + remove unused variables
  + Update doxygen config.
  + Slightly simplify talloc_unlink
  + Only check for pkg-config file when checking for system talloc.
  + fix a comment typo
  + simplifiy the logic to build talloc_testsuite in the standalone build

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=12
2012-12-02 17:49:34 +00:00
Lars Müller
90a43cadfc Disable rpath while configure.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=10
2012-06-28 16:46:14 +00:00
Lars Müller
43acba9bf9 Add missing group field to the library subpackage.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=8
2012-06-12 17:33:55 +00:00
Lars Müller
ee96222548 Define library name and use it instead of libtalloc2.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=7
2012-06-03 21:23:29 +00:00
Lars Müller
664dd58c03 - Rename package to talloc and add an independent libtalloc2 subpackage.
- Enhance and polish the package descriptions and summaries.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=5
2012-06-02 15:15:39 +00:00
Lars Müller
ce21432d2b BuildRequire pkg-config for post-10.2 systems and else pkgconfig.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=4
2012-05-31 12:54:37 +00:00
Lars Müller
db043f5705 Rename libtalloc2-devel to libtalloc-devel.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=3
2012-05-31 11:46:35 +00:00
Lars Müller
31f529c482 Rename libtalloc2 to talloc.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=2
2012-05-31 11:43:03 +00:00